RESOLVED FIXED Bug 238561
Add AXObjectCache::treeData() to retrieve serialized representation of the AX trees.
https://bugs.webkit.org/show_bug.cgi?id=238561
Summary Add AXObjectCache::treeData() to retrieve serialized representation of the AX...
Andres Gonzalez
Reported 2022-03-30 11:02:40 PDT
Add AXObjectCache::treeData() to retrieve serialized representation of the AX trees.
Attachments
Patch (4.83 KB, patch)
2022-03-30 11:27 PDT, Andres Gonzalez
ews-feeder: commit-queue-
Patch (4.15 KB, patch)
2022-03-30 12:48 PDT, Andres Gonzalez
no flags
Patch (4.13 KB, patch)
2022-03-31 04:34 PDT, Andres Gonzalez
ews-feeder: commit-queue-
Radar WebKit Bug Importer
Comment 1 2022-03-30 11:02:49 PDT
Andres Gonzalez
Comment 2 2022-03-30 11:27:50 PDT
chris fleizach
Comment 3 2022-03-30 11:35:32 PDT
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
Andres Gonzalez
Comment 4 2022-03-30 12:48:48 PDT
Andres Gonzalez
Comment 5 2022-03-30 12:51:17 PDT
(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.
Andres Gonzalez
Comment 6 2022-03-31 04:34:40 PDT
EWS
Comment 7 2022-04-01 09:43:18 PDT
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].
Note You need to log in before you can comment on or make changes to this bug.