[Pkg-javascript-commits] [pdf.js] 103/106: Merge tag 'upstream/1.1.215+dfsg'

David Prévot taffit at moszumanska.debian.org
Sat Jun 20 21:35:31 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 7d49a487b6ae7658c70f2886cfee2cccdd3ed063
Merge: e6ca561 1f1c741
Author: David Prévot <david at tilapin.org>
Date:   Sat Jun 20 10:32:23 2015 -0400

    Merge tag 'upstream/1.1.215+dfsg'
    
    Upstream version 1.1.215+dfsg
    
    # gpg: Signature made sam. 20 juin 2015 10:30:59 AST
    # gpg:                using RSA key 058C1CF944F6BD3C
    # gpg: Good signature from "David Prévot <david at tilapin.org>"
    # gpg:                 aka "David Prévot <davidp at altern.org>"
    # gpg:                 aka "David Prévot <davidp at no-log.org>"
    # gpg:                 aka "David Prévot <taffit at debian.org>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: AE14 AD01 426D 2BFB 82EF  7E1E B82A 217A FDFE 09F2
    #      Subkey fingerprint: 7875 4D07 BC09 5C74 48F7  8D66 058C 1CF9 44F6 BD3C

 README.md                                         |    30 +-
 docs/contents/getting_started/index.md            |     4 +-
 extensions/chromium/pdfHandler.html               |     1 +
 extensions/chromium/pdfHandler.js                 |     5 +-
 extensions/chromium/preserve-referer.js           |   143 +
 extensions/firefox/content/PdfStreamConverter.jsm |    35 +-
 extensions/firefox/content/PdfjsChromeUtils.jsm   |    13 +-
 external/builder/builder.js                       |     1 -
 l10n/es-ES/viewer.properties                      |     6 +-
 l10n/id/viewer.properties                         |     2 +-
 l10n/mai/chrome.properties                        |     1 +
 l10n/mai/viewer.properties                        |     4 +-
 l10n/pt-PT/viewer.properties                      |     4 +-
 package.json                                      |     2 +-
 pdfjs.config                                      |     6 +-
 src/core/annotation.js                            |    13 +-
 src/core/colorspace.js                            |    21 +-
 src/core/core.js                                  |    63 +-
 src/core/crypto.js                                |    13 +-
 src/core/evaluator.js                             |    30 +-
 src/core/fonts.js                                 |    36 +-
 src/core/function.js                              |     5 +-
 src/core/obj.js                                   |    31 +-
 src/display/api.js                                |     8 +-
 src/display/canvas.js                             |     3 +-
 src/shared/util.js                                |     4 +
 test/driver.js                                    |   834 +-
 test/pdfs/.gitignore                              |    13 +
 test/pdfs/basicapi.pdf                            |   Bin 105779 -> 105779 bytes
 test/pdfs/bug1050040.pdf                          |   Bin 0 -> 40946 bytes
 test/pdfs/bug1142033.pdf.link                     |     1 +
 test/pdfs/franz.pdf                               |    81 +
 test/pdfs/issue5874.pdf                           |   Bin 0 -> 214331 bytes
 test/pdfs/issue5896.pdf                           |   Bin 0 -> 11541 bytes
 test/pdfs/issue5909.pdf                           |   Bin 0 -> 109769 bytes
 test/pdfs/issue5939.pdf.link                      |     1 +
 test/pdfs/issue5954.pdf                           |    78 +
 test/pdfs/issue5972.pdf                           |    76 +
 test/pdfs/issue5994.pdf                           | 19600 ++++++++++++++++++++
 test/pdfs/issue6010_1.pdf                         |    37 +
 test/pdfs/issue6010_2.pdf                         |    38 +
 test/pdfs/issue6068.pdf                           |   Bin 0 -> 432895 bytes
 test/pdfs/issue6081.pdf                           |   Bin 0 -> 2266 bytes
 test/pdfs/issue6099.pdf                           |   Bin 0 -> 13934 bytes
 test/pdfs/issue6117.pdf.link                      |     1 +
 test/test_manifest.json                           |   120 +
 test/test_slave.html                              |    52 +-
 test/unit/api_spec.js                             |     1 +
 test/unit/crypto_spec.js                          |   184 +-
 web/chromecom.js                                  |    62 +
 web/interfaces.js                                 |    17 +
 web/mozPrintCallback_polyfill.js                  |     2 +-
 web/pdf_history.js                                |   643 +-
 web/pdf_link_service.js                           |   305 +
 web/pdf_page_view.js                              |     9 +-
 web/pdf_thumbnail_view.js                         |    20 +-
 web/pdf_viewer.component.js                       |    12 +-
 web/pdf_viewer.js                                 |    68 +-
 web/ui_utils.js                                   |    15 +
 web/viewer.css                                    |    16 +-
 web/viewer.html                                   |     1 +
 web/viewer.js                                     |   396 +-
 62 files changed, 21918 insertions(+), 1249 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