haikuwebkit/Tools/DumpRenderTree/mac
Andres Gonzalez 3ccce48b8c Rename AccessibilityUIElement::setSelectedVisibleTextRange to setSelectedTextMarkerRange for naming consistency and maintainability.
https://bugs.webkit.org/show_bug.cgi?id=229290
<rdar://problem/82128453>

Reviewed by Chris Fleizach.

Tools:

Renamed this method for consistency and to reflect what it is actually
doing. The goal is to avoid confusion with methods for VisiblePosition,
VisibleSelection and so forth, which are Core objects not exposed to AX
clients.

* DumpRenderTree/AccessibilityUIElement.cpp:
(setSelectedTextMarkerRangeCallback):
(AccessibilityUIElement::setSelectedTextMarkerRange):
(AccessibilityUIElement::getJSClass):
(setSelectedVisibleTextRangeCallback): Deleted.
(AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.
* DumpRenderTree/AccessibilityUIElement.h:
* DumpRenderTree/ios/AccessibilityUIElementIOS.mm:
(AccessibilityUIElement::setSelectedTextMarkerRange):
(AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.
* DumpRenderTree/mac/AccessibilityUIElementMac.mm:
(AccessibilityUIElement::setSelectedTextMarkerRange):
(AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.
* WebKitTestRunner/InjectedBundle/AccessibilityUIElement.h:
* WebKitTestRunner/InjectedBundle/Bindings/AccessibilityUIElement.idl:
* WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:
(WTR::AccessibilityUIElement::setSelectedTextMarkerRange):
(WTR::AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.
* WebKitTestRunner/InjectedBundle/ios/AccessibilityUIElementIOS.mm:
(WTR::AccessibilityUIElement::setSelectedTextMarkerRange):
(WTR::AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.
* WebKitTestRunner/InjectedBundle/mac/AccessibilityUIElementMac.mm:
(WTR::AccessibilityUIElement::setSelectedTextMarkerRange):
(WTR::AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.
* WebKitTestRunner/InjectedBundle/win/AccessibilityUIElementWin.cpp:
(WTR::AccessibilityUIElement::setSelectedTextMarkerRange):
(WTR::AccessibilityUIElement::setSelectedVisibleTextRange): Deleted.

LayoutTests:

Updated all test files to use new name.

* accessibility/mac/selected-visible-position-range.html:
* accessibility/mac/selection-sync.html:
* accessibility/mac/wk1-set-selected-text-marker-range-input-element.html:


Canonical link: https://commits.webkit.org/240699@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281274 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-19 22:28:50 +00:00
..
Configurations DumpRenderTree behaves differently to WebKitTestRunner wrt integrated/discrete GPU behavior 2021-01-25 12:34:02 +00:00
InternalHeaders/WebKit
AccessibilityCommonMac.h Refactor test runner code to cut down on copy/paste code and long-winded repetitive idioms 2020-09-29 21:38:57 +00:00
AccessibilityCommonMac.mm Reduce use of CFRetain() / CFRelease() / CFAutoRelease() in WebKit 2021-03-05 15:44:47 +00:00
AccessibilityControllerMac.mm Refactor test runner code to cut down on copy/paste code and long-winded repetitive idioms 2020-09-29 21:38:57 +00:00
AccessibilityNotificationHandler.h
AccessibilityNotificationHandler.mm
AccessibilityTextMarkerMac.mm
AccessibilityUIElementMac.mm Rename AccessibilityUIElement::setSelectedVisibleTextRange to setSelectedTextMarkerRange for naming consistency and maintainability. 2021-08-19 22:28:50 +00:00
AppleScriptController.h
AppleScriptController.m
DumpRenderTree.mm Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DumpRenderTreeDraggingInfo.h
DumpRenderTreeDraggingInfo.mm Code formatting: change instances of "@synthesize a=b" to "@synthesize a = b". 2020-11-20 05:56:15 +00:00
DumpRenderTreeMac.h Reduce use of CFRetain() / CFRelease() / CFAutoRelease() in WebKit 2021-03-05 15:44:47 +00:00
DumpRenderTreeMain.mm
DumpRenderTreePasteboard.h Remove empty header WebTypesInternal.h 2021-06-17 17:05:13 +00:00
DumpRenderTreePasteboard.mm Remove empty header WebTypesInternal.h 2021-06-17 17:05:13 +00:00
DumpRenderTreeWindow.h
DumpRenderTreeWindow.mm Reduce explicit usage of [objC autorelease] in WebKit even further 2021-02-18 05:06:15 +00:00
EditingDelegate.h
EditingDelegate.mm
EventSendingController.h
EventSendingController.mm Reduce use of CFRetain() / CFRelease() / CFAutoRelease() in WebKit 2021-03-05 15:44:47 +00:00
FrameLoadDelegate.h
FrameLoadDelegate.mm Use adoptNS() as soon as we [[ObjcClass alloc] init] to avoid leaks in Tools/ 2021-02-23 16:21:48 +00:00
GCControllerMac.mm
HistoryDelegate.h
HistoryDelegate.mm
Info.plist DumpRenderTree behaves differently to WebKitTestRunner wrt integrated/discrete GPU behavior 2021-01-25 12:34:02 +00:00
LayoutTestHelper.m Restore color profiles correctly on displays with multiple named modes 2021-08-10 23:51:39 +00:00
MockGeolocationProvider.h
MockGeolocationProvider.mm
MockWebNotificationProvider.h
MockWebNotificationProvider.mm
NavigationController.h
NavigationController.m
ObjCController.h
ObjCController.m
ObjCPlugin.h
ObjCPlugin.m
ObjCPluginFunction.h
ObjCPluginFunction.m
PixelDumpSupportMac.mm Reduce use of CFRetain() / CFRelease() / CFAutoRelease() in WebKit 2021-03-05 15:44:47 +00:00
PolicyDelegate.h
PolicyDelegate.mm Reduce explicit usage of [objC autorelease] in WebKit even further 2021-02-18 05:06:15 +00:00
ResourceLoadDelegate.h
ResourceLoadDelegate.mm Reduce use of CFRetain() / CFRelease() / CFAutoRelease() in WebKit 2021-03-05 15:44:47 +00:00
TestRunnerMac.mm [iOS] Unified field is unselected after focusing URL bar if text was selected in a fixed position container 2021-07-25 19:40:36 +00:00
TextInputControllerMac.m [macOS] Web process crashes when detaching Document with uncommitted marked text 2021-08-07 22:47:09 +00:00
UIDelegate.h Reduce explicit usage of [objC release] in WebKit 2021-02-12 18:40:44 +00:00
UIDelegate.mm Use `const uint8_t*` type more consistently to store bytes in WebKit 2021-06-06 05:25:41 +00:00
UIScriptControllerMac.h [macOS] It should be possible to override spellchecking results in WebKitTestRunner 2020-08-07 23:05:36 +00:00
UIScriptControllerMac.mm Introduce WorkQueue::main() to get the main thread's work queue 2021-03-12 00:01:20 +00:00
WorkQueueItemMac.mm