[wpt-sync] Sync PR 51417 - [prerender] defer SharedStorage worklet creation on prerendering pages
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 51417 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/51417
Details from upstream follow.
Lingqi Chi <lingqi@chromium.org> wrote:
[prerender] defer SharedStorage worklet creation on prerendering pages
This CL is a follow-up for I7b79bdfc021842f9a803892a1a294e20ffdf8a01,
which defers the write operations.
Before this CL, prerendering pages will be discarded if JS attempts to
create a worklet for SharedStorage. After this CL, the creation will
be deferred until page activation.Bug: 390136190
Change-Id: I898a63403728eb8fd716ddc6ab029cabeee48127
Reviewed-on: https://chromium-review.googlesource.com/6360936
WPT-Export-Revision: 8652a62abeddd0603747d5a2a8ffb3bc7030ec41
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
ERROR
: 2
Chrome
OK
: 1
FAIL
: 1
TIMEOUT
: 2
Safari
ERROR
: 2
Links
Details
New Tests That Don't Pass
- /speculation-rules/prerender/restrictions_shared_storage.https.html [wpt.fyi]:
ERROR
(Chrome:OK
, Safari:ERROR
) - /speculation-rules/prerender/restrictions_shared_storage_worklet.https.html [wpt.fyi]:
ERROR
(Chrome:TIMEOUT
, Safari:ERROR
)
Comment 4•1 month ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/969239b7550d
https://hg.mozilla.org/mozilla-central/rev/22da7eef37f7
Description
•