RESOLVED DUPLICATE of bug 16829 23201
REGRESSION: NPAPI plugins can no longer throw JS Exceptions in Tot Webkit
https://bugs.webkit.org/show_bug.cgi?id=23201
Summary REGRESSION: NPAPI plugins can no longer throw JS Exceptions in Tot Webkit
Jeremy Moskovich
Reported 2009-01-08 17:06:14 PST
Due to https://bugs.webkit.org/show_bug.cgi?id=16829 NPAPI plugins haven't been able to use NPN_SetException() to throw exceptions in WebKit. However, [WebScriptObject throwException:] functioned from inside NPAPI plugins and could be used as a workaround. In ToT WebKit neither of these methods work anymore effectively leaving NPAPI plugins with no way to throw JS exceptions. This bug blocks Gears since we rely heavily on this functionality.
Attachments
Mark Rowe (bdash)
Comment 1 2009-01-08 22:00:58 PST
Deirdre Saoirse Moen
Comment 2 2009-01-08 22:08:02 PST
Jeremy Moskovich
Comment 3 2009-01-13 08:50:39 PST
It looks like the http://trac.webkit.org/changeset/33979 (Merge squirrelfish branch into trunk.) is what broke this.
Jeremy Moskovich
Comment 4 2009-01-14 14:25:00 PST
Fixed by http://trac.webkit.org/changeset/39912 *** This bug has been marked as a duplicate of 16829 ***
Note You need to log in before you can comment on or make changes to this bug.