[wpt-sync] Sync PR 39773 - Fix crash with Request in detached realm
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39773 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39773
Details from upstream follow.
Adam Rice <ricea@chromium.org> wrote:
Fix crash with Request in detached realm
Constructing a Request object from another Request object with a
non-empty body in a detached realm would crash.Fix it by not attempting to enter a ScriptState Scope when the realm is
detached.BUG=1427266
Change-Id: Ie453a1acb62c07007b4bd3a650bee22e76ac08df
Reviewed-on: https://chromium-review.googlesource.com/4496167
WPT-Export-Revision: 7cb9c729e3918fc1b6e1f1b7a7c4c4b97d16a886
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
Assignee | ||
Comment 6•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
PASS
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
PASS
: 1
Links
Comment 8•2 years ago
|
||
bugherder |
Description
•