At the moment you get either all or none, you can only filter by thread.
<rdar://problem/102775230>
Created attachment 463791 [details] Patch
Created attachment 463793 [details] Patch
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')
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].