Add AXObjectCache::treeData() to retrieve serialized representation of the AX trees.
<rdar://problem/91055027>
Created attachment 456156 [details] Patch
Comment on attachment 456156 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456156&action=review > Source/WebCore/accessibility/AXObjectCache.cpp:3565 > + stream << "\nAXIsolatedTree:\n"; should we also check that isolated tree is enabled
Created attachment 456168 [details] Patch
(In reply to chris fleizach from comment #3) > Comment on attachment 456156 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=456156&action=review > > > Source/WebCore/accessibility/AXObjectCache.cpp:3565 > > + stream << "\nAXIsolatedTree:\n"; > > should we also check that isolated tree is enabled Done. It would work the same even if it is not enabled, but it makes sense to maintain that separation between the mode on and off.
Created attachment 456226 [details] Patch
Committed r292223 (249126@main): <https://commits.webkit.org/249126@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456226 [details].