[Webkit-unassigned] [Bug 173546] [WPE] Add initial implementation of glib API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 19 06:52:26 PDT 2017


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

--- Comment #2 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 313287
  --> https://bugs.webkit.org/attachment.cgi?id=313287
Patch

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

> Source/WebKit2/UIProcess/API/glib/WebKitUIClient.cpp:167
> +        // FIXME: I guess this is actually the view size in WPE. We need more refactoring here.
> +        return { 800, 600 };

This should return a (0,0)x(0,0) rect for now. Also, this would be strange if it compiled, since you only specify the size to initialize a FloatRect.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170619/fb7d65f0/attachment.html>


More information about the webkit-unassigned mailing list