gecko-dev/modules/woff2
Mike Hommey 4ae2e8bd0e Bug 1754147 - Remove REQUIRES_UNIFIED_BUILD from modules/woff2. r=firefox-build-system-reviewers,mhentges
Differential Revision: https://phabricator.services.mozilla.com/D138120
2022-02-09 04:22:39 +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 1744460 part 1 - Move woff2 memory estimation code outside rlbox sandbox r=bholley 2021-12-09 00:01:16 +00:00
RLBoxWOFF2Sandbox.h Bug 1744460 part 1 - Move woff2 memory estimation code outside rlbox sandbox r=bholley 2021-12-09 00:01:16 +00:00
moz.build Bug 1754147 - Remove REQUIRES_UNIFIED_BUILD from modules/woff2. r=firefox-build-system-reviewers,mhentges 2022-02-09 04:22:39 +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).