gecko-dev/modules/woff2
Deian Stefan 21f0bb70ce Bug 1743324 - Convert RLBox woff2 functions to use char instead of uint8_t and unsigned long instead of size_t r=bholley
Differential Revision: https://phabricator.services.mozilla.com/D132320
2021-11-29 04:26:22 +00:00
..
include/woff2
src Bug 1732201 - Sandbox woff2 in OTS using RLBox r=bholley 2021-11-27 23:30:49 +00:00
README.mozilla Bug 1732201 - Sandbox woff2 in OTS using RLBox r=bholley 2021-11-27 23:30:49 +00:00
RLBoxWOFF2Sandbox.cpp Bug 1743324 - Convert RLBox woff2 functions to use char instead of uint8_t and unsigned long instead of size_t r=bholley 2021-11-29 04:26:22 +00:00
RLBoxWOFF2Sandbox.h Bug 1743324 - Convert RLBox woff2 functions to use char instead of uint8_t and unsigned long instead of size_t r=bholley 2021-11-29 04:26:22 +00:00
moz.build Bug 1732201 - Sandbox woff2 in OTS using RLBox r=bholley 2021-11-27 23:30:49 +00:00
sources.mozbuild Bug 1732201 - Sandbox woff2 in OTS using RLBox r=bholley 2021-11-27 23:30:49 +00:00
update.sh Bug 1732201 - Sandbox woff2 in OTS using RLBox r=bholley 2021-11-27 23:30:49 +00:00
woff2-rlbox.patch Bug 1732201 - Sandbox woff2 in OTS using RLBox r=bholley 2021-11-27 23:30:49 +00:00

README.mozilla

This is the woff2 library from
https://github.com/google/woff2.

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

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 1bccf208bca986e53a647dfe4811322adb06ecf8].

Additional patch: woff2-rlbox.patch (bug 1732201).