RESOLVED FIXED 170905
[GLIB] Define priorities also for async network IO tasks
https://bugs.webkit.org/show_bug.cgi?id=170905
Summary [GLIB] Define priorities also for async network IO tasks
Carlos Garcia Campos
Reported 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.
Attachments
Patch (17.06 KB, patch)
2017-04-17 09:53 PDT, Carlos Garcia Campos
no flags
Carlos Garcia Campos
Comment 1 2017-04-17 09:53:39 PDT
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2017-04-18 00:57:26 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.