Bug 273749 - [Site Isolation] Several tests crash in http/tests/workers/service
Summary: [Site Isolation] Several tests crash in http/tests/workers/service
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Process Model (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charlie Wolfe
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-05 18:18 PDT by Charlie Wolfe
Modified: 2024-05-06 16:43 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Wolfe 2024-05-05 18:18:48 PDT
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.
Comment 1 Radar WebKit Bug Importer 2024-05-05 18:18:58 PDT
<rdar://problem/127581415>
Comment 2 Charlie Wolfe 2024-05-05 18:20:22 PDT
Pull request: https://github.com/WebKit/WebKit/pull/28154
Comment 3 EWS 2024-05-06 16:43:57 PDT
Committed 278432@main (f7fb91f7b166): <https://commits.webkit.org/278432@main>

Reviewed commits have been landed. Closing PR #28154 and removing active labels.