[Pkg-javascript-commits] [pdf.js] 33/115: Merge pull request #6619 from yurydelendik/mv-textlayer
David Prévot
taffit at moszumanska.debian.org
Wed Dec 16 20:03:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit fc2d7e88b67fa487fc79d906ac8feaa8e84227db
Merge: 1250e35 bd7f121
Author: Brendan Dahl <brendan.dahl at gmail.com>
Date: Thu Nov 19 13:20:10 2015 -0800
Merge pull request #6619 from yurydelendik/mv-textlayer
[api-minor] Moving text layer rendering into src/display and better "text" testing.
examples/acroforms/index.html | 2 +
examples/helloworld/index.html | 2 +
make.js | 2 +
src/display/dom_utils.js | 73 ++++++++++++
src/display/text_layer.js | 237 +++++++++++++++++++++++++++++++++++++++
test/driver.js | 176 ++++++++++++++---------------
test/font/font_test.html | 1 +
test/test_manifest.json | 6 -
test/test_slave.html | 2 +
test/text_layer_test.css | 38 +++++++
test/unit/unit_test.html | 2 +
web/annotations_layer_builder.js | 4 +-
web/pdf_page_view.js | 4 +-
web/text_layer_builder.js | 170 +++++-----------------------
web/ui_utils.js | 51 ---------
web/viewer.css | 22 +++-
web/viewer.html | 2 +
17 files changed, 501 insertions(+), 293 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