[Webkit-unassigned] [Bug 164917] [GTK] Crash in WebCore::PlatformDisplayX11::supportsXComposite when running under Wayland

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 24 05:58:21 PST 2016


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Why does ephy search provider use WebKit at all? WebKit requires a display to work, so when the shared display is created we try to guess the display to create. In the GTK+ port we ask gtk+ first for the default display, if the application called gtk_init we will always have either a X11 or Wayland display. If application didn't call gtk_init, we create our own display that is X11 display if webkit is built with X11 support. We should try to connect to wayland first and then to X11, like gtk+ does.

-- 
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/20161124/233538a0/attachment.html>


More information about the webkit-unassigned mailing list