Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 16db58a28a3e9243c2edba886fb9df4795fa0bfb
https://github.com/WebKit/WebKit/commit/16db58a28a3e9243c2edba886fb9df4795fa0bfb
Author: Wenson Hsieh <[email protected]>
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@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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes