[Webkit-unassigned] [Bug 168699] [GTK] Hangs when showing Google search results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 11:08:35 PST 2017


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

--- Comment #15 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 302650
  --> https://bugs.webkit.org/attachment.cgi?id=302650
Updated patch

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

> Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:477
> +#if PLATFORM(GTK)

Why is there anything GTK-specific in ConnectionUnix.cpp? Can't we align our code with the other ports to avoid GTK-specific bugs?

At the very very least, all of these should be changed to if USE(GLIB), right?

-- 
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/20170227/8749ba44/attachment-0001.html>


More information about the webkit-unassigned mailing list