[webkit-changes] [WebKit/WebKit] 16db58: Stop using -[UIScrollView handle(Pinch|Pan):] and ...

Wenson Hsieh noreply at github.com
Tue Oct 3 23:41:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 16db58a28a3e9243c2edba886fb9df4795fa0bfb
      https://github.com/WebKit/WebKit/commit/16db58a28a3e9243c2edba886fb9df4795fa0bfb
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2023-10-03 (Tue, 03 Oct 2023)

  Changed paths:
    M LayoutTests/platform/ios-wk2/TestExpectations
    M Source/WebKit/Platform/spi/ios/UIKitSPI.h
    M Source/WebKit/UIProcess/ios/WKScrollView.mm

  Log Message:
  -----------
  Stop using -[UIScrollView handle(Pinch|Pan):] and -[UIGestureRecognizer _activeTouchesForEvent:]
https://bugs.webkit.org/show_bug.cgi?id=262600
rdar://115365651

Reviewed by Tim Horton.

Remove one workaround added to fix 263336 at main, now that the underlying UIKit bug has been
addressed. This allows us to remove several now-unused IPI and SPI methods from `UIScrollView` and
`UIGestureRecognizer`.

* LayoutTests/platform/ios-wk2/TestExpectations:
* Source/WebKit/Platform/spi/ios/UIKitSPI.h:
* Source/WebKit/UIProcess/ios/WKScrollView.mm:
(-[WKScrollView _sendPinchGestureActionEarlyIfNeeded]): Deleted.
(-[WKScrollView handlePan:]): Deleted.

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




More information about the webkit-changes mailing list