Bug 273749

Summary: [Site Isolation] Several tests crash in http/tests/workers/service
Product: WebKit Reporter: Charlie Wolfe <charliew>
Component: WebKit Process ModelAssignee: Charlie Wolfe <charliew>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.