[wpt-sync] Sync PR 46436 - Use the new "dcb" and "dcz" content encodings of Compressed Dictionary
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46436 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46436
Details from upstream follow.
Tsuyoshi Horo <horo@chromium.org> wrote:
Use the new "dcb" and "dcz" content encodings of Compressed Dictionary
The spec of Compression Dictionary Transport has been changed to use
newdcb
anddcz
content encodings.
https://github.com/httpwg/http-extensions/pull/2784To follow the spec change, this CL changes the Chromium implementation
and tests as follows:
- Use "dcb" content encoding name instead of "br-d".
- Use "dcz" content encoding name instead of "zstd-d".
- Remove the "Content-Dictionary" response header.
- Check the magic number and the sha256 hash in the head of the
Dictionary-Compressed streams using
SharedDictionaryHeaderCheckerSourceStream.- Re-generate test files using the new content encodings.
Bug: 1413922
Change-Id: I4f2f40c1f0c3666b4f0b54e34ad966ffccadd96b
Reviewed-on: https://chromium-review.googlesource.com/5552563
WPT-Export-Revision: 25cb53581fbd9a788ad416b7bef46981c88d383a
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months ago
|
||
Assignee | ||
Comment 3•6 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
OK
: 3
FAIL
: 7
Chrome
OK
: 3
FAIL
: 7
Safari
OK
: 3
FAIL
: 7
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /fetch/compression-dictionary/dictionary-decompression.tentative.https.html [wpt.fyi]
- Decompresion using Brotli with the dictionary works as expected:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Decompresion using Zstandard with the dictionary works as expected:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Decompresion of a cross origin resource works as expected:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Decompresion using Brotli with the dictionary works as expected:
- /fetch/compression-dictionary/dictionary-fetch-with-link-element.tentative.https.html [wpt.fyi]
- Browser supports link element with dictionary rel.:
FAIL
- Fetch same origin dictionary using link element:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Fetch cross origin dictionary using link element:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Browser supports link element with compression-dictionary rel.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Browser supports link element with dictionary rel.:
- /fetch/compression-dictionary/dictionary-fetch-with-link-header.tentative.https.html [wpt.fyi]
- Fetch same origin dictionary using link header:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Fetch same origin dictionary using link header:
Comment 5•6 months ago
|
||
bugherder |
Description
•