Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 710aecaf1caf6d8ff2c982c0376a3f244555da34
https://github.com/WebKit/WebKit/commit/710aecaf1caf6d8ff2c982c0376a3f244555da34
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-02-18 (Wed, 18 Feb 2026)
Changed paths:
M Source/WebKit/UIProcess/API/Cocoa/WKWebViewInternal.h
M Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm
M Source/WebKit/UIProcess/Cocoa/PageClientImplCocoa.h
M Source/WebKit/UIProcess/Cocoa/PageClientImplCocoa.mm
M Source/WebKit/UIProcess/ios/PageClientImplIOS.h
M Source/WebKit/UIProcess/ios/PageClientImplIOS.mm
Log Message:
-----------
Wire two-phase click response handlers through PageClientImplCocoa
https://bugs.webkit.org/show_bug.cgi?id=307940
rdar://170419753
Reviewed by Aditya Keerthi and Richard Robinson.
Move two-phase tap response handling from PageClientImplIOS to the
shared PageClientImplCocoa layer, routing through WKWebView for
better platform abstraction.
This is a pure refactor and does not introduce any behavior change
because WKWebViewIOS simply forwards to WKContentView, but it opens the
doors for other ENABLE_TWO_PHASE_CLICK handler implementations.
Canonical link: https://commits.webkit.org/307809@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications