[Webkit-unassigned] [Bug 10114] New: Exceptions thrown by WebKitPlugins are ignored

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Jul 25 19:14:08 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10114

           Summary: Exceptions thrown by WebKitPlugins are ignored
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: waylonis at mac.com


I have a WebKitPlugin.  I found that if my plugin calls [WebScriptObject
throwException:@"foo"], the exception is not propagated.  The problem is that
there are multiple ExecStates that are created by the interpreter when
evaluating a try / catch block.  The throwException routine (and setException:)
do not take this into account.

I have created a patch to fix this.  The patch includes code changes and test
changes.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list