Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6c02861dd9d7724357451e82c0cdc68cb654d7ed
https://github.com/WebKit/WebKit/commit/6c02861dd9d7724357451e82c0cdc68cb654d7ed
Author: Megan Gardner <[email protected]>
Date: 2026-03-11 (Wed, 11 Mar 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 with staging for UIKit.
https://bugs.webkit.org/show_bug.cgi?id=308241
rdar://170745464
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.
This needs to be staged to not break UIKit, though.
Staging will be removed when UIKit is updated.
* Source/WebKitLegacy/ios/WebKit.iOS.exp:
* Source/WebKitLegacy/mac/WebView/WebView.mm:
(-[WebUITextIndicator initWithImage:textIndicator:scale:]):
(-[WebUITextIndicator initWithImage:scale:]):
(-[WebView _startDrag:]):
(-[WebView _dataOperationTextIndicator]):
(-[WebView _getDataInteractionData]):
(-[WebView _getDataInteraction]):
(-[WebView _didConcludeEditDrag]):
(-[WebUITextIndicatorData dealloc]): Deleted.
(-[WebUITextIndicatorData initWithImage:textIndicator:scale:]): Deleted.
(-[WebUITextIndicatorData initWithImage:scale:]): 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/309082@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications