[webkit-changes] [WebKit/WebKit] 0c5bce: [WPE] Do not skip generic touch event handling for...

Bastian Krause noreply at github.com
Fri Apr 14 08:55:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0c5bceacedb58b229e64b06600223b053b754efa
      https://github.com/WebKit/WebKit/commit/0c5bceacedb58b229e64b06600223b053b754efa
  Author: Bastian Krause <bst at pengutronix.de>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M Source/WebKit/UIProcess/API/wpe/PageClientImpl.cpp
    M Source/WebKit/UIProcess/API/wpe/WPEView.cpp

  Log Message:
  -----------
  [WPE] Do not skip generic touch event handling for axis event gesturing
https://bugs.webkit.org/show_bug.cgi?id=247975

Reviewed by Michael Catanzaro.

touchmove events are not sent anymore if the TouchGestureController
is activated. This is wrong. Drop the short cut to make them work again.

* Source/WebKit/UIProcess/API/wpe/PageClientImpl.cpp:
(WebKit::PageClientImpl::doneWithTouchEvent): Drop special wheel event
handling.
* Source/WebKit/UIProcess/API/wpe/WPEView.cpp:
(WKWPE::m_backend): Do not skip touch event handling on axis event
gesturing.

Canonical link: https://commits.webkit.org/262970@main




More information about the webkit-changes mailing list