Bug 150593 - [GTK] Move the socket polling off the WorkQueue
Summary: [GTK] Move the socket polling off the WorkQueue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2015-10-27 10:43 PDT by Carlos Garcia Campos
Modified: 2015-10-30 05:47 PDT (History)
5 users (show)

See Also:


Attachments
Patch (6.47 KB, patch)
2015-10-27 10:50 PDT, Carlos Garcia Campos
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2015-10-27 10:43:49 PDT
It doesn't really belong to the Workqueue, it's only used by the WebKit2 connection, so it can be moved there.
Comment 1 Carlos Garcia Campos 2015-10-27 10:50:35 PDT
Created attachment 264139 [details]
Patch
Comment 2 Anders Carlsson 2015-10-27 15:07:29 PDT
Comment on attachment 264139 [details]
Patch

Very nice!
Comment 3 Carlos Garcia Campos 2015-10-30 05:47:51 PDT
Committed r191788: <http://trac.webkit.org/changeset/191788>