[Pkg-javascript-commits] [pdf.js] annotated tag upstream/1.1.215+dfsg created (now 4a6ede8)
David Prévot
taffit at moszumanska.debian.org
Sat Jun 20 21:36:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag upstream/1.1.215+dfsg
in repository pdf.js.
at 4a6ede8 (tag)
tagging 1f1c7419b67e66f7b27d8dc44f057966b2deb3bc (commit)
replaces upstream/1.1.114+dfsg
tagged by David Prévot
on Sat Jun 20 10:30:58 2015 -0400
- Log -----------------------------------------------------------------
Upstream version 1.1.215+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJVhXkjAAoJEAWMHPlE9r08LmoH/19EeFt2YFiLymGOQ8bvD3zd
WfsqHa6CSb/gbsd6Px7hxVxUW66A8rMHE8Wn6XcvRf7ufbb0tOvajO+eFDJ9CljS
fk73iAJT3/annDjL1PesaG05CgqQ/29pI97uoezT9ZlH3OCighxO1MhLEHzh1YNZ
oKeNdd3CA8PiXODzbBVlPMjGhVZiOlMTl8iyIvDudbuBbSCvTWOfLCx+4Z0AFPVY
q6En/nmWCKKfY1x9GBGAJnD4s66DNPSh81viwsKO0wA7lpMrgEScDwydUq/jLDEx
9Js18dEa9fu592ughjAE6yXdrYTjZOLrZ2o35a7u58zb1gapeXOKpmHR2vQhjPc=
=1yhj
-----END PGP SIGNATURE-----
Brendan Dahl (4):
Merge pull request #6004 from yurydelendik/print-raf
Merge pull request #6026 from mcorb/disable-transitions
Merge pull request #5990 from Snuffleupagus/missing-glyphs-identityUnicode
Merge pull request #5998 from Snuffleupagus/issue-5994
David Prévot (1):
Imported Upstream version 1.1.215+dfsg
Fabian Lange (1):
Apply char spacing only when there are chars.
Jonas Jenwald (38):
Ensure that entries in the Differences array of Type1 fonts are either numbers or names
Change |pages| to be a "private" property of |PDFViewer|
Merge pull request #5815 from Snuffleupagus/type1-diff-refs
Add the |location| to the |updateviewarea| UI event
Merge pull request #5991 from timvandermeij/readme
Ensure that the cmap position is within the bounds of the font file in |readCmapTable|
Fall back to the |defaultEncoding| when no valid "post" table is found in TrueType fonts (bug 1050040)
Add a reduced test-case for issue 5896
Convert UTF8 encoded passwords to ISO-8859-1 for |R = 6| encryption (issue 6010)
Skip mapping of CIDFontType2 glyphs in fonts with a |IdentityToUnicodeMap|, unless |properties.widths| is defined for the glyph
Merge pull request #6014 from NotablePDF/fix_scroll_zoom
Tweak the :focus/:hover CSS rules of the .toolbarField class used in Overlay dialogs
[Firefox] Parse all JPEG images in the addon
[Firefox] Re-add _getTabForBrowser compatibility hack for the addon
Merge pull request #6021 from timvandermeij/test-driver
[Firefox] Fix newChannel/asyncFetch fallout from bug 1167053
Merge pull request #5971 from yurydelendik/refact-hist-link
Revert PR 6024 "[Firefox] Parse all JPEG images in the addon", since it's fixed upstream
Make PDFHistory optional in PDFLinkService
Fix a couple of function names in error messages in PDFLinkService
Always traverse the entire parent chain in Page_getInheritedPageProp (issue 5954)
Ensure that PDFHistory does not incorrectly replace the initial document hash (issue 6079)
Fetch parameters if they are |Ref|s in Pattern color spaces (issue 6081)
Merge pull request #6082 from Snuffleupagus/issue-6081
Don't map glyphs to certain problematic Thai/Lao Unicode locations (issue 5994)
Merge pull request #6088 from Rob--W/issue-6083
Map missing glyphs to the notdef glyph for TrueType (3, 1) fonts (issue 6068)
Increase the font weight used for non-embedded ArialBlack fonts
Add a test-case for issue 6099 - CalRGB color space where the parameters are a |Ref|
Slightly improved Crypto unit tests
Merge pull request #6090 from Snuffleupagus/issue-6068
Use the Alternate entry, if it exists, in ICCBased Colour Space dictionaries (issue 5836, issue 5939, issue 6055)
Ensure that the result of |constructStichedFromIRResult| is a number (issue 6113)
Fix a typo causing a TypeError when attempting to call pdfHistory_clearHistoryState (issue 6121)
Merge pull request #6122 from Snuffleupagus/issue-6121
Remove issue6113.pdf from the test-suite for failing intermittently in Firefox on the Linux bot
Merge pull request #6125 from Snuffleupagus/issue-6113-remove-test
Clear the |getSinglePixelWidth| cache when rendering Type3 fonts (issue 6117)
Jordan Thoms (1):
Fix error reading concatenated pdfs
Levi Melamed (1):
extract more accurate glpyh heights from type-3 fonts
Martin Heller (1):
URL annotations handled as UTF-8 to accommodate some bad PDFs. For proper 7-bit ASCII this makes no difference. Fixes Bug 1122280.
Mike Corbin (4):
Remove unused require() directive
Eliminate transition effects from thumbnail loader
viewer: Support Retina/HiDPI thumbnails
Extract correct PDF format version from the catalog
Rob Wu (5):
Set page size via @page + size
[CRX] Add Referer request header if needed
Merge pull request #5823 from Rob--W/preserve-http-referer
Check availability of canvas & PDF before printing
Update README (Chrome & Opera section)
Tim van der Meij (25):
Update README.md with shorter clone command and improved instruction order
Merge pull request #5898 from stri8ed/master
Merge pull request #5910 from jordan-thoms/fix-concatenated-files
Merge pull request #5999 from hellemar/handle-utf8-in-url
Merge pull request #5989 from Snuffleupagus/updateviewarea-location
Merge pull request #6015 from Snuffleupagus/issue-5896-test
Merge pull request #5857 from Rob--W/print-page-size
Merge pull request #5995 from CodingFabian/tweak-char-spacing-text-selection
Merge pull request #5901 from Snuffleupagus/bug-1050040
Merge pull request #6023 from mcorb/master
Merge pull request #6020 from Snuffleupagus/overlay-toolbarField
Refactor test slave
Clean up the test driver
Fixed the ShellJS version
Merge pull request #6030 from timvandermeij/fixed-shelljs-version
Merge pull request #6025 from mcorb/retina-thumbnails
Refactor test driver to be more class-like
Improve driver code structure
Implement an option to disable automatic scrolling
Merge pull request #6076 from LilyBin/button-fix
Merge pull request #6101 from Snuffleupagus/issue-6099-test
Merge pull request #6093 from Snuffleupagus/slightly-improved-crypto-unittests
Merge pull request #6112 from Snuffleupagus/iccbased-alternate
Merge pull request #6114 from Snuffleupagus/issue-6113
Merge pull request #6120 from Snuffleupagus/issue-6117
Timothy Gu (1):
Apply padding on <select> and not the button
Xiliang Chen (1):
Fix scroll to zoom jump between 25% and 1000%
Yury Delendik (19):
Version 1.1.114
Merge pull request #6002 from yurydelendik/v1.1.114
Merge pull request #5867 from Snuffleupagus/pdfViewer-pages-private
Disables rAF for the printing.
Refactors PDFLinkService.
Refactors PDFHistory.
Merge pull request #6024 from Snuffleupagus/parse-all-jpegs
Merge pull request #6016 from Snuffleupagus/issue-6010
Fixes bower version confusion (see #6033)
Updates l10n files.
Merge pull request #6054 from Snuffleupagus/bug-1167053
Merge pull request #6051 from Snuffleupagus/esr-31-find
Merge pull request #6046 from AppShuttle/pdf-version-fix
Merge pull request #6063 from Snuffleupagus/pdfLinkService-optional-history
Merge pull request #6065 from Snuffleupagus/issue-5954-2
Merge pull request #6062 from Snuffleupagus/revert-parse-all-jpegs
Merge pull request #6080 from Snuffleupagus/issue-6079
Merge pull request #6089 from Rob--W/README-crx-not-experimental
Merge pull request #6091 from Snuffleupagus/bolder-ArialBlack
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new d34e6dd Set page size via @page + size
new a5159a7 extract more accurate glpyh heights from type-3 fonts
new 4c2ad3b Ensure that entries in the Differences array of Type1 fonts are either numbers or names
new d0ea772 Fix error reading concatenated pdfs
new b1c4b85 Change |pages| to be a "private" property of |PDFViewer|
new 6d2d854 Merge pull request #5815 from Snuffleupagus/type1-diff-refs
new ba0eb7f Add the |location| to the |updateviewarea| UI event
new 523fde7 Update README.md with shorter clone command and improved instruction order
new 1a3310d Merge pull request #5991 from timvandermeij/readme
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 4f12bb1 Version 1.1.114
new f0c6553 Merge pull request #6002 from yurydelendik/v1.1.114
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 b34366d Merge pull request #5898 from stri8ed/master
new d484ebd Merge pull request #5910 from jordan-thoms/fix-concatenated-files
new c201309 Apply char spacing only when there are chars.
new 67816bd Merge pull request #5999 from hellemar/handle-utf8-in-url
new 39d5031 Merge pull request #5989 from Snuffleupagus/updateviewarea-location
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 9788ba0 Add a reduced test-case for issue 5896
new 3a75e86 Merge pull request #6015 from Snuffleupagus/issue-5896-test
new d7aa95d Merge pull request #5857 from Rob--W/print-page-size
new 9098233 Merge pull request #5995 from CodingFabian/tweak-char-spacing-text-selection
new 4424079 Convert UTF8 encoded passwords to ISO-8859-1 for |R = 6| encryption (issue 6010)
new 6fbc542 Skip mapping of CIDFontType2 glyphs in fonts with a |IdentityToUnicodeMap|, unless |properties.widths| is defined for the glyph
new ed540a8 Fix scroll to zoom jump between 25% and 1000%
new 9deae0e Merge pull request #6014 from NotablePDF/fix_scroll_zoom
new 7da9626 Merge pull request #5901 from Snuffleupagus/bug-1050040
new 4dc52cf Tweak the :focus/:hover CSS rules of the .toolbarField class used in Overlay dialogs
new 979c108 Remove unused require() directive
new abd92e1 Merge pull request #6023 from mcorb/master
new 73545fb Merge pull request #6020 from Snuffleupagus/overlay-toolbarField
new dd4fc29 [Firefox] Parse all JPEG images in the addon
new 58769fd Refactor test slave
new d59660c Clean up the test driver
new a22319b Eliminate transition effects from thumbnail loader
new 0ef6212 Refactors PDFLinkService.
new 5cff06e Refactors PDFHistory.
new 3f3fb1e Merge pull request #6024 from Snuffleupagus/parse-all-jpegs
new 07af86c Merge pull request #6016 from Snuffleupagus/issue-6010
new 357ee6c viewer: Support Retina/HiDPI thumbnails
new 90b6de1 Fixed the ShellJS version
new bcdaaef Merge pull request #6030 from timvandermeij/fixed-shelljs-version
new 46f06b4 Merge pull request #6026 from mcorb/disable-transitions
new 5043ba7 Fixes bower version confusion (see #6033)
new b5de3dc Updates l10n files.
new 82536f8 Merge pull request #6025 from mcorb/retina-thumbnails
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 4c9b65f Extract correct PDF format version from the catalog
new c82fa16 [Firefox] Re-add _getTabForBrowser compatibility hack for the addon
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 c7756d5 Merge pull request #6051 from Snuffleupagus/esr-31-find
new d105734 Merge pull request #6046 from AppShuttle/pdf-version-fix
new 189ef97 Merge pull request #5971 from yurydelendik/refact-hist-link
new a1743d9 Revert PR 6024 "[Firefox] Parse all JPEG images in the addon", since it's fixed upstream
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 82c5cf6 Merge pull request #6062 from Snuffleupagus/revert-parse-all-jpegs
new 099f99d Apply padding on <select> and not the button
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 749a60a Merge pull request #5990 from Snuffleupagus/missing-glyphs-identityUnicode
new 6f2f070 Don't map glyphs to certain problematic Thai/Lao Unicode locations (issue 5994)
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 5eae3e2 Map missing glyphs to the notdef glyph for TrueType (3, 1) fonts (issue 6068)
new a645369 Increase the font weight used for non-embedded ArialBlack fonts
new 9738558 Add a test-case for issue 6099 - CalRGB color space where the parameters are a |Ref|
new 4983c7b Merge pull request #6089 from Rob--W/README-crx-not-experimental
new c205b80 Merge pull request #5998 from Snuffleupagus/issue-5994
new 5a6ab15 Merge pull request #6076 from LilyBin/button-fix
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 0259448 Merge pull request #6091 from Snuffleupagus/bolder-ArialBlack
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.
--
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