[wpt-sync] Sync PR 50133 - [DIP] Pass the reporter to URLloaderFactory
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50133 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50133
Details from upstream follow.
Camille Lamy <clamy@chromium.org> wrote:
[DIP] Pass the reporter to URLloaderFactory
This CL passes an endpoint of the DocumentIsolationPolicyReporter
created after a navigation to the URLLoaderFactory used to load
subresources for the document. This allows CORP checks made for such
load to report resource blocked by DocumentIsolationPolicy.This CL is part of a chain of CLs implementing DocumentIsolationPolicy
reporting:
- Add DocumentIsolationPolicyReporter
- Implement DocumentIsolationPolicyReporter
- Pass the reporter to URLloaderFactory \<- you are here
- Plumb DIP reporter into workers
- Plumb DIP reporter in CacheStorage
Bug: 333029815
Change-Id: If6cbf2c7a7cd5eb0dd5e7e287815005cfea7e820
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074440
Reviewed-by: Kenichi Ishibashi \<bashi@chromium.org>
Reviewed-by: Arthur Sonzogni \<arthursonzogni@chromium.org>
Commit-Queue: Camille Lamy \<clamy@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1407813}
Assignee | ||
Updated•29 days ago
|
Assignee | ||
Comment 1•29 days ago
|
||
Assignee | ||
Comment 2•29 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests and 5 subtests
Status Summary
Firefox
PASS
: 2
TIMEOUT
: 2
NOTRUN
: 2
Chrome
PASS
: 2
TIMEOUT
: 2
NOTRUN
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/document-isolation-policy/reporting-subresource-corp.tentative.https.html [wpt.fyi]:
TIMEOUT
(Chrome:TIMEOUT
)- [document] blocked due to DIP:
TIMEOUT
(Chrome:TIMEOUT
) - [document] blocked during redirect:
NOTRUN
(Chrome:NOTRUN
) - destination: script:
NOTRUN
(Chrome:NOTRUN
)
- [document] blocked due to DIP:
https://hg.mozilla.org/mozilla-central/rev/5e0033d2aff1
https://hg.mozilla.org/mozilla-central/rev/20db6f957dfb
Description
•