[webkit-changes] [WebKit/WebKit] 63c6fa: AX: Don't log AXStreamOptions::IdentifierAttribute...

Tyler Wilcock noreply at github.com
Mon Jan 29 19:17:30 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 63c6fac621d5b4a23cbe8b683d2f734a9d4d87dc
      https://github.com/WebKit/WebKit/commit/63c6fac621d5b4a23cbe8b683d2f734a9d4d87dc
  Author: Tyler Wilcock <tyler_w at 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




More information about the webkit-changes mailing list