RESOLVED FIXED 124314
Plug-in processes hang around for 10 sec after Safari quits
https://bugs.webkit.org/show_bug.cgi?id=124314
Summary Plug-in processes hang around for 10 sec after Safari quits
Anders Carlsson
Reported 2013-11-13 15:10:46 PST
Plug-in processes hang around for 10 sec after Safari quits
Attachments
Patch (1.47 KB, patch)
2013-11-13 15:11 PST, Anders Carlsson
simon.fraser: review+
Anders Carlsson
Comment 1 2013-11-13 15:11:32 PST
Simon Fraser (smfr)
Comment 2 2013-11-13 15:12:29 PST
Comment on attachment 216870 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=216870&action=review > Source/WebKit2/ChangeLog:9 > + Call stopRunLoop instead of instead of RunLoop::stop(). What's the difference?
Anders Carlsson
Comment 3 2013-11-13 15:13:12 PST
(In reply to comment #2) > (From update of attachment 216870 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=216870&action=review > > > Source/WebKit2/ChangeLog:9 > > + Call stopRunLoop instead of instead of RunLoop::stop(). > > What's the difference? stopRunLoop will call [NSApp terminate:] instead.
Anders Carlsson
Comment 4 2013-11-13 15:15:59 PST
Note You need to log in before you can comment on or make changes to this bug.