Bug 236994 - AX: Only compute ariaTreeRows for isTree() objects
Summary: AX: Only compute ariaTreeRows for isTree() objects
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tyler Wilcock
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-21 13:41 PST by Tyler Wilcock
Modified: 2022-02-22 09:09 PST (History)
10 users (show)

See Also:


Attachments
Patch (5.01 KB, patch)
2022-02-21 13:46 PST, Tyler Wilcock
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].