[Webkit-unassigned] [Bug 202530] [GTK] WebAutomation: make setWindowRect synchronous

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 3 09:26:38 PDT 2019


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

Carlos Alberto Lopez Perez <clopez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clopez at igalia.com
 Attachment #380119|review?                     |review+
              Flags|                            |

--- Comment #3 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
Comment on attachment 380119
  --> https://bugs.webkit.org/attachment.cgi?id=380119
Patch

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

> Source/WebKit/UIProcess/API/glib/WebKitUIClient.cpp:156
> +            if (geometry.x >= 0 && geometry.y >= 0) {

curly braces are not needed around this if.

> Source/WebKit/UIProcess/API/glib/WebKitUIClient.cpp:159
> +            if (geometry.width > 0 && geometry.height > 0) {

Same here.

-- 
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/20191003/0182ddb4/attachment.html>


More information about the webkit-unassigned mailing list