Bug 257249

Summary: AX: AccessibilityARIAGridCell::parentTable() needlessly computes accessibilityIsIgnored
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: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Tyler Wilcock 2023-05-23 20:43:55 PDT
AccessibilityARIAGridCell::parentTable() is very expensive because it repeatedly and needlessly computes accessibilityIsIgnored.
Comment 1 Radar WebKit Bug Importer 2023-05-23 20:44:05 PDT
<rdar://problem/109753927>
Comment 2 Tyler Wilcock 2023-05-23 20:49:07 PDT
Created attachment 466473 [details]
Patch
Comment 3 EWS 2023-05-24 11:34:25 PDT
Committed 264483@main (c9e4f6d7c684): <https://commits.webkit.org/264483@main>

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