[Pkg-javascript-commits] [pdf.js] 111/116: Merge tag 'upstream/1.0.1149+dfsg'

David Prévot taffit at moszumanska.debian.org
Fri Mar 6 16:20:08 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 a8c0988d6d667289e375775e43d7d78df56ed903
Merge: 800fa3c 48e9b2e
Author: David Prévot <david at tilapin.org>
Date:   Fri Mar 6 09:14:57 2015 -0400

    Merge tag 'upstream/1.0.1149+dfsg'
    
    Upstream version 1.0.1149+dfsg
    
    # gpg: Signature faite le ven. 06 mars 2015 09:11:12 AST
    # gpg:                avec la clef RSA 058C1CF944F6BD3C
    # gpg: Bonne signature de « David Prévot <david at tilapin.org> »
    # gpg:                 alias « David Prévot <davidp at altern.org> »
    # gpg:                 alias « David Prévot <davidp at no-log.org> »
    # gpg:                 alias « David Prévot <taffit at debian.org> »
    # gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
    # gpg:             Rien n'indique que la signature appartient à son propriétaire.
    # Empreinte de clef principale : AE14 AD01 426D 2BFB 82EF  7E1E B82A 217A FDFE 09F2
    #    Empreinte de la sous-clef : 7875 4D07 BC09 5C74 48F7  8D66 058C 1CF9 44F6 BD3C

 examples/components/pageviewer.html               |  46 ++
 examples/components/pageviewer.js                 |  58 ++
 examples/learning/helloworld64.html               |  81 +++
 examples/text-selection/css/minimal.css           |  43 --
 examples/text-selection/index.html                |  26 -
 examples/text-selection/js/minimal.js             |  97 ----
 examples/text-selection/pdf/TestDocument.pdf      | Bin 35153 -> 0 bytes
 extensions/chromium/manifest.json                 |   5 +
 extensions/chromium/options/options.html          |  85 +++
 extensions/chromium/options/options.js            | 194 +++++++
 extensions/chromium/preferences_schema.json       |   2 +-
 extensions/firefox/content/PdfStreamConverter.jsm |   6 +-
 make.js                                           |   1 +
 pdfjs.config                                      |   4 +-
 src/core/annotation.js                            |   2 +-
 src/core/chunked_stream.js                        |   3 +
 src/core/fonts.js                                 |  89 +++-
 src/core/jbig2.js                                 |   5 +-
 src/core/jpx.js                                   |  12 +-
 src/core/parser.js                                | 100 +++-
 src/core/stream.js                                |  14 +-
 src/core/worker.js                                |  16 +
 src/display/api.js                                | 321 +++++++++---
 src/shared/util.js                                |   5 +
 test/pdfs/.gitignore                              |   8 +
 test/pdfs/bug893730.pdf                           | Bin 0 -> 30845 bytes
 test/pdfs/bug894572.pdf                           | Bin 0 -> 41937 bytes
 test/pdfs/issue4061.pdf                           | Bin 0 -> 115240 bytes
 test/pdfs/issue5202.pdf                           | Bin 0 -> 5241 bytes
 test/pdfs/issue5501.pdf                           | Bin 0 -> 15180 bytes
 test/pdfs/issue5567.pdf                           | Bin 0 -> 2169844 bytes
 test/pdfs/issue5701.pdf                           | Bin 0 -> 13993 bytes
 test/pdfs/issue5704.pdf                           | Bin 0 -> 17915 bytes
 test/pdfs/issue5726.pdf.link                      |   1 +
 test/test_manifest.json                           |  62 +++
 test/webserver.js                                 |   3 +-
 web/.gitignore                                    |   1 -
 web/annotations_layer_builder.js                  | 177 +++++++
 web/document_attachments_view.js                  |  54 --
 web/document_outline_view.js                      |  64 ---
 web/index.html.template                           |  97 ----
 web/interfaces.js                                 |  28 +-
 web/page_view.js                                  | 610 ----------------------
 web/pdf_attachment_view.js                        |  87 +++
 web/pdf_find_controller.js                        |  28 +-
 web/pdf_outline_view.js                           |  96 ++++
 web/pdf_page_view.js                              | 546 +++++++++++++++++++
 web/pdf_rendering_queue.js                        |   5 +-
 web/pdf_thumbnail_view.js                         | 314 +++++++++++
 web/pdf_thumbnail_viewer.js                       | 204 ++++++++
 web/pdf_viewer.component.js                       |   9 +-
 web/pdf_viewer.js                                 | 160 +++---
 web/text_layer_builder.css                        |   4 +
 web/text_layer_builder.js                         |  90 ++--
 web/thumbnail_view.js                             | 384 --------------
 web/ui_utils.js                                   |  21 -
 web/viewer-snippet-b2g-activity-header.html       |   6 -
 web/viewer.css                                    |  15 +-
 web/viewer.html                                   |  10 +-
 web/viewer.js                                     | 220 +++-----
 60 files changed, 2756 insertions(+), 1763 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