Remove support for brotli streams in Jar archives
Categories
(Core :: Networking: JAR, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(3 files)
Assignee | ||
Comment 1•4 years ago
|
||
This was added in bug 1355661, has been kept Nightly-only since then,
and was only used briefly for omni.ja, and eventually we switched
compression off entirely on omni.ja. If we ever switch compression on
again on omni.ja, it would likely be with zstd, which is much faster
on the compression side.
Assignee | ||
Comment 2•4 years ago
|
||
This was added ing bug 1352595. It has only been used briefly, and we
since then have gone all the way to never compress omni.ja. Even if we
did go back to compressing, we'd probably go with zstd rather than
brotli.
The gecko-side support for this has only ever been nightly-only.
Assignee | ||
Comment 3•4 years ago
|
||
We now have no use for it. Remove the corresponding source, which we
added in bug 1355671 just for this.
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1d1f1d413aee
https://hg.mozilla.org/mozilla-central/rev/97f4820bdb02
https://hg.mozilla.org/mozilla-central/rev/23c261d45df2
Description
•