[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
Sat Jul 18 13:16:57 PDT 2009


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


Greg Hazel <ghazel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ghazel at gmail.com




--- Comment #27 from Greg Hazel <ghazel at gmail.com>  2009-07-18 13:16:53 PDT ---
Since FF and IE offer window.onerror, why not support it as well? Websites do
use it, even if it is not as useful as a real exception, to find out if the
page encountered an error. Currently WebKit offers no notification, which is
certainly worse than file:line.

If you add a new mechanism that provides an exception that would be great, but
websites would have to implement support for it. Adding window.onerror in
addition would mean sites get the benefit of it right away.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list