[Webkit-unassigned] [Bug 8519] WebCore doesn't fire window.onerror event when uncaught JavaScript exceptions are thrown

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 21:43:10 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=8519





------- Comment #16 from eric at webkit.org  2009-05-11 21:43 PDT -------
One question would be if this should be implemented in JavaScriptCore as an
"unhandledException" callback (which would have to be wired into the right
Interpreter::execute() calls, or if this should be a WebCore-only thing, which
could be wired into ScriptController::evaluate() pretty easily.

I think I'll start with ScriptController::evaluate() and we can wire up a
JSC-based solution later if that's preferred.


-- 
Configure bugmail: https://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