Name Description Size Coverage
BaseAlgorithms.cpp 6561 -
BaseAlgorithms.h Steps 2 and 4 of https://compression.spec.whatwg.org/#decompress-and-enqueue-a-chunk (step 3, returning early if buffer is empty, is intentionally not implemented; see https://github.com/whatwg/compression/issues/78) and steps 1 and 2.1 of https://compression.spec.whatwg.org/#decompress-flush-and-enqueue @return true if the input is fully consumed, else false 4294 -
CompressionStream.cpp Constructs either a ZLibDecompressionStreamAlgorithms or a BrotliDecompressionStreamAlgorithms, based on the CompressionFormat. 3700 -
CompressionStream.h 1653 -
DecompressionStream.cpp Constructs either a ZLibDecompressionStreamAlgorithms or a Brotli/ZstdDecompressionStreamAlgorithms, based on the CompressionFormat. 4134 -
DecompressionStream.h 1667 -
FormatBrotli.cpp 7419 -
FormatBrotli.h 2744 -
FormatZlib.cpp default memLevel 11759 -
FormatZlib.h 2650 -
FormatZstd.cpp src 3803 -
FormatZstd.h 1607 -
moz.build 548 -