WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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-
Details
Formatted Diff
Diff
Patch
(4.15 KB, patch)
2022-03-30 12:48 PDT
,
Andres Gonzalez
no flags
Details
Formatted Diff
Diff
Patch
(4.13 KB, patch)
2022-03-31 04:34 PDT
,
Andres Gonzalez
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-03-30 11:02:49 PDT
<
rdar://problem/91055027
>
Andres Gonzalez
Comment 2
2022-03-30 11:27:50 PDT
Created
attachment 456156
[details]
Patch
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
Created
attachment 456168
[details]
Patch
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
Created
attachment 456226
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug