[Webkit-unassigned] [Bug 235481] New: AX: Refactor near-duplicate AXObjectCache::updateIsolatedTree implementations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 22 09:01:28 PST 2022


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

            Bug ID: 235481
           Summary: AX: Refactor near-duplicate
                    AXObjectCache::updateIsolatedTree implementations
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            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 singular-object versions (AXObjectCache::updateIsolatedTree(AXCoreObject&, AXNotification)) and multiple-object version (AXObjectCache::updateIsolatedTree(const Vector<std::pair<RefPtr<AXCoreObject>, AXNotification>>&)) duplicate a lot of code, and make it possible to forget to add new notification handling in one place or the other.

-- 
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/20220122/a62b04c3/attachment.htm>


More information about the webkit-unassigned mailing list