Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 63c6fac621d5b4a23cbe8b683d2f734a9d4d87dc https://github.com/WebKit/WebKit/commit/63c6fac621d5b4a23cbe8b683d2f734a9d4d87dc Author: Tyler Wilcock <tyle...@apple.com> Date: 2024-01-29 (Mon, 29 Jan 2024)
Changed paths: M Source/WebCore/accessibility/AXLogger.cpp Log Message: ----------- AX: Don't log AXStreamOptions::IdentifierAttribute if the id is empty https://bugs.webkit.org/show_bug.cgi?id=268317 rdar://problem/121873562 Reviewed by Chris Fleizach. Most objects have an empty id, so logging it for everything produces a lot of noise. Also shorten parentObject to parentID, which is nice because it's more symmetrical with the objectID property also dumped in this function. * Source/WebCore/accessibility/AXLogger.cpp: (WebCore::streamAXCoreObject): Canonical link: https://commits.webkit.org/273717@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes