Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4412374ea0fcf2daa2efa5e75455b98a85bcef66
https://github.com/WebKit/WebKit/commit/4412374ea0fcf2daa2efa5e75455b98a85bcef66
Author: Per Arne Vollan <[email protected]>
Date: 2026-07-31 (Fri, 31 Jul 2026)
Changed paths:
M Source/WebKit/WebProcess/WebCoreSupport/WebResourceLoadObserver.cpp
M Tools/TestWebKitAPI/Tests/WebKit/WKWebView/SiteIsolation.mm
Log Message:
-----------
"Continue with Google" sign-in redirects to blank page
https://bugs.webkit.org/show_bug.cgi?id=320487
rdar://168244132
Reviewed by Sihui Liu.
With Site Isolation enabled, when a popup triggers user interaction,
requestStorageAccessUnderOpener failed because the opener is a
RemoteFrame, so the existing LocalFrame downcast returned null.
In WebResourceLoadObserver, detect when the opener is a RemoteFrame
and send RequestStorageAccessUnderOpener directly to the
NetworkProcess using the opener URL from WebPage creation parameters.
(WebKit::WebResourceLoadObserver::logUserInteractionWithReducedTimeResolution):
* Tools/TestWebKitAPI/Tests/WebKit/WKWebView/SiteIsolation.mm:
(TEST):
Canonical link: https://commits.webkit.org/318314@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications