[webkit-changes] [WebKit/WebKit] 768cdb: Move setRelatedPage call back to where it was befo...
Alex Christensen
noreply at github.com
Tue Feb 18 22:23:06 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 768cdbcff6bccbf7033ca062a554268451e3012c
https://github.com/WebKit/WebKit/commit/768cdbcff6bccbf7033ca062a554268451e3012c
Author: Alex Christensen <achristensen at apple.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M LayoutTests/http/tests/dom/noopener-window-not-targetable-expected.txt
M LayoutTests/http/tests/dom/noopener-window-not-targetable.html
M LayoutTests/http/tests/dom/noopener-window-not-targetable2-expected.txt
M LayoutTests/http/tests/dom/noopener-window-not-targetable2.html
M LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-opener-policy/coop-coep-sandbox.https-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/html/cross-origin-opener-policy/coop-sandbox.https-expected.txt
M Source/WebKit/UIProcess/WebPageProxy.cpp
M Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm
Log Message:
-----------
Move setRelatedPage call back to where it was before 285310 at main
https://bugs.webkit.org/show_bug.cgi?id=287907
rdar://143198196
Reviewed by Charlie Wolfe and Mike Wyrzykowski.
I moved a call for some site isolation work. It caused a subtle change in behavior
with popups. This reverts that change when site isolation is off.
A few test results based on process sharing also revert their expectations to before
that change when site isolation is off.
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::createNewPage):
Canonical link: https://commits.webkit.org/290596@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list