Bug 273749
| Summary: | [Site Isolation] Several tests crash in http/tests/workers/service | ||
|---|---|---|---|
| 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
We were adding null security origins for out-of-process frames in `WebLoaderStrategy::scheduleLoadFromNetworkProcess`, which caused the network process to crash when trying to convert them to a string. Instead, use opaque origins and change `frameAncestorOrigins` to hold Ref, as it can no longer be null.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/127581415>
Charlie Wolfe
Pull request: https://github.com/WebKit/WebKit/pull/28154
EWS
Committed 278432@main (f7fb91f7b166): <https://commits.webkit.org/278432@main>
Reviewed commits have been landed. Closing PR #28154 and removing active labels.