OLD | NEW |
---|---|
1 Name: Brotli | 1 Name: Brotli |
2 URL: https://github.com/google/brotli | 2 URL: https://github.com/google/brotli |
3 Version: 4836af6eaddb20d95187e571a950b68183534372 | 3 Version: 222564a95d9ab58865a096b8d9f7324ea5f2e03e |
Kunihiko Sakamoto
2016/12/05 02:27:00
Your CL description says 6a4bf4. Which is correct?
eustas
2016/12/05 14:15:01
222xxx is correct. Unfortunately revision descript
| |
4 License: MIT | 4 License: MIT |
5 License File: LICENSE | 5 License File: LICENSE |
6 Security Critical: yes | 6 Security Critical: yes |
7 | 7 |
8 Description: | 8 Description: |
9 Brotli is a generic byte-level compression algorithm that is used at the | 9 Brotli is a generic byte-level compression algorithm that is used at the |
10 byte-compression level in WOFF 2.0 font file format. This library is used | 10 byte-compression level in WOFF 2.0 font file format. This library is used |
11 to decode WOFF 2.0 fonts. | 11 to decode WOFF 2.0 fonts. |
12 | 12 |
13 Local Modifications: | 13 Local Modifications: |
14 - This only includes the enc/, dec/ and tools/ directories, the README.md and | 14 - This only includes the enc/, dec/ and tools/ directories, the README.md and |
15 the LICENSE files, removing unneeded direcories such as docs, tests, and | 15 the LICENSE files, removing unneeded directories such as docs, tests, and |
16 tools. | 16 tools. |
17 - Lines 659 of enc/hash.h and 66 of enc/cluster.h were modified to eliminate | 17 - Line 19 of enc/cluster_inc.h was modified to eliminate build error on Windows. |
18 build errors that appeared on Windows. | |
19 - Lines 290 - 304 from tools/bro.cc were adjusted to remove a try/catch block, | |
20 which are disabled by default in Chromium. | |
21 - BUILD.gn: Added. | 18 - BUILD.gn: Added. |
22 - brotli.gyp: Added. | 19 - brotli.gyp: Added. |
23 - brotli.gni: Added. | 20 - brotli.gni: Added. |
24 - bro.gypi: Added. | 21 - bro.gypi: Added. |
25 - enc/static_dict_lut.h: split up into two files (enc/static_dict_lut.h, | |
26 enc/static_dict_lut2.h) to allow upload to codereview. | |
27 - Line 1158 of enc/encode.cc has been modified to fix an unitialized variable | |
28 warning. Cherry-pick of c6d38e94cbf9ec094b1e84f6a3a675c9dc42fbed. | |
OLD | NEW |