[Webkit-unassigned] [Bug 272557] New: [Site Isolation] http/tests/navigation/page-cache-shared-worker.html crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 14:43:37 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=272557

            Bug ID: 272557
           Summary: [Site Isolation]
                    http/tests/navigation/page-cache-shared-worker.html
                    crashes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Process Model
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: charliew at apple.com

`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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240411/1cc0a83b/attachment-0001.htm>


More information about the webkit-unassigned mailing list