AX: Collapse AccessibilityTableCell into AccessibilityRenderObject#50323
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom Sep 5, 2025
Conversation
Collaborator
|
EWS run on previous version of this PR (hash ec9e50d) Details |
ec9e50d to
1f6088e
Compare
Collaborator
|
EWS run on previous version of this PR (hash 1f6088e) Details
|
twilco
reviewed
Sep 4, 2025
twilco
reviewed
Sep 4, 2025
twilco
reviewed
Sep 4, 2025
twilco
reviewed
Sep 4, 2025
twilco
reviewed
Sep 4, 2025
twilco
reviewed
Sep 4, 2025
twilco
reviewed
Sep 4, 2025
1f6088e to
53ff710
Compare
Collaborator
|
EWS run on previous version of this PR (hash 53ff710) Details
|
twilco
reviewed
Sep 5, 2025
53ff710 to
3165fb0
Compare
Collaborator
|
EWS run on previous version of this PR (hash 3165fb0) Details
|
3165fb0 to
990cd65
Compare
Collaborator
|
EWS run on current version of this PR (hash 990cd65) Details
|
twilco
approved these changes
Sep 5, 2025
https://bugs.webkit.org/show_bug.cgi?id=298417 rdar://159890500 Reviewed by Tyler Wilcock. Collapses all of the logic from AccessibilityTableCell into AccessibilityRenderObject and AccessibilityNodeObject as appropriate. * Source/WebCore/Sources.txt: * Source/WebCore/WebCore.xcodeproj/project.pbxproj: * Source/WebCore/accessibility/AXCoreObject.cpp: (WebCore::AXCoreObject::hasCellOrRowRole const): * Source/WebCore/accessibility/AXCoreObject.h: * Source/WebCore/accessibility/AXLogger.cpp: (WebCore::AXLogger::log): * Source/WebCore/accessibility/AXObjectCache.cpp: (WebCore::AXObjectCache::createObjectFromRenderer): (WebCore::AXObjectCache::createFromNode): (WebCore::AXObjectCache::handleRowspanChanged): (WebCore::AXObjectCache::handleAttributeChange): (WebCore::AXObjectCache::deferRowspanChange): (WebCore::isAccessibilityTableCell): Deleted. (WebCore::isAccessibilityARIAGridCell): Deleted. * Source/WebCore/accessibility/AXObjectCache.h: * Source/WebCore/accessibility/AXObjectRareData.h: (WebCore::AXObjectRareData::columnIndex const): (WebCore::AXObjectRareData::setColumnIndex): (WebCore::AXObjectRareData::axColIndexFromRow const): (WebCore::AXObjectRareData::setAXColIndexFromRow): (WebCore::AXObjectRareData::effectiveRowSpan const): (WebCore::AXObjectRareData::incrementEffectiveRowSpan): (WebCore::AXObjectRareData::resetEffectiveRowSpan): * Source/WebCore/accessibility/AXTableHelpers.cpp: (WebCore::AXTableHelpers::isTableCellElement): * Source/WebCore/accessibility/AXTableHelpers.h: * Source/WebCore/accessibility/AccessibilityNodeObject.cpp: (WebCore::AccessibilityNodeObject::determineAccessibilityRole): (WebCore::AccessibilityNodeObject::computeIsIgnored const): (WebCore::AccessibilityNodeObject::rowHeaders): (WebCore::AccessibilityNodeObject::computeCellSlots): (WebCore::AccessibilityNodeObject::parentTable const): (WebCore::AccessibilityNodeObject::setRowIndex): (WebCore::AccessibilityNodeObject::axColumnIndex const): (WebCore::AccessibilityNodeObject::axRowIndex const): (WebCore::AccessibilityNodeObject::axRowIndexText const): (WebCore::AccessibilityNodeObject::isTableCell const): (WebCore::AccessibilityNodeObject::isARIAGridCell const): (WebCore::AccessibilityNodeObject::isExposedTableCell const): (WebCore::AccessibilityNodeObject::parentTableIfTableCell const): (WebCore::AccessibilityNodeObject::isTableHeaderCell const): (WebCore::AccessibilityNodeObject::isColumnHeader const): (WebCore::AccessibilityNodeObject::isRowHeader const): (WebCore::AccessibilityNodeObject::rowIndexRange const): (WebCore::AccessibilityNodeObject::columnIndexRange const): (WebCore::AccessibilityNodeObject::axColumnIndexText const): (WebCore::AccessibilityNodeObject::colSpan const): (WebCore::AccessibilityNodeObject::rowSpan const): (WebCore::AccessibilityNodeObject::incrementEffectiveRowSpan): (WebCore::AccessibilityNodeObject::resetEffectiveRowSpan): (WebCore::AccessibilityNodeObject::setAXColIndexFromRow): (WebCore::AccessibilityNodeObject::setColumnIndex): (WebCore::AccessibilityNodeObject::parentRow const): (WebCore::AccessibilityNodeObject::axColumnSpan const): (WebCore::AccessibilityNodeObject::axRowSpan const): (WebCore::AccessibilityNodeObject::ensureIndexesUpToDate const): * Source/WebCore/accessibility/AccessibilityNodeObject.h: * Source/WebCore/accessibility/AccessibilityObject.cpp: (WebCore::AccessibilityObject::readOnlyValue const): * Source/WebCore/accessibility/AccessibilityObject.h: * Source/WebCore/accessibility/AccessibilityRenderObject.cpp: (WebCore::AccessibilityRenderObject::titleUIElement const): (WebCore::AccessibilityRenderObject::computeIsIgnored const): (WebCore::AccessibilityRenderObject::determineAccessibilityRole): (WebCore::AccessibilityRenderObject::addChildren): * Source/WebCore/accessibility/AccessibilityRenderObject.h: * Source/WebCore/accessibility/AccessibilityTableCell.cpp: Removed. * Source/WebCore/accessibility/AccessibilityTableCell.h: Removed. * Source/WebCore/accessibility/AccessibilityTree.cpp: * Source/WebCore/accessibility/atspi/AccessibilityObjectAtspi.cpp: (WebCore::AccessibilityObjectAtspi::attributes const): * Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm: (-[WebAccessibilityObjectWrapper tableCellParent]): (-[WebAccessibilityObjectWrapper accessibilityHeaderElements]): (-[WebAccessibilityObjectWrapper accessibilityARIARowIndex]): (-[WebAccessibilityObjectWrapper accessibilityARIAColumnIndex]): (-[WebAccessibilityObjectWrapper accessibilityRowIndexDescription]): (-[WebAccessibilityObjectWrapper accessibilityColumnIndexDescription]): (-[WebAccessibilityObjectWrapper accessibilityColumnRange]): * Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp: (WebCore::AXIsolatedObject::parentTableIfTableCell const): (WebCore::AXIsolatedObject::parentTable const): * Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.h: * Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp: (WebCore::AXIsolatedTree::objectChangedIgnoredState): * Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperBase.mm: * Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm: Canonical link: https://commits.webkit.org/299635@main
990cd65 to
8a02331
Compare
Collaborator
|
Committed 299635@main (8a02331): https://commits.webkit.org/299635@main Reviewed commits have been landed. Closing PR #50323 and removing active labels. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
8a02331
990cd65
🧪 win-tests