gecko-dev/modules/brotli
Chris Manchester c86173526a Bug 1403346 - Replace all uses of ALLOW_COMPILER_WARNINGS with a template, remove ALLOW_COMPILER_WARNINGS. r=glandium
MozReview-Commit-ID: 1G2o4fy74cf
2017-10-25 15:12:09 -07:00
..
common Bug 1402350 - Update Brotli library to release 1.0.1. r=glandium 2017-09-28 08:58:54 +01:00
dec Bug 1402350 - Update Brotli library to release 1.0.1. r=glandium 2017-09-28 08:58:54 +01:00
enc Bug 1402350 - Update Brotli library to release 1.0.1. r=glandium 2017-09-28 08:58:54 +01:00
include/brotli Bug 1402350 - Update Brotli library to release 1.0.1. r=glandium 2017-09-28 08:58:54 +01:00
tools Bug 1402350 - Update Brotli library to release 1.0.1. r=glandium 2017-09-28 08:58:54 +01:00
README.mozilla Bug 1402350 - Update Brotli library to release 1.0.1. r=glandium 2017-09-28 08:58:54 +01:00
moz.build Bug 1403346 - Replace all uses of ALLOW_COMPILER_WARNINGS with a template, remove ALLOW_COMPILER_WARNINGS. r=glandium 2017-10-25 15:12:09 -07:00
update.sh Bug 1402350 - Update Brotli library to release 1.0.1. r=glandium 2017-09-28 08:58:54 +01:00

README.mozilla

This is the Brotli data compression library from
https://github.com/google/brotli.

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

Upstream code can be viewed at
  https://github.com/google/brotli/tree/master/dec

and cloned by
  git clone https://github.com/google/brotli

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

Current version: [commit 5b4769990dc14a2bd466d2599c946c5652cba4b2].