[Webkit-unassigned] [Bug 153194] REGRESSION(r192773): [GTK] maps.google.com unresponsive/stalls since r192773

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 05:06:58 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153194

--- Comment #22 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 269745
  --> https://bugs.webkit.org/attachment.cgi?id=269745
Patch

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

> Source/WebCore/workers/WorkerRunLoop.cpp:152
> +    if (g_main_context_pending(g_main_context_get_thread_default()))
> +        g_main_context_iteration(mainContext, FALSE);

Is a single iteration enough? Usually this duo works together in a while statement.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160201/59398c5d/attachment-0001.html>


More information about the webkit-unassigned mailing list