gecko-dev/modules/brotli
Jonathan Kew 3cc2e09e3d Bug 1066160 pt 2 - Include Brotli in the gecko build. r=gps 2014-10-04 10:02:24 +01:00
..
dec
README.mozilla
moz.build
update.sh

README.mozilla

This is the Brotli data compression library from
https://code.google.com/p/font-compression-reference/.

Currently, we import only the Brotli decoder (the /dec/ subdirectory), not the
encoder (/enc/ subdirectory).

Upstream code can be viewed at
  https://code.google.com/p/font-compression-reference/source/browse/#git%2Fbrotli%2Fdec

and cloned by
  git clone https://code.google.com/p/font-compression-reference/ 

The in-tree copy is updated by running
  sh update.sh
from within the modules/brotli directory.

Current version: [commit d9a74803fa884559879e3205cfe6f257a2d85519].