[webkit-changes] [WebKit/WebKit] 7d4e7a: AX: Attribute cache is not enabled in traverseToOf...

Joshua Hoffman noreply at github.com
Tue Oct 10 09:46:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7d4e7afc92b350aa310645b7704a42672b41d29a
      https://github.com/WebKit/WebKit/commit/7d4e7afc92b350aa310645b7704a42672b41d29a
  Author: Joshua Hoffman <jhoffman23 at apple.com>
  Date:   2023-10-10 (Tue, 10 Oct 2023)

  Changed paths:
    M Source/WebCore/accessibility/AXObjectCache.cpp

  Log Message:
  -----------
  AX: Attribute cache is not enabled in traverseToOffsetInRange
https://bugs.webkit.org/show_bug.cgi?id=262929
rdar://problem/116703599

Reviewed by Chris Fleizach.

This patch enables the AXObjectAttributeCache in the scope of
AXObjectCache::traverseToOffsetInRange. By doing this, we save
unnecessary accessibilityIsIgnored calls on the main thread.

* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::traverseToOffsetInRange):

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




More information about the webkit-changes mailing list