[Webkit-unassigned] [Bug 18234] New: JS exception thrown from NPN_InvokeDefault not shown in error console.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 31 01:57:53 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18234

           Summary: JS exception thrown from NPN_InvokeDefault not shown in
                    error console.
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: playmobil at google.com


Invoking the following JS code from an NPAPI plug-in via the
NPN_InvokeDefault() function doesn't show the exception in the error console:

function() { throw "An Exception"; }

Stepping into _NPN_InvokeDefault() in NP_jsobject.cpp shows that the exception
appears to have been set correctly in the ExecState but this apparently isn't
bubbled up when the plugin code returns control to the browser.


-- 
Configure bugmail: http://bugs.webkit.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