Bug 109727 - Make PluginProcessConnectionManager a WorkQueueMessageReceiver
Summary: Make PluginProcessConnectionManager a WorkQueueMessageReceiver
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-02-13 12:02 PST by Anders Carlsson
Modified: 2013-02-13 12:55 PST (History)
1 user (show)

See Also:


Attachments
Patch (8.93 KB, patch)
2013-02-13 12:03 PST, Anders Carlsson
kling: 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-02-13 12:02:03 PST
Make PluginProcessConnectionManager a WorkQueueMessageReceiver
Comment 1 Anders Carlsson 2013-02-13 12:03:55 PST
Created attachment 188140 [details]
Patch
Comment 2 Andreas Kling 2013-02-13 12:08:50 PST
Comment on attachment 188140 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=188140&action=review

r=gooby

> Source/WebKit2/WebProcess/WebProcess.h:-92
> -#endif
> -
> -#if ENABLE(NETWORK_PROCESS)

Thanks!
Comment 3 Anders Carlsson 2013-02-13 12:09:52 PST
Committed r142768: <http://trac.webkit.org/changeset/142768>
Comment 4 Chris Dumez 2013-02-13 12:55:06 PST
Landed build fix for EFL port in http://trac.webkit.org/changeset/142776.