Bug 236994

Summary: AX: Only compute ariaTreeRows for isTree() objects
Product: WebKit Reporter: Tyler Wilcock <tyler_w>
Component: AccessibilityAssignee: Tyler Wilcock <tyler_w>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, andresg_22, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Tyler Wilcock 2022-02-21 13:41:30 PST
We only expose AXPropertyName::ARIATreeRows for isTree() objects, but compute it for every object, which is wasteful.
Comment 1 Radar WebKit Bug Importer 2022-02-21 13:41:43 PST
<rdar://problem/89254349>
Comment 2 Tyler Wilcock 2022-02-21 13:46:15 PST
Created attachment 452768 [details]
Patch
Comment 3 EWS 2022-02-22 09:09:03 PST
Committed r290310 (247633@main): <https://commits.webkit.org/247633@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 452768 [details].