Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4635cf86519a0d5b0ea8274f21854d2b993789e4
https://github.com/WebKit/WebKit/commit/4635cf86519a0d5b0ea8274f21854d2b993789e4
Author: Franco Vieira de Souza <[email protected]>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M Source/WebKit/UIProcess/ios/WKTouchEventsGestureRecognizer.mm
Log Message:
-----------
Stop using WallTime on WKTouchEvent
https://bugs.webkit.org/show_bug.cgi?id=302135
rdar://164214808
Reviewed by Abrar Rahman Protyasha.
The conversion from MonotonicTime to WallTime was removed. The
conversion has been wrong since 299753@main, which changed
WebEvent's timestamp from WallTime to MonotonicTime.
* Source/WebKit/UIProcess/ios/WKTouchEventsGestureRecognizer.mm:
(-[WKTouchEventsGestureRecognizer _touchEventForChildTouch:withParent:]):
(-[WKTouchEventsGestureRecognizer _recordTouches:ofType:forEvent:]):
(approximateWallTime): Deleted.
Canonical link: https://commits.webkit.org/302718@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications