[webkit-reviews] review granted: [Bug 130923] Uncatched NSExceptions should crash the web process : [Attachment 228101] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 28 17:40:01 PDT 2014


mitz at webkit.org <mitz at webkit.org> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 130923: Uncatched NSExceptions should crash the web process
https://bugs.webkit.org/show_bug.cgi?id=130923

Attachment 228101: Patch
https://bugs.webkit.org/attachment.cgi?id=228101&action=review

------- Additional Comments from mitz at webkit.org <mitz at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=228101&action=review


> Source/WebKit2/ChangeLog:3
> +	   Uncatched NSExceptions should crash the web process

Uncaught

> Source/WebKit2/WebProcess/cocoa/WebProcessCocoa.mm:191
> +    [[NSUserDefaults standardUserDefaults] registerDefaults:@{
@"NSApplicationCrashOnExceptions" : @YES }];

What is the behavior in the non-AppKit configuration? Does it already crash on
exceptions? Can we make it crash on exceptions?


More information about the webkit-reviews mailing list