Bug 150593

Summary: [GTK] Move the socket polling off the WorkQueue
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, bugs-noreply, cmarcelo, commit-queue, zan
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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>