[Pkg-javascript-commits] [pdf.js] 06/414: Merge pull request #6683 from yurydelendik/module-core
David Prévot
taffit at moszumanska.debian.org
Tue Jun 28 17:11:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit f1c64b6a2ab968e6a2a1f721ba8462c793fa80cd
Merge: a1aec82 b084dc0
Author: Brendan Dahl <brendan.dahl at gmail.com>
Date: Tue Dec 15 17:10:21 2015 -0800
Merge pull request #6683 from yurydelendik/module-core
Adds UMD headers to core, display and shared files.
.jshintrc | 6 +
examples/acroforms/index.html | 14 +-
examples/helloworld/index.html | 13 +-
examples/svgviewer/index.html | 9 +-
external/umdutils/genhtml.js | 51 +++
external/umdutils/verifier.js | 488 ++++++++++++++++++++++++++
make.js | 22 +-
src/core/annotation.js | 48 ++-
src/core/arithmetic_decoder.js | 13 +
src/core/bidi.js | 16 +-
src/core/charsets.js | 15 +
src/core/chunked_stream.js | 24 +-
src/core/cmap.js | 35 +-
src/core/colorspace.js | 44 ++-
src/core/crypto.js | 40 ++-
src/core/{core.js => document.js} | 69 +++-
src/core/evaluator.js | 90 ++++-
src/core/font_renderer.js | 36 +-
src/core/fonts.js | 86 ++++-
src/core/function.js | 30 +-
src/core/glyphlist.js | 14 +
src/core/image.js | 39 +-
src/core/jbig2.js | 26 +-
src/core/jpg.js | 17 +-
src/core/jpx.js | 25 +-
src/core/metrics.js | 13 +
src/core/murmurhash3.js | 16 +-
src/core/obj.js | 369 +++----------------
src/core/parser.js | 57 ++-
src/core/pattern.js | 33 +-
src/core/pdf_manager.js | 30 +-
src/core/primitives.js | 378 ++++++++++++++++++++
src/core/ps_parser.js | 21 +-
src/core/stream.js | 70 +++-
src/core/worker.js | 52 ++-
src/display/annotation_layer.js | 27 +-
src/display/api.js | 64 +++-
src/display/canvas.js | 50 ++-
src/display/dom_utils.js | 17 +-
src/display/font_loader.js | 30 +-
src/display/metadata.js | 17 +-
src/display/pattern_helper.js | 34 +-
src/display/svg.js | 25 +-
src/display/text_layer.js | 18 +-
src/display/webgl.js | 17 +-
src/expose_to_global.js | 35 ++
src/shared/global.js | 47 +++
src/shared/util.js | 108 +++---
src/worker_loader.js | 44 +--
test/driver.js | 7 +-
test/font/font_test.html | 53 +--
test/test_slave.html | 13 +-
test/unit/font_spec.js | 8 +-
test/unit/{obj_spec.js => primitives_spec.js} | 2 +-
test/unit/unit_test.html | 57 +--
web/viewer.html | 13 +-
56 files changed, 2427 insertions(+), 568 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list