Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 16defb52b1dddae85de10fb79c86341977bdf0ba
https://github.com/WebKit/WebKit/commit/16defb52b1dddae85de10fb79c86341977bdf0ba
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-02-14 (Sat, 14 Feb 2026)
Changed paths:
M Source/WTF/wtf/PlatformEnable.h
M Source/WTF/wtf/PlatformEnableCocoa.h
M Source/WebKit/UIProcess/Cocoa/PageClientImplCocoa.h
M Source/WebKit/UIProcess/Cocoa/PageClientImplCocoa.mm
M Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm
M Source/WebKit/UIProcess/PageClient.h
M Source/WebKit/UIProcess/WebPageProxy.cpp
M Source/WebKit/UIProcess/WebPageProxy.h
M Source/WebKit/UIProcess/WebPageProxy.messages.in
M Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm
M Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm
M Source/WebKit/WebProcess/WebPage/WebPage.h
M Source/WebKit/WebProcess/WebPage/WebPage.messages.in
M Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm
Log Message:
-----------
Refactor two-phase click handling to use feature flag instead of platform
guard
https://bugs.webkit.org/show_bug.cgi?id=307857
rdar://170349947
Reviewed by Richard Robinson.
Introduce ENABLE(TWO_PHASE_CLICKS) and move two-phase click
infrastructure from PLATFORM(IOS_FAMILY) guards to this new feature
flag. This refactors code from iOS-specific files into shared Cocoa
files for better code organization.
The feature flag is currently only enabled for iOS, so there is no
functional change.
Canonical link: https://commits.webkit.org/307584@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications