[wpt-sync] Sync PR 50414 - [DIP] Plumb DIP reporter in CacheStorage
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox136 fixed)
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50414 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50414
Details from upstream follow.
Camille Lamy <clamy@chromium.org> wrote:
[DIP] Plumb DIP reporter in CacheStorage
This CL plumbs the DocumentIsolationPolicy reporter through
CacheStorage, so that it can be passed to CORP checks triggered from
CacheStorage.This CL is part of a chain implementing Document Isolation Policy
reporting:
- Add DocumentIsolationPolicyReporter
- Implement DocumentIsolationPolicyReporter
- Pass the reporter to URLloaderFactory
- Plumb DIP reporter into ServiceWorkers
- Add a DIP reporter to DedicatedWorker
- Add a DIP reporter to SharedWorker
- Plumb DIP reporter in CacheStorage \<- you are here
Bug: 333029815
Change-Id: I5a7b5a92b9e059242c1ddcfa218c1cfb6d9cd0e4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6088411
Reviewed-by: Arthur Sonzogni \<arthursonzogni@chromium.org>
Commit-Queue: Camille Lamy \<clamy@chromium.org>
Reviewed-by: Tsuyoshi Horo \<horo@chromium.org>
Reviewed-by: Hiroki Nakagawa \<nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1414111}
Assignee | ||
Comment 1•24 days ago
|
||
Assignee | ||
Comment 2•24 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 12 subtests
Status Summary
Firefox
PASS
: 1
TIMEOUT
: 2
NOTRUN
: 10
Chrome
PASS
: 1
TIMEOUT
: 2
NOTRUN
: 10
Safari
PASS
: 1
TIMEOUT
: 2
NOTRUN
: 10
Links
Details
New Tests That Don't Pass
- /html/document-isolation-policy/reporting-cache-storage-corp.tentative.https.html [wpt.fyi]:
TIMEOUT
(Chrome:TIMEOUT
, Safari:TIMEOUT
)- [document] blocked due to DIP:
TIMEOUT
(Chrome:TIMEOUT
, Safari:TIMEOUT
) - [document] blocked during redirect:
NOTRUN
(Chrome:NOTRUN
, Safari:NOTRUN
) - [dedicated worker] same-origin:
NOTRUN
(Chrome:NOTRUN
, Safari:NOTRUN
) - [dedicated worker] blocked due to DIP:
NOTRUN
(Chrome:NOTRUN
, Safari:NOTRUN
) - [dedicated worker] blocked during redirect:
NOTRUN
(Chrome:NOTRUN
, Safari:NOTRUN
) - [shared worker] same-origin:
NOTRUN
(Chrome:NOTRUN
, Safari:NOTRUN
) - [shared worker] blocked due to DIP:
NOTRUN
(Chrome:NOTRUN
, Safari:NOTRUN
) - [shared worker] blocked during redirect:
NOTRUN
(Chrome:NOTRUN
, Safari:NOTRUN
) - [document with service worker] same-origin:
NOTRUN
(Chrome:NOTRUN
, Safari:NOTRUN
) - [document with service worker] blocked due to DIP:
NOTRUN
(Chrome:NOTRUN
, Safari:NOTRUN
) - [document with service worker] blocked during redirect:
NOTRUN
(Chrome:NOTRUN
, Safari:NOTRUN
)
- [document] blocked due to DIP:
https://hg.mozilla.org/mozilla-central/rev/6eeaefd7c9a6
https://hg.mozilla.org/mozilla-central/rev/c7e8c37d9cb1
Description
•