[Pkg-javascript-commits] [pdf.js] branch upstream updated (4cbee86 -> 1f1c741)
David Prévot
taffit at moszumanska.debian.org
Sat Jun 20 21:35:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch upstream
in repository pdf.js.
from 4cbee86 Imported Upstream version 1.1.114+dfsg
new 4c2ad3b Ensure that entries in the Differences array of Type1 fonts are either numbers or names
new 6d2d854 Merge pull request #5815 from Snuffleupagus/type1-diff-refs
new 523fde7 Update README.md with shorter clone command and improved instruction order
new 1a3310d Merge pull request #5991 from timvandermeij/readme
new 4f12bb1 Version 1.1.114
new f0c6553 Merge pull request #6002 from yurydelendik/v1.1.114
new b1c4b85 Change |pages| to be a "private" property of |PDFViewer|
new 00f3756 Merge pull request #5867 from Snuffleupagus/pdfViewer-pages-private
new dd07ef9 Disables rAF for the printing.
new d87c1ec Merge pull request #6004 from yurydelendik/print-raf
new a5159a7 extract more accurate glpyh heights from type-3 fonts
new b34366d Merge pull request #5898 from stri8ed/master
new d0ea772 Fix error reading concatenated pdfs
new d484ebd Merge pull request #5910 from jordan-thoms/fix-concatenated-files
new a61a4b1 URL annotations handled as UTF-8 to accommodate some bad PDFs. For proper 7-bit ASCII this makes no difference. Fixes Bug 1122280.
new 67816bd Merge pull request #5999 from hellemar/handle-utf8-in-url
new ba0eb7f Add the |location| to the |updateviewarea| UI event
new 39d5031 Merge pull request #5989 from Snuffleupagus/updateviewarea-location
new 9788ba0 Add a reduced test-case for issue 5896
new 3a75e86 Merge pull request #6015 from Snuffleupagus/issue-5896-test
new d34e6dd Set page size via @page + size
new d7aa95d Merge pull request #5857 from Rob--W/print-page-size
new c201309 Apply char spacing only when there are chars.
new 9098233 Merge pull request #5995 from CodingFabian/tweak-char-spacing-text-selection
new ed540a8 Fix scroll to zoom jump between 25% and 1000%
new 9deae0e Merge pull request #6014 from NotablePDF/fix_scroll_zoom
new 70b8393 Ensure that the cmap position is within the bounds of the font file in |readCmapTable|
new 0365baf Fall back to the |defaultEncoding| when no valid "post" table is found in TrueType fonts (bug 1050040)
new 7da9626 Merge pull request #5901 from Snuffleupagus/bug-1050040
new 979c108 Remove unused require() directive
new abd92e1 Merge pull request #6023 from mcorb/master
new 4dc52cf Tweak the :focus/:hover CSS rules of the .toolbarField class used in Overlay dialogs
new 73545fb Merge pull request #6020 from Snuffleupagus/overlay-toolbarField
new dd4fc29 [Firefox] Parse all JPEG images in the addon
new 3f3fb1e Merge pull request #6024 from Snuffleupagus/parse-all-jpegs
new 4424079 Convert UTF8 encoded passwords to ISO-8859-1 for |R = 6| encryption (issue 6010)
new 07af86c Merge pull request #6016 from Snuffleupagus/issue-6010
new 90b6de1 Fixed the ShellJS version
new bcdaaef Merge pull request #6030 from timvandermeij/fixed-shelljs-version
new a22319b Eliminate transition effects from thumbnail loader
new 46f06b4 Merge pull request #6026 from mcorb/disable-transitions
new 5043ba7 Fixes bower version confusion (see #6033)
new b5de3dc Updates l10n files.
new 357ee6c viewer: Support Retina/HiDPI thumbnails
new 82536f8 Merge pull request #6025 from mcorb/retina-thumbnails
new 58769fd Refactor test slave
new d59660c Clean up the test driver
new ae8748e Refactor test driver to be more class-like
new 07ec736 Improve driver code structure
new e02ab9f Implement an option to disable automatic scrolling
new 39d2103 Merge pull request #6021 from timvandermeij/test-driver
new 5743b4f [Firefox] Fix newChannel/asyncFetch fallout from bug 1167053
new 95bd841 Merge pull request #6054 from Snuffleupagus/bug-1167053
new c82fa16 [Firefox] Re-add _getTabForBrowser compatibility hack for the addon
new c7756d5 Merge pull request #6051 from Snuffleupagus/esr-31-find
new 4c9b65f Extract correct PDF format version from the catalog
new d105734 Merge pull request #6046 from AppShuttle/pdf-version-fix
new 0ef6212 Refactors PDFLinkService.
new 5cff06e Refactors PDFHistory.
new 189ef97 Merge pull request #5971 from yurydelendik/refact-hist-link
new 20881dc Make PDFHistory optional in PDFLinkService
new 3d9a802 Fix a couple of function names in error messages in PDFLinkService
new d3fa65e Merge pull request #6063 from Snuffleupagus/pdfLinkService-optional-history
new a28ed7c Always traverse the entire parent chain in Page_getInheritedPageProp (issue 5954)
new 5c3c516 Merge pull request #6065 from Snuffleupagus/issue-5954-2
new a1743d9 Revert PR 6024 "[Firefox] Parse all JPEG images in the addon", since it's fixed upstream
new 82c5cf6 Merge pull request #6062 from Snuffleupagus/revert-parse-all-jpegs
new 27713f9 Ensure that PDFHistory does not incorrectly replace the initial document hash (issue 6079)
new 6203dcd Merge pull request #6080 from Snuffleupagus/issue-6079
new 64e1fb9 Fetch parameters if they are |Ref|s in Pattern color spaces (issue 6081)
new d95b4e4 Merge pull request #6082 from Snuffleupagus/issue-6081
new adb2f8a [CRX] Add Referer request header if needed
new 8aa1c81 Merge pull request #5823 from Rob--W/preserve-http-referer
new 6fbc542 Skip mapping of CIDFontType2 glyphs in fonts with a |IdentityToUnicodeMap|, unless |properties.widths| is defined for the glyph
new 749a60a Merge pull request #5990 from Snuffleupagus/missing-glyphs-identityUnicode
new f4ba0e3 Check availability of canvas & PDF before printing
new f943b29 Merge pull request #6088 from Rob--W/issue-6083
new 91a5825 Update README (Chrome & Opera section)
new 4983c7b Merge pull request #6089 from Rob--W/README-crx-not-experimental
new 6f2f070 Don't map glyphs to certain problematic Thai/Lao Unicode locations (issue 5994)
new c205b80 Merge pull request #5998 from Snuffleupagus/issue-5994
new 099f99d Apply padding on <select> and not the button
new 5a6ab15 Merge pull request #6076 from LilyBin/button-fix
new 9738558 Add a test-case for issue 6099 - CalRGB color space where the parameters are a |Ref|
new cbc7a0b Merge pull request #6101 from Snuffleupagus/issue-6099-test
new f59e202 Slightly improved Crypto unit tests
new fda6c18 Merge pull request #6093 from Snuffleupagus/slightly-improved-crypto-unittests
new a645369 Increase the font weight used for non-embedded ArialBlack fonts
new 0259448 Merge pull request #6091 from Snuffleupagus/bolder-ArialBlack
new 5eae3e2 Map missing glyphs to the notdef glyph for TrueType (3, 1) fonts (issue 6068)
new bf20334 Merge pull request #6090 from Snuffleupagus/issue-6068
new bc5e43b Use the Alternate entry, if it exists, in ICCBased Colour Space dictionaries (issue 5836, issue 5939, issue 6055)
new c8fd9c8 Merge pull request #6112 from Snuffleupagus/iccbased-alternate
new 60fbb5e Ensure that the result of |constructStichedFromIRResult| is a number (issue 6113)
new d7e6490 Merge pull request #6114 from Snuffleupagus/issue-6113
new 7cb6208 Fix a typo causing a TypeError when attempting to call pdfHistory_clearHistoryState (issue 6121)
new 5f6dcf3 Merge pull request #6122 from Snuffleupagus/issue-6121
new 65fee79 Remove issue6113.pdf from the test-suite for failing intermittently in Firefox on the Linux bot
new e926757 Merge pull request #6125 from Snuffleupagus/issue-6113-remove-test
new 75624c8 Clear the |getSinglePixelWidth| cache when rendering Type3 fonts (issue 6117)
new c9a7498 Merge pull request #6120 from Snuffleupagus/issue-6117
new 1f1c741 Imported Upstream version 1.1.215+dfsg
The 102 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
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/{issue5599.pdf => issue5954.pdf} | 80 +-
test/pdfs/{issue5599.pdf => issue5972.pdf} | 16 +-
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, 21813 insertions(+), 1296 deletions(-)
create mode 100644 extensions/chromium/preserve-referer.js
create mode 100644 test/pdfs/bug1050040.pdf
create mode 100644 test/pdfs/bug1142033.pdf.link
create mode 100644 test/pdfs/franz.pdf
create mode 100644 test/pdfs/issue5874.pdf
create mode 100644 test/pdfs/issue5896.pdf
create mode 100755 test/pdfs/issue5909.pdf
create mode 100644 test/pdfs/issue5939.pdf.link
copy test/pdfs/{issue5599.pdf => issue5954.pdf} (61%)
copy test/pdfs/{issue5599.pdf => issue5972.pdf} (83%)
create mode 100644 test/pdfs/issue5994.pdf
create mode 100644 test/pdfs/issue6010_1.pdf
create mode 100644 test/pdfs/issue6010_2.pdf
create mode 100644 test/pdfs/issue6068.pdf
create mode 100644 test/pdfs/issue6081.pdf
create mode 100644 test/pdfs/issue6099.pdf
create mode 100644 test/pdfs/issue6117.pdf.link
create mode 100644 web/pdf_link_service.js
--
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