Bug 272557
| Summary: | [Site Isolation] http/tests/navigation/page-cache-shared-worker.html crashes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Charlie Wolfe <charliew> |
| Component: | WebKit Process Model | Assignee: | Charlie Wolfe <charliew> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Charlie Wolfe
`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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/126300675>
Charlie Wolfe
Pull request: https://github.com/WebKit/WebKit/pull/27167
EWS
Committed 277418@main (b573c0f764bf): <https://commits.webkit.org/277418@main>
Reviewed commits have been landed. Closing PR #27167 and removing active labels.