Bug 170905

Summary: [GLIB] Define priorities also for async network IO tasks
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, commit-queue, zan
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Carlos Garcia Campos 2017-04-17 09:46:47 PDT
We are using G_PRIORITY_DEFAULT for most of them. Now that we changed the default dispatch priority to G_PRIORITY_HIGH_IDLE in the GTK+ port, we should use the same for network IO tasks to ensure that tasks dispatched by the run loop to cancel a network load, can actually cancel the load before it finishes.
Comment 1 Carlos Garcia Campos 2017-04-17 09:53:39 PDT
Created attachment 307273 [details]
Patch
Comment 2 WebKit Commit Bot 2017-04-18 00:57:25 PDT
Comment on attachment 307273 [details]
Patch

Clearing flags on attachment: 307273

Committed r215455: <http://trac.webkit.org/changeset/215455>
Comment 3 WebKit Commit Bot 2017-04-18 00:57:26 PDT
All reviewed patches have been landed.  Closing bug.