RESOLVED FIXED 248482
AX: add to AXLogger the ability to filter the output by keywords.
https://bugs.webkit.org/show_bug.cgi?id=248482
Summary AX: add to AXLogger the ability to filter the output by keywords.
Andres Gonzalez
Reported 2022-11-29 11:12:19 PST
At the moment you get either all or none, you can only filter by thread.
Attachments
Patch (9.03 KB, patch)
2022-11-29 11:18 PST, Andres Gonzalez
ews-feeder: commit-queue-
Patch (9.13 KB, patch)
2022-11-29 12:48 PST, Andres Gonzalez
no flags
Radar WebKit Bug Importer
Comment 1 2022-11-29 11:12:33 PST
Andres Gonzalez
Comment 2 2022-11-29 11:18:51 PST
Andres Gonzalez
Comment 3 2022-11-29 12:48:59 PST
chris fleizach
Comment 4 2022-11-30 13:56:57 PST
Comment on attachment 463793 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=463793&action=review > Source/WebCore/accessibility/AXLogger.cpp:59 > + auto it = std::find_if(nameFilter->begin(), nameFilter->end(), [this] (const auto& name) { can you choose a more descriptive variable name (instead of 'it')
EWS
Comment 5 2022-11-30 18:40:12 PST
Committed 257212@main (d6d9cf06a048): <https://commits.webkit.org/257212@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 463793 [details].
Note You need to log in before you can comment on or make changes to this bug.