Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 13d5142b78dc0d77696865539e577da0b8004f8c
https://github.com/WebKit/WebKit/commit/13d5142b78dc0d77696865539e577da0b8004f8c
Author: Matt Woodrow <[email protected]>
Date: 2026-09-15 (Tue, 15 Sep 2026)
Changed paths:
M LayoutTests/TestExpectations
A
LayoutTests/http/tests/site-isolation/magnify-gesture-coordinates-expected.txt
A LayoutTests/http/tests/site-isolation/magnify-gesture-coordinates.html
A
LayoutTests/http/tests/site-isolation/resources/post-message-gesture-coordinates.html
M Source/WebKit/Shared/NativeWebGestureEvent.h
M Source/WebKit/Shared/mac/NativeWebGestureEventMac.mm
M Source/WebKit/Shared/mac/WebGestureEvent.h
M Source/WebKit/UIProcess/WebPageProxy.cpp
M Source/WebKit/UIProcess/mac/WebViewImpl.mm
M Source/WebKit/WebProcess/WebPage/mac/WebPageMac.mm
M Source/cmake/OptionsCocoa.cmake
M Source/cmake/WebKitFeatures.cmake
Log Message:
-----------
[Site Isolation] Pinch to zoom doesn't work in a cross-origin iframe
https://bugs.webkit.org/show_bug.cgi?id=324222
rdar://186031547
Reviewed by Mike Wyrzykowski.
Gesture events dropped RemoteUserInputEventData::transformedPoint when re-sent
to the iframe's process, so it re-hit-tested at main-frame coordinates. Mouse
and wheel already apply it.
ENABLE_MAC_GESTURE_EVENTS also needed declaring to cmake, or the IDL
preprocessor strips eventSender.scaleGesture* and the test can't run.
Canonical link: https://commits.webkit.org/321202@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications