[Pkg-javascript-commits] [pdf.js] 346/414: Merge pull request #7126 from yurydelendik/rm-pdfjs-display

David Prévot taffit at moszumanska.debian.org
Tue Jun 28 17:12:38 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 68e8f5fff51f2ee7f845a4217b9419b8676df866
Merge: bc8df67 1e4886a
Author: Brendan Dahl <brendan.dahl at gmail.com>
Date:   Thu Apr 7 11:47:58 2016 -0700

    Merge pull request #7126 from yurydelendik/rm-pdfjs-display
    
    Move all PDFJS display/ usages into global.js file.

 examples/acroforms/forms.js     |   4 +-
 examples/helloworld/hello.js    |   4 +-
 examples/node/domstubs.js       |   4 -
 examples/node/getinfo.js        |   4 +-
 examples/node/pdf2svg.js        |   6 +-
 examples/svgviewer/viewer.js    |  17 ++-
 examples/webpack/main.js        |   4 +-
 make.js                         |   8 +-
 src/display/annotation_layer.js |  12 +-
 src/display/api.js              | 297 ++++++++++------------------------------
 src/display/canvas.js           |  24 +++-
 src/display/dom_utils.js        | 155 +++++++++++++--------
 src/display/font_loader.js      |  77 ++++-------
 src/display/global.js           | 232 ++++++++++++++++++++++++++++++-
 src/display/metadata.js         |  15 +-
 src/display/svg.js              |  39 +++---
 src/display/text_layer.js       |  20 ++-
 src/display/webgl.js            |  12 +-
 src/frameworks.js               |  11 +-
 src/main_loader.js              |  26 +++-
 src/pdf.js                      |  14 ++
 src/shared/util.js              |  20 ++-
 test/test_slave.html            |   5 +-
 web/annotation_layer_builder.js |   6 +-
 web/app.js                      |  72 +++++-----
 web/chromecom.js                |   4 +-
 web/debugger.js                 |   8 +-
 web/download_manager.js         |   7 +-
 web/firefoxcom.js               |   4 +-
 web/password_prompt.js          |   4 +-
 web/pdf_attachment_viewer.js    |   6 +-
 web/pdf_find_controller.js      |   2 +-
 web/pdf_outline_viewer.js       |   6 +-
 web/pdf_page_view.js            |  20 +--
 web/pdf_viewer.component.js     |  17 ++-
 web/pdf_viewer.js               |   9 +-
 web/text_layer_builder.js       |   4 +-
 web/ui_utils.js                 |  56 ++++++++
 web/viewer.js                   |   2 +
 39 files changed, 720 insertions(+), 517 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