RESOLVED FIXED 271199
AX: Move Mac test-only APIs out of [WebAccessibilityObjectWrapper accessibilityAttributeValue:].
https://bugs.webkit.org/show_bug.cgi?id=271199
Summary AX: Move Mac test-only APIs out of [WebAccessibilityObjectWrapper accessibili...
Andres Gonzalez
Reported 2024-03-18 16:45:03 PDT
.
Attachments
Patch (11.53 KB, patch)
2024-03-18 17:15 PDT, Andres Gonzalez
no flags
Patch (11.79 KB, patch)
2024-03-19 06:09 PDT, Andres Gonzalez
no flags
Patch (13.39 KB, patch)
2024-03-20 12:58 PDT, Andres Gonzalez
no flags
Patch (13.40 KB, patch)
2024-03-21 10:48 PDT, Andres Gonzalez
no flags
Radar WebKit Bug Importer
Comment 1 2024-03-18 16:45:15 PDT
Andres Gonzalez
Comment 2 2024-03-18 17:15:42 PDT
Andres Gonzalez
Comment 3 2024-03-19 06:09:58 PDT
chris fleizach
Comment 4 2024-03-19 23:32:05 PDT
Comment on attachment 470431 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=470431&action=review > Source/WebCore/accessibility/AXObjectCache.h:530 > + static bool isTestClient(); isTestClient() is a bit weird of a name for AXObjectCache, since the AXObjectCache isn't the test client. clientIsInTestMode() is a bit more accurate
Andres Gonzalez
Comment 5 2024-03-20 12:58:55 PDT
Andres Gonzalez
Comment 6 2024-03-20 12:59:59 PDT
(In reply to chris fleizach from comment #4) > Comment on attachment 470431 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=470431&action=review > > > Source/WebCore/accessibility/AXObjectCache.h:530 > > + static bool isTestClient(); > > isTestClient() is a bit weird of a name for AXObjectCache, since the > AXObjectCache isn't the test client. > > clientIsInTestMode() > > is a bit more accurate Done.
Andres Gonzalez
Comment 7 2024-03-21 10:48:58 PDT
EWS
Comment 8 2024-03-21 19:14:36 PDT
Committed 276515@main (8725aa98a991): <https://commits.webkit.org/276515@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 470462 [details].
Note You need to log in before you can comment on or make changes to this bug.