Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2f87d29fcb89e5a96c732632780d3003aee4db6a
https://github.com/WebKit/WebKit/commit/2f87d29fcb89e5a96c732632780d3003aee4db6a
Author: Tyler Wilcock <[email protected]>
Date: 2025-06-09 (Mon, 09 Jun 2025)
Changed paths:
M Source/WebKit/WebProcess/WebPage/mac/WKAccessibilityWebPageObjectMac.mm
Log Message:
-----------
AX: Every hit-test does one more main-thread round-trip than is necessary
https://bugs.webkit.org/show_bug.cgi?id=294212
rdar://152851160
Reviewed by Joshua Hoffman.
Prior to this commit, we did one main-thread trip to convert the point, and
then a separate one to actually do the hit
test. Combine this into one main-thread trip.
* Source/WebKit/WebProcess/WebPage/mac/WKAccessibilityWebPageObjectMac.mm:
(-[WKAccessibilityWebPageObject accessibilityHitTest:]):
Canonical link: https://commits.webkit.org/296024@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