[BinAST] Deactivate Brotli decompression
Categories
(Core :: JavaScript Engine, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: Yoric, Assigned: Yoric)
References
Details
Attachments
(1 file, 1 obsolete file)
In the first release of context-0.x, we'll let Necko handle brotli decompression, so we need to make sure that we don't use our brotli decompression code just yet.
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
The latest version of content-0.1 does NOT embed brotli content. Rather, the protocol expects the data to be brotli-(de)compressed at the http layer, with the VM only taking care of Huffman-level compression.
This patch removes the code that we had installed to handle brotli decompression. Templatized methods that take as type argument Compress::{Yes, No}
remain templatized, as we expect that we're going to need Huffman decompression
soon, but for the time being, only the uncompressed implementation remains.
Assignee | ||
Comment 2•6 years ago
|
||
Since we do not use Brotli as part of SpiderMonkey anymore, let's avoid linking it.
Assignee | ||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e2fa438ebdc7
https://hg.mozilla.org/mozilla-central/rev/ce6819edd27e
Updated•5 years ago
|
Description
•