RESOLVED FIXED 238550
Split streaming of AX trees from the class AXLogger.
https://bugs.webkit.org/show_bug.cgi?id=238550
Summary Split streaming of AX trees from the class AXLogger.
Andres Gonzalez
Reported 2022-03-30 06:51:35 PDT
Split streaming of AX trees from the class AXLogger.
Attachments
Patch (11.17 KB, patch)
2022-03-30 07:06 PDT, Andres Gonzalez
no flags
Patch (11.65 KB, patch)
2022-03-30 10:11 PDT, Andres Gonzalez
no flags
Radar WebKit Bug Importer
Comment 1 2022-03-30 06:51:47 PDT
Andres Gonzalez
Comment 2 2022-03-30 07:06:06 PDT
Tyler Wilcock
Comment 3 2022-03-30 08:16:25 PDT
Comment on attachment 456117 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456117&action=review > Source/WebCore/accessibility/AXLogger.cpp:568 > + stream.dumpProperty("roleValue", role); I know this isn't new with your patch, but I wonder if it would be better to shorten this to role instead of roleValue to make the logs a little less noisy. I get that roleValue is the name of the method in AXCoreObject, but in this case I don't think it's necessary to include the full method name.
Andres Gonzalez
Comment 4 2022-03-30 10:11:44 PDT
Andres Gonzalez
Comment 5 2022-03-30 10:22:12 PDT
(In reply to Tyler Wilcock from comment #3) > Comment on attachment 456117 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=456117&action=review > > > Source/WebCore/accessibility/AXLogger.cpp:568 > > + stream.dumpProperty("roleValue", role); > > I know this isn't new with your patch, but I wonder if it would be better to > shorten this to role instead of roleValue to make the logs a little less > noisy. I get that roleValue is the name of the method in AXCoreObject, but > in this case I don't think it's necessary to include the full method name. Done.
EWS
Comment 6 2022-03-30 23:03:48 PDT
Committed r292142 (249049@main): <https://commits.webkit.org/249049@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456137 [details].
Note You need to log in before you can comment on or make changes to this bug.