Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dae2e900a02dfbbda083652f596001841ba12e1c
https://github.com/WebKit/WebKit/commit/dae2e900a02dfbbda083652f596001841ba12e1c
Author: Tim Nguyen <[email protected]>
Date: 2026-02-08 (Sun, 08 Feb 2026)
Changed paths:
M Source/WebCore/accessibility/AXObjectCache.cpp
M Source/WebCore/accessibility/AccessibilityNodeObject.cpp
M Source/WebCore/accessibility/AccessibilityRenderObject.cpp
Log Message:
-----------
Remove usages of `usesMenuListDeprecated()` in AX code
https://bugs.webkit.org/show_bug.cgi?id=307289
rdar://169930033
Reviewed by Tyler Wilcock.
Prior to 306603@main, these were checking against the renderer type instead.
`usesMenuList()` matches that closer than `usesMenuListDeprecated()`.
* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::createObjectFromRenderer):
(WebCore::AXObjectCache::getOrCreateSlow):
* Source/WebCore/accessibility/AccessibilityNodeObject.cpp:
(WebCore::AccessibilityNodeObject::addChildren):
(WebCore::AccessibilityNodeObject::visibleChildren):
* Source/WebCore/accessibility/AccessibilityRenderObject.cpp:
(WebCore::AccessibilityRenderObject::stringValue const):
(WebCore::AccessibilityRenderObject::computeIsIgnored const):
(WebCore::AccessibilityRenderObject::renderObjectIsObservable const):
(WebCore::AccessibilityRenderObject::determineAccessibilityRole):
Canonical link: https://commits.webkit.org/307059@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications