gecko-dev/modules/woff2
Tom Tromey 5538d692d3 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx

--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
..
src Bug 1270537 - Update woff2 code to latest upstream. r=milan 2016-06-27 17:41:38 +01:00
README.mozilla Bug 1270537 - Update woff2 code to latest upstream. r=milan 2016-06-27 17:41:38 +01:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
redefine-unique_ptr.patch Bug 1270537 - Update woff2 code to latest upstream. r=milan 2016-06-27 17:41:38 +01:00
update.sh Bug 1270537 - Update woff2 code to latest upstream. r=milan 2016-06-27 17:41:38 +01: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/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 afbecce5ff16faf92ce637eab991810f5b66f803].

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.