[webkit-changes] [WebKit/WebKit] b9f025: AX: Stop exposing the AXTextMarkerRangeForNSRange ...

Tyler Wilcock noreply at github.com
Tue Feb 13 15:51:42 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b9f025ad07776f25423540680b468156460a3039
      https://github.com/WebKit/WebKit/commit/b9f025ad07776f25423540680b468156460a3039
  Author: Tyler Wilcock <tyler_w at apple.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.h
    M Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm
    M Tools/DumpRenderTree/mac/AccessibilityUIElementMac.mm
    M Tools/WebKitTestRunner/InjectedBundle/mac/AccessibilityUIElementMac.mm

  Log Message:
  -----------
  AX: Stop exposing the AXTextMarkerRangeForNSRange attribute
https://bugs.webkit.org/show_bug.cgi?id=269198
rdar://122803791

Reviewed by Andres Gonzalez.

It's not used by any assistive technology, so we shouldn't worry about trying to move it off the main-thread.

Also add UNLIKELY and privatize AXStartTextMarkerForTextMarkerRangeAttribute and AXEndTextMarkerForTextMarkerRangeAttribute.

* Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.h:
* Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:
* Tools/DumpRenderTree/mac/AccessibilityUIElementMac.mm:
* Tools/WebKitTestRunner/InjectedBundle/mac/AccessibilityUIElementMac.mm:

Canonical link: https://commits.webkit.org/274590@main




More information about the webkit-changes mailing list