[Webkit-unassigned] [Bug 156834] [GTK] WebKitWebView should propagate wheel events not handled by the web process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 03:37:15 PDT 2016


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

Zan Dobersek <zan at falconsigh.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #276901|review?                     |review+
              Flags|                            |

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

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

> Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:857
> +    if (priv->shouldForwardNextWheelEvent) {

std::exchange()

> Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:863
> -        return TRUE;
> +        return FALSE;

Intended?

-- 
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/20160421/9de5bfe2/attachment.html>


More information about the webkit-unassigned mailing list