Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d7dfe92466569af3932ad2535f5a619b24f7c957
      
https://github.com/WebKit/WebKit/commit/d7dfe92466569af3932ad2535f5a619b24f7c957
  Author: Joshua Hoffman <[email protected]>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M Source/WebCore/Sources.txt
    M Source/WebCore/accessibility/AXCoreObject.h
    M Source/WebCore/accessibility/AXObjectCache.cpp
    R Source/WebCore/accessibility/AccessibilityARIAGridCell.cpp
    R Source/WebCore/accessibility/AccessibilityARIAGridCell.h
    M Source/WebCore/accessibility/AccessibilityNodeObject.h
    M Source/WebCore/accessibility/AccessibilityObject.h
    M Source/WebCore/accessibility/AccessibilityTableCell.cpp
    M Source/WebCore/accessibility/AccessibilityTableCell.h
    M Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.h

  Log Message:
  -----------
  AX: Merge AccessibilityARIATableCell into AccessibilityTableCell
https://bugs.webkit.org/show_bug.cgi?id=296627
rdar://157023868

Reviewed by Tyler Wilcock.

Move the logic from AccessibilityARIATableCell into AccessibilityTableCell
to flatten our inheritance hierarchy.

* Source/WebCore/Sources.txt:
* Source/WebCore/accessibility/AXCoreObject.h:
* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::createObjectFromRenderer):
(WebCore::AXObjectCache::createFromNode):
* Source/WebCore/accessibility/AccessibilityARIAGridCell.cpp: Removed.
* Source/WebCore/accessibility/AccessibilityARIAGridCell.h: Removed.
* Source/WebCore/accessibility/AccessibilityNodeObject.h:
* Source/WebCore/accessibility/AccessibilityObject.h:
(WebCore::AccessibilityObject::isAccessibilityARIAGridRowInstance const):
* Source/WebCore/accessibility/AccessibilityTableCell.cpp:
(WebCore::AccessibilityTableCell::AccessibilityTableCell):
(WebCore::AccessibilityTableCell::create):
(WebCore::AccessibilityTableCell::parentTable const):
(WebCore::AccessibilityTableCell::readOnlyValue const):
* Source/WebCore/accessibility/AccessibilityTableCell.h:
(WebCore::AccessibilityTableCell::isARIAGridCell const):
* Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.h:

Canonical link: https://commits.webkit.org/298019@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