RESOLVED FIXED 210879
AX: Improve tracking of Element* pointers in AXObjectCache with WeakHashSet
https://bugs.webkit.org/show_bug.cgi?id=210879
Summary AX: Improve tracking of Element* pointers in AXObjectCache with WeakHashSet
chris fleizach
Reported 2020-04-22 14:58:30 PDT
Realized we could make use of WeakHashSet <rdar://problem/58383764>
Attachments
patch (4.55 KB, patch)
2020-04-22 14:59 PDT, chris fleizach
no flags
patch (3.81 KB, patch)
2020-04-25 00:13 PDT, chris fleizach
no flags
patch (4.03 KB, patch)
2020-04-25 00:14 PDT, chris fleizach
no flags
chris fleizach
Comment 1 2020-04-22 14:59:30 PDT
chris fleizach
Comment 2 2020-04-25 00:13:32 PDT
chris fleizach
Comment 3 2020-04-25 00:14:52 PDT
Daniel Bates
Comment 4 2020-04-25 08:06:06 PDT
Comment on attachment 397547 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=397547&action=review Patch looks good. > Source/WebCore/accessibility/AXObjectCache.h:490 > + WeakHashSet<Element> m_deferredRecomputeIsIgnoredList; This is a behavior change: weak set is UNORDERED, but list set is ORDERED. Is this OK?
EWS
Comment 5 2020-04-25 10:03:36 PDT
Committed r260706: <https://trac.webkit.org/changeset/260706> All reviewed patches have been landed. Closing bug and clearing flags on attachment 397547 [details].
Note You need to log in before you can comment on or make changes to this bug.