Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 1cf46fbe9b7ba69427e34638f12ff1489dace7ce https://github.com/WebKit/WebKit/commit/1cf46fbe9b7ba69427e34638f12ff1489dace7ce Author: Joshua Hoffman <jhoffma...@apple.com> Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths: M Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp Log Message: ----------- AX: Cache AccessibilityText eagerly https://bugs.webkit.org/show_bug.cgi?id=265056 rdar://118574320 Reviewed by Chris Fleizach. We cache accessibilityText lazily at present. This patch eagerly caches that value on the AX thread, preventing main thread hits. * Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp: (WebCore::AXIsolatedObject::initializeProperties): (WebCore::AXIsolatedObject::accessibilityText const): Canonical link: https://commits.webkit.org/271161@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes