[Webkit-unassigned] [Bug 165246] [GTK] Fails to draw in Wayland with enabled compositing mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 6 11:06:33 PST 2016


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

--- Comment #8 from Milan Crha <mcrha at redhat.com> ---
(In reply to comment #7)
> (In reply to comment #6)
> > I would suggest to change the related code, the one where you check for
> > WEBKIT_DISABLE_COMPOSITING_MODE, to not test only existence, but to test
> > also the value
> 
> https://trac.webkit.org/changeset/209391

Nice.

Unless I misread anything, g_strcmp0() returns -1, 0, 1; getenv() returns NULL if not found. That makes the code trigger (disable compositing mode) even when the variable is not defined. That feels like you've covered the comment #5 already.

-- 
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/20161206/b4e542e1/attachment-0001.html>


More information about the webkit-unassigned mailing list