Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e81e4640901da0a2e708a8a55bf2d6875d805474 https://github.com/WebKit/WebKit/commit/e81e4640901da0a2e708a8a55bf2d6875d805474 Author: Joshua Hoffman <josh_hoff...@apple.com> Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths: M Source/WebCore/accessibility/AXCoreObject.h M Source/WebCore/accessibility/AccessibilityObject.cpp M Source/WebCore/accessibility/AccessibilityObject.h M Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp M Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.h M Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperBase.mm Log Message: ----------- AX: Rename dbg -> debugDescription https://bugs.webkit.org/show_bug.cgi?id=296588 rdar://156944439 Reviewed by Tyler Wilcock. Rename AXCoreObject::dbg to debugDescription, which gives it parity to the rest of the WebKit project. I've also added an override to WebAccessibilityObjectWrapperBase for NSObject's description and debugDescription methods. * Source/WebCore/accessibility/AXCoreObject.h: (WebCore::AXCoreObject::debugDescription const): (WebCore::AXCoreObject::dbg const): Deleted. * Source/WebCore/accessibility/AccessibilityObject.cpp: (WebCore::AccessibilityObject::debugDescriptionInternal const): (WebCore::AccessibilityObject::dbgInternal const): Deleted. * Source/WebCore/accessibility/AccessibilityObject.h: * Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp: (WebCore::AXIsolatedObject::debugDescriptionInternal const): (WebCore::AXIsolatedObject::dbgInternal const): Deleted. * Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.h: * Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperBase.mm: (-[WebAccessibilityObjectWrapperBase description]): (-[WebAccessibilityObjectWrapperBase debugDescription]): Canonical link: https://commits.webkit.org/297981@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes