[webkit-changes] [WebKit/WebKit] 9a98de: Don't include unnecessary direct touch type for mo...

Tim Horton noreply at github.com
Wed Mar 29 16:07:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9a98de1df7bfd1ce1e9448bce59d3b8b1e13e348
      https://github.com/WebKit/WebKit/commit/9a98de1df7bfd1ce1e9448bce59d3b8b1e13e348
  Author: Tim Horton <timothy_horton at apple.com>
  Date:   2023-03-29 (Wed, 29 Mar 2023)

  Changed paths:
    M Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

  Log Message:
  -----------
  Don't include unnecessary direct touch type for mouse gesture recognizer
https://bugs.webkit.org/show_bug.cgi?id=254684
rdar://105696890

Reviewed by Megan Gardner.

* Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView _configureMouseGestureRecognizer]):
This explicit mention of direct touch introduced in 256074 at main has no ill effect,
but causes confusion (because WKMouseGestureRecognizer really only operates on
indirect pointer touches).

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




More information about the webkit-changes mailing list