[wpt-sync] Sync PR 50666 - Cancels prerenders when browsing data removal is run.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox137 fixed)
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50666 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50666
Details from upstream follow.
Steven Wei <stevenwei@microsoft.com> wrote:
Cancels prerenders when browsing data removal is run.
This change cancels all the existing prerenders when browsing data
removal is run on cached data. This can be triggered by the Delete Browsing Data option or with Clear-Site-Data response headers. Developer Tools will now also show the previously successful prerender(s) as failed. A new PrerenderFinalStatus is added specifically for this case.nav-speculation spec PR: https://github.com/WICG/nav-speculation/pull/361
NO_IFTTT=Changes for PrerenderFinalStatus will be done in separate repositories.
Bug: 40262311
Change-Id: Ie82895e555f3a9d4e2576686223e67443d198353
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6173154
Reviewed-by: Ayu Ishii \<ayui@chromium.org>
Reviewed-by: Alex Rudenko \<alexrudenko@chromium.org>
Commit-Queue: Steven Wei \<stevenwei@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1419494}
Assignee | ||
Comment 1•11 days ago
|
||
Assignee | ||
Comment 2•11 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
ERROR
: 1
Chrome
OK
: 1
FAIL
: 1
Safari
ERROR
: 1
Links
Details
New Tests That Don't Pass
- /speculation-rules/prerender/cancel-prerendering-after-clear-site-data-cache.https.html [wpt.fyi]:
ERROR
(Chrome:OK
, Safari:ERROR
)
https://hg.mozilla.org/mozilla-central/rev/4be42d135cb5
https://hg.mozilla.org/mozilla-central/rev/54140e35c183
Description
•