diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /modules/woff2/README.mozilla | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'modules/woff2/README.mozilla')
-rw-r--r-- | modules/woff2/README.mozilla | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/woff2/README.mozilla b/modules/woff2/README.mozilla new file mode 100644 index 000000000..0304010d5 --- /dev/null +++ b/modules/woff2/README.mozilla @@ -0,0 +1,21 @@ +This is the woff2 library from +https://github.com/google/woff2. + +Upstream code can be viewed at + https://github.com/google/woff2/tree/master/src + +and cloned by + git clone https://github.com/google/woff2 + +The in-tree copy is updated by running + sh update.sh +from within the modules/woff2 directory. + +Current version: [commit 63b8fb6d0d797f04e77ee825fd8fcf7ea6205aac]. + +redefine-unique_ptr.patch redefines the class std::unique_ptr to workaround a +build issue with missing C++11 features. +See https://bugzilla.mozilla.org/show_bug.cgi?id=1227058 + +missing-assert-header.patch contains the upstream change from commit +07cd303dd2959cbf69a6840706c0896e49e42677 adding the missing assert.h header. |