Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: df95afce02a3cd28c88d6e15ad56d9b6db079dab
https://github.com/WebKit/WebKit/commit/df95afce02a3cd28c88d6e15ad56d9b6db079dab
Author: Richard Robinson <[email protected]>
Date: 2026-08-14 (Fri, 14 Aug 2026)
Changed paths:
M Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm
Log Message:
-----------
[Site Isolation] `WebPage::potentialTapAtPosition` is missing a coordinate
conversion
https://bugs.webkit.org/show_bug.cgi?id=321786
rdar://184910487
Reviewed by Tim Horton.
With remote frames, the coordinate conversion in
`WebPage::potentialTapAtPosition` was incorrect
since it passed root view coordinates to `transformToRemoteFrameCoordinates`,
which expects content
coordinates.
Fix by using the correct coordinate space.
* Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm:
(WebKit::WebPage::potentialTapAtPosition):
Canonical link: https://commits.webkit.org/319187@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications