Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dc19cbbc32793ceb8bdeeae8744b9dda7fb673cc
https://github.com/WebKit/WebKit/commit/dc19cbbc32793ceb8bdeeae8744b9dda7fb673cc
Author: Megan Gardner <[email protected]>
Date: 2026-02-07 (Sat, 07 Feb 2026)
Changed paths:
M Source/WebKitLegacy/ios/WebKit.iOS.exp
M Source/WebKitLegacy/mac/WebView/WebView.mm
M Source/WebKitLegacy/mac/WebView/WebViewData.h
M Source/WebKitLegacy/mac/WebView/WebViewInternal.h
M Source/WebKitLegacy/mac/WebView/WebViewPrivate.h
Log Message:
-----------
Rename WebUITextIndicatorData to WebUITextIndicator.
https://bugs.webkit.org/show_bug.cgi?id=307246
rdar://169883008
Reviewed by Abrar Rahman Protyasha.
With all of the work I am doing to remove
TextIndicatorData, I keep running into this
legacy class. Since it mirrors TextIndicator
more than TextIndicatorData and it is old, and it
is making my TextIndicatorData removal work
more difficult, I would like to rename this class.
* Source/WebKitLegacy/ios/WebKit.iOS.exp:
* Source/WebKitLegacy/mac/WebView/WebView.mm:
(-[WebUITextIndicator initWithImage:textIndicator:scale:]):
(-[WebUITextIndicator initWithImage:scale:]):
(-[WebView _startDrag:]):
(-[WebView _dataOperationTextIndicator]):
(-[WebView _getDataInteraction]):
(-[WebView _didConcludeEditDrag]):
(-[WebUITextIndicatorData dealloc]): Deleted.
(-[WebUITextIndicatorData initWithImage:textIndicator:scale:]): Deleted.
(-[WebUITextIndicatorData initWithImage:scale:]): Deleted.
(-[WebView _getDataInteractionData]): Deleted.
* Source/WebKitLegacy/mac/WebView/WebViewData.h:
* Source/WebKitLegacy/mac/WebView/WebViewInternal.h:
* Source/WebKitLegacy/mac/WebView/WebViewPrivate.h:
Canonical link: https://commits.webkit.org/307030@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications