Bug 1850991 - Update brotli to version 1.1.0. r=jfkthame
commit35c6bce5ac72a70061b429aaa954d5c77035c313
authorRyan VanderMeulen <ryanvm@gmail.com>
Wed, 13 Sep 2023 14:36:27 +0000 (13 14:36 +0000)
committerRyan VanderMeulen <ryanvm@gmail.com>
Wed, 13 Sep 2023 14:36:27 +0000 (13 14:36 +0000)
treecfc3250d88ada3ec8e3e139104e963cd75431511
parent63bd6acc44a8107eb6f1b5e0da2058179fe592c4
Bug 1850991 - Update brotli to version 1.1.0. r=jfkthame

Differential Revision: https://phabricator.services.mozilla.com/D187212
24 files changed:
modules/brotli/common/constants.c
modules/brotli/common/constants.h
modules/brotli/common/context.c
modules/brotli/common/dictionary.c
modules/brotli/common/platform.c
modules/brotli/common/platform.h
modules/brotli/common/shared_dictionary.c [new file with mode: 0644]
modules/brotli/common/shared_dictionary_internal.h [new file with mode: 0644]
modules/brotli/common/transform.c
modules/brotli/common/version.h
modules/brotli/dec/bit_reader.c
modules/brotli/dec/bit_reader.h
modules/brotli/dec/decode.c
modules/brotli/dec/huffman.c
modules/brotli/dec/huffman.h
modules/brotli/dec/prefix.h
modules/brotli/dec/state.c
modules/brotli/dec/state.h
modules/brotli/include/brotli/decode.h
modules/brotli/include/brotli/encode.h
modules/brotli/include/brotli/port.h
modules/brotli/include/brotli/shared_dictionary.h [new file with mode: 0644]
modules/brotli/moz.build
modules/brotli/moz.yaml