[webkit-changes] [WebKit/WebKit] ce8774: AX: The isolated tree does not update after dynami...

Tyler Wilcock noreply at github.com
Sun Oct 29 00:06:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ce8774c6b1ee8874b8262d16ad65fc8a576762e2
      https://github.com/WebKit/WebKit/commit/ce8774c6b1ee8874b8262d16ad65fc8a576762e2
  Author: Tyler Wilcock <tyler_w at apple.com>
  Date:   2023-10-29 (Sun, 29 Oct 2023)

  Changed paths:
    M LayoutTests/accessibility/aria-description.html
    M LayoutTests/platform/ios/accessibility/aria-description-expected.txt
    M LayoutTests/platform/mac/accessibility/aria-description-expected.txt
    M Source/WebCore/accessibility/AXLogger.cpp
    M Source/WebCore/accessibility/AXObjectCache.cpp
    M Source/WebCore/accessibility/AXObjectCache.h
    M Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp

  Log Message:
  -----------
  AX: The isolated tree does not update after dynamic aria-description changes
https://bugs.webkit.org/show_bug.cgi?id=263835
rdar://117633986

Reviewed by Chris Fleizach.

This causes AXCustomContent to become stale.

This patch also includes a drive-by refactor to remove unnecessary
AXObjectCache:: namespace specifiers inside AXObjectCache.cpp.

* LayoutTests/accessibility/aria-description.html:
* LayoutTests/platform/mac/accessibility/aria-description-expected.txt:
* Source/WebCore/accessibility/AXLogger.cpp:
(WebCore::operator<<):
* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::checkedStateChanged):
(WebCore::AXObjectCache::postTextStateChangeNotification):
(WebCore::AXObjectCache::liveRegionChangedNotificationPostTimerFired):
(WebCore::AXObjectCache::handleAttributeChange):
(WebCore::AXObjectCache::updateIsolatedTree):
* Source/WebCore/accessibility/AXObjectCache.h:
* Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp:
(WebCore::AXIsolatedTree::updateNodeProperties):

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




More information about the webkit-changes mailing list