[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:23:59 PST 2016


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

--- Comment #23 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #22)
> Comment on attachment 269745 [details]
> 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.

Yes, any other source pending will be handled in the next iteration. I tried to follow the one iteration, one source rule. If this causes any problem we can dispatch all pending sources in the same iteration.

-- 
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/3e9ff24c/attachment.html>


More information about the webkit-unassigned mailing list