WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
273749
[Site Isolation] Several tests crash in http/tests/workers/service
https://bugs.webkit.org/show_bug.cgi?id=273749
Summary
[Site Isolation] Several tests crash in http/tests/workers/service
Charlie Wolfe
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-05-05 18:18:58 PDT
<
rdar://problem/127581415
>
Charlie Wolfe
Comment 2
2024-05-05 18:20:22 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/28154
EWS
Comment 3
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug