Bug 124314 - Plug-in processes hang around for 10 sec after Safari quits
Summary: Plug-in processes hang around for 10 sec after Safari quits
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 15:10 PST by Anders Carlsson
Modified: 2013-11-13 15:15 PST (History)
0 users

See Also:


Attachments
Patch (1.47 KB, patch)
2013-11-13 15:11 PST, Anders Carlsson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-11-13 15:10:46 PST
Plug-in processes hang around for 10 sec after Safari quits
Comment 1 Anders Carlsson 2013-11-13 15:11:32 PST
Created attachment 216870 [details]
Patch
Comment 2 Simon Fraser (smfr) 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?
Comment 3 Anders Carlsson 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.
Comment 4 Anders Carlsson 2013-11-13 15:15:59 PST
Committed r159248: <http://trac.webkit.org/changeset/159248>