Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b573c0f764bf00fce735c35624ce2e7e0d36d922
https://github.com/WebKit/WebKit/commit/b573c0f764bf00fce735c35624ce2e7e0d36d922
Author: Charlie Wolfe <[email protected]>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M LayoutTests/platform/mac-site-isolation/TestExpectations
M Source/WebCore/workers/shared/SharedWorker.cpp
Log Message:
-----------
[Site Isolation] http/tests/navigation/page-cache-shared-worker.html crashes
https://bugs.webkit.org/show_bug.cgi?id=272557
rdar://126300675
Reviewed by Sihui Liu and Alex Christensen.
`topDocument()` will use the document of the root frame when site isolation is
enabled, so we fail an
allowsFirstPartyForCookies check in the network process. Use
`Document::topOrigin()` instead.
* LayoutTests/platform/mac-site-isolation/TestExpectations:
* Source/WebCore/workers/shared/SharedWorker.cpp:
(WebCore::SharedWorker::create):
Canonical link: https://commits.webkit.org/277418@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