Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: df5b37e39bf0dfd4d1b334b44995955700815059 https://github.com/WebKit/WebKit/commit/df5b37e39bf0dfd4d1b334b44995955700815059 Author: Tyler Wilcock <tyle...@apple.com> Date: 2024-12-20 (Fri, 20 Dec 2024)
Changed paths: M Source/WebCore/accessibility/AXLogger.cpp M Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.h M Source/WebCore/accessibility/isolatedtree/mac/AXIsolatedObjectMac.mm M Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm Log Message: ----------- AX: We should not cache AXPropertyName::AttributedText or AXPropertyName::TextContent with ENABLE(AX_THREAD_TEXT_APIS) https://bugs.webkit.org/show_bug.cgi?id=285037 rdar://141834535 Reviewed by Chris Fleizach. Instead, we should synthesize these properties on the fly using our cached text runs (AXPropertyName::TextRuns). * Source/WebCore/accessibility/AXLogger.cpp: (WebCore::operator<<): * Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.h: * Source/WebCore/accessibility/isolatedtree/mac/AXIsolatedObjectMac.mm: (WebCore::AXIsolatedObject::initializePlatformProperties): (WebCore::AXIsolatedObject::textContent const): (WebCore::AXIsolatedObject::textMarkerRange const): (WebCore::AXIsolatedObject::platformStringValue const): (WebCore::AXIsolatedObject::textLength const): (WebCore::AXIsolatedObject::attributedStringForTextMarkerRange const): * Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm: (attributedStringForTextMarkerRange): Canonical link: https://commits.webkit.org/288200@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