Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8628cd42d5acd0fcac8969b3d951d01c4f2c3935
      
https://github.com/WebKit/WebKit/commit/8628cd42d5acd0fcac8969b3d951d01c4f2c3935
  Author: Tyler Wilcock <[email protected]>
  Date:   2025-05-26 (Mon, 26 May 2025)

  Changed paths:
    M Source/WebCore/accessibility/AXObjectCache.cpp
    M Source/WebCore/accessibility/AccessibilityMathMLElement.cpp
    M Source/WebCore/accessibility/AccessibilityNodeObject.cpp
    M Source/WebCore/accessibility/AccessibilityTableCell.cpp

  Log Message:
  -----------
  AX: Reduce redundant null-checks when getting elementName
https://bugs.webkit.org/show_bug.cgi?id=293554
rdar://152008352

Reviewed by Chris Fleizach.

Reduce redundant null-checks and redundant calls to elementName().

* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::traverseToOffsetInRange):
* Source/WebCore/accessibility/AccessibilityMathMLElement.cpp:
(WebCore::AccessibilityMathMLElement::mathOverObject):
* Source/WebCore/accessibility/AccessibilityNodeObject.cpp:
(WebCore::AccessibilityNodeObject::isNativeImage const):
(WebCore::AccessibilityNodeObject::title const):
* Source/WebCore/accessibility/AccessibilityRenderObject.cpp:
(WebCore::AccessibilityRenderObject::computeIsIgnored const):
* Source/WebCore/accessibility/AccessibilityTableCell.cpp:
(WebCore::AccessibilityTableCell::computeIsIgnored const):
(WebCore::AccessibilityTableCell::isTableHeaderCell const):
(WebCore::AccessibilityTableCell::titleUIElement const):

Canonical link: https://commits.webkit.org/295431@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to