gecko-dev/modules/woff2
Shravan Narayan d37cf39bdc Bug 1744460 part 1 - Move woff2 memory estimation code outside rlbox sandbox r=bholley
Differential Revision: https://phabricator.services.mozilla.com/D133009
2021-12-09 00:01:16 +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 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).