[Webkit-unassigned] [Bug 16829] NPAPI: NPN_SetException() sets exception on the Global ExecState instead of local

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 21:26:06 PST 2008


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





------- Comment #3 from eric at webkit.org  2008-01-10 21:26 PDT -------
One (somewhat lame) solution would be to set a particular "__safari_exception"
property on your plugin's exposed JS object, then instead of ever calling your
plugin, call through a JS library and "throw" from that library any time that
special property is set on your plugin object.  Perhaps Anders or Geoff will
have additional (better!) suggestions.


-- 
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