[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 Jan 25 07:47:39 PST 2016


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #269745|review?                     |review+
              Flags|                            |

--- Comment #18 from Michael Catanzaro <mcatanzaro at igalia.com> ---
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

Wow, nice job. How did you debug this?

Are you planning a 2.10.6 update soon for this? (I decided to stick with 2.10.4 in Fedora due to this issue.)

> Source/WebCore/ChangeLog:19
> +        schdule their sources. And then we need to check if there are

schdule -> schedule

> Source/WebCore/workers/WorkerRunLoop.cpp:151
> +    if (g_main_context_pending(g_main_context_get_thread_default()))

This should be:

if (g_main_context_pending(mainContext))

-- 
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/20160125/02ee49e5/attachment.html>


More information about the webkit-unassigned mailing list