RESOLVED FIXED 9839
Nightly launcher fails to detect extensions when extension causes crash on load
https://bugs.webkit.org/show_bug.cgi?id=9839
Summary Nightly launcher fails to detect extensions when extension causes crash on load
Mark Rowe (bdash)
Reported 2006-07-10 18:44:14 PDT
When the loading of an extension bundle causes the WebKit nightly to exit, either due to a crash or an assertion failure, the dialog warning about Safari extensions is never displayed to the user. This is because the dialog is only displayed once Safari has finished initializing, which will be after the extensions have loaded and thus crashed Safari.
Attachments
Patch - track intialization so we can tell if a crash occurrs prior to the conclusion of extension loading (12.12 KB, patch)
2006-07-10 18:59 PDT, Mark Rowe (bdash)
darin: review+
Mark Rowe (bdash)
Comment 1 2006-07-10 18:59:48 PDT
Created attachment 9349 [details] Patch - track intialization so we can tell if a crash occurrs prior to the conclusion of extension loading
David Kilzer (:ddkilzer)
Comment 2 2006-07-10 21:30:25 PDT
Committed revision 15327.
Note You need to log in before you can comment on or make changes to this bug.