[wpt-sync] Sync PR 19261 - CompressionStream
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox72 fixed)
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19261 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19261
Details from upstream follow.
Arno Renevier <arenevier@fb.com> wrote:
CompressionStream
Implement compression for "gzip" and "deflate". That implementation is
hidden behing ExperimentalCompressionStream flag.For unit tests, we compress and stream and uncompress it with pako, and
we make sure its output is the same as our original data.The file flow.json is copied from catapult test dataset.
Change-Id: I89dde0e06a07b695be93a3b4f81fa6b3ee80d760
Reviewed-on: https://chromium-review.googlesource.com/1763344
WPT-Export-Revision: 11a380ea6f80a401846c38e097abc77cdf989ea1
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
| Assignee | ||
Comment 6•6 years ago
|
||
| Assignee | ||
Comment 7•6 years ago
|
||
Comment 9•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6fa5cbdda5e0
https://hg.mozilla.org/mozilla-central/rev/b6f832f14d88
Description
•