Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3b98cd95996dbbb48302ab32ff0976ce66d13657
https://github.com/WebKit/WebKit/commit/3b98cd95996dbbb48302ab32ff0976ce66d13657
Author: Joshua Hoffman <[email protected]>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp
M Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.h
Log Message:
-----------
AX: Add HasClickHandler to property flags
https://bugs.webkit.org/show_bug.cgi?id=292584
rdar://150735944
Reviewed by Tyler Wilcock.
We try to cache HasClickHandler on all object roles/types when not the
default, and some sites use a lot of click handlers so this number can
grow. Putting it in the property flags map makes it cheaper to store.
* Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:
(WebCore::AXIsolatedObject::setProperty):
(WebCore::AXIsolatedObject::boolAttributeValue const):
* Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.h:
Canonical link: https://commits.webkit.org/294573@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