[Webkit-unassigned] [Bug 262711] New: AX: AXIsolatedTree::updateChildren should not updateNodeAndDependentProperties if children haven't changed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 5 10:52:30 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=262711

            Bug ID: 262711
           Summary: AX: AXIsolatedTree::updateChildren should not
                    updateNodeAndDependentProperties if children haven't
                    changed
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tyler_w at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

The intention of the updateNodeAndDependentProperties at the end of updateChildren was to update any properties that depend on AX children (of which there are many). However, we are doing this unconditionally, even when children don't change, which causes lots of wasted work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231005/26099881/attachment.htm>


More information about the webkit-unassigned mailing list