[Pkg-javascript-commits] [pdf.js] annotated tag upstream/1.1.366+dfsg created (now 219179b)
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 06:47:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag upstream/1.1.366+dfsg
in repository pdf.js.
at 219179b (tag)
tagging e314a67338aa8101bee7ee27bfded545548c5990 (commit)
replaces upstream/1.1.215+dfsg
tagged by David Prévot
on Tue Aug 11 06:12:24 2015 +0200
- Log -----------------------------------------------------------------
Upstream version 1.1.366+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJVyXYoAAoJEAWMHPlE9r08BXMH/jAvPMGPTvBAxlImi9j4U5Lc
Om02+G5ju1GfoDm0fyDFFSe5v50nQTrSPcG3bd0Uug++dbDnPSoJgwORfy1dsbow
wavKYW9lys/ieetYp9xe1oqY8O9HFdWBQuF5uS+nkpAFL6mii08bosfhF4k6xCb3
lrO1V5FzTOOc50eaeKvWuRTCWthJREHYCAFWfMF+xAu4kHZTfy7QDGXU57N9z7JT
V8uiuzP/HJ0fCJ72XC36s1xD9CRY4gLlnaLNDbmgNipQo6vIYoP6mqd9TC8N6p/9
XaNaIZzUmq65c8HQvQdvFi+K/ekgv3KCtCzj+Ba3Uun22lLuoyqmpQTZ501xQNk=
=23fV
-----END PGP SIGNATURE-----
Brendan Dahl (7):
Merge pull request #5585 from timvandermeij/annotation-layer-borderstyle
Merge pull request #6155 from LilyBin/cmap
Merge pull request #6135 from Snuffleupagus/issue-5677-v2
Merge pull request #6198 from Rob--W/windows-taskkill
Merge pull request #4990 from fkaelberer/refactor_chunked_stream
Merge pull request #6270 from Snuffleupagus/opentype-cff-2
Merge pull request #6222 from Rob--W/botio-robustness
Daan Sprenkels (1):
Apply hover style to .overlayButton not only when hovered, but also when focused (issue #6261)
David Prévot (1):
Imported Upstream version 1.1.366+dfsg
Jonas Jenwald (53):
[Firefox] Replace the CPOW with asynchronous messages for the Fallback bar
Skip mapping of CIDFontType2 glyphs when the font either has a |IdentityToUnicodeMap| or a |toUnicodeMap| with 65536 elements (issue 5677)
Ensure that we fetch all indirect objects (i.e. |Ref|s) in ColorSpace_parseToIR
Ignore paint form XObject when the name is missing (issue 4558)
Move the page switching code into `set currentPageNumber` in `PDFViewer` instead of placing it in the `pagechange` event handler
Add a reduced test-case for issue 4909
Further improvements of the getStats and getDownloadInfo unit tests
Make sure that the document is rendered on zooming and rotation for `PDFViewer` instances using the `defaultRenderingQueue`
Add a supplemental glyph map for non-embedded ArialBlack fonts (issue 5801)
Merge pull request #6171 from yurydelendik/usepua
Add more reduced test-cases for PR 6171
Merge pull request #6176 from Rob--W/crx-ignore-embed-6174
Pass in a `PDFViewer` instance to `PDFPresentationMode` and use it to eliminate all references to `PDFViewerApplication`
Merge pull request #6178 from timvandermeij/remove-interactive-annotation
Use "private" properties in PDFViewer_scrollPageIntoView
Simplify the SimpleLinkService and use it to pass in a linkService instance in DefaultAnnotationsLayerFactory
Move annotation related CSS rules from pdf_viewer.css to its own file
Prevent re-rendering of pages because of rounding errors when computing the scale value
Merge pull request #6169 from yurydelendik/rm-playpreview
Merge pull request #6180 from timvandermeij/border-regression
Remove the `currentScaleValue` getter from `PDFViewerApplication` (issue 6158)
Add a unit-test that attempts to fetch a non-existent named destination
Slightly more efficient `getDestination`
Refactor the 'resize' event handler in viewer.js (issue 6158)
Remove `PDFViewerApplication.updateScaleControls` (issue 6158)
Simplify the code that resets the value of the `pageNumber` element in `PDFViewerApplication.setInitialView`
Merge pull request #6197 from Rob--W/issue6108
Remove `PDFViewerApplication.setScale` and further simplify the `scalechange` event handler (issue 6158)
Fetch all indirect objects (i.e. `Ref`s) in `NameTree_getAll` and `NameTree_get` (issue 6204)
Merge pull request #6214 from timvandermeij/annotation-color
Ignore double negative in `Lexer_getNumber` (issue 6218)
Update fonttools location and version (issue 6223)
Merge pull request #6221 from Thunderforge/{find-toolbar-checkbox-keyboard-accessibility}
Merge pull request #6215 from timvandermeij/annotation-border-fixes
Merge pull request #6189 from Rob--W/improved-build-tools
Merge pull request #6232 from timvandermeij/annotations-data-passing
Move handling of the 'custom' scale value from pdf_viewer.js to viewer.js
Merge pull request #6239 from timvandermeij/annotation-rectangle
Check if the `Decode` entry is non-default when deciding if JPEG images are natively supported/decodable (issue 6238)
Prevent documents from intermittently opening with the zoom level set to 1% (issue 6253)
Use `DEFAULT_SCALE_VALUE` as default when fetching the `zoom` parameter from `PDFViewerApplication.store` (i.e. `ViewHistory`)
Ensure that the viewer always receives focus when the HOME/END keys are pressed (bug 1186842)
Reduce code duplication in the 'keydown' event handler in `viewer.js`, by re-factoring the code which ensures that the `viewerContainer` is focused
Merge pull request #6257 from timvandermeij/viewer-cleanup
Update l10n files
Adjust the heuristics used to detect OpenType font file with CFF data (bug 1186827, bug 1182130, issue 6264)
Merge pull request #6273 from timvandermeij/annotation-factory
Add a `PDFLinkService` instance to the "simpleviewer" component example
Add a couple of CSS hacks in order for `scrollIntoView` to work in the "simpleviewer" component example
Rename `PatternType` to `ShadingType` to avoid confusion
Ensure that we don't use the same typed array for both `coords` and `colors` in Mesh `figures` (issue 6287)
Correctly access `colorSpace.numComps` in `MeshStreamReader` (issue 6287)
Merge pull request #6281 from timvandermeij/data-url
Rob Wu (19):
Feature-test moz-chunked-arraybuffer before use
Zoom relative to cursor position via mouse wheel
[CRX] Ignore PDFs from responses to POST requests
[CRX] Respect download requests in main frame
Add --downloadOnly flag to test.js
fontLoadPromises -> fontsToLoad
Issue a warning instead of an error for long Names
Subtract start offset for xrefs in recovery mode
Improve robustness of stream parser (invalid length)
Use taskkill to stop the browser on Windows
Tests: Resolve -b to full path in webbrowser.js
Improve robustness of builder (esp. on Windows)
Reduce verbosity of output in test/webbrowser.js
Add --testfilter (-t) flag to run a specific test
Improve getWorkerSrcFiles (builder.js)
make.js: Less greedy comment stripping
Fix preprocessor: nesting, error & tests
Detect scripted auto-print requests
Optimize text layer: Avoid unneeded .textContent
Tilman Hausherr (2):
fix handling of flags 1-3 in coons shading
fix handling of flags 1-3 in tensor shading
Tim van der Meij (51):
Implement annotation border style class and constants
Implement setBorderStyle for annotations
Transform old implementation to new implementation of border styles
Add tests and documentation for the annotation border style class
Merge pull request #6134 from Snuffleupagus/ColorSpace-parseToIR-fetchIfRef
Merge pull request #6138 from Snuffleupagus/issue-4558
Merge pull request #6146 from Snuffleupagus/issue-4909-test
Localization updates (June 29, 2015)
Merge pull request #6150 from timvandermeij/l10n-update
Merge pull request #5947 from yurydelendik/b2g-viewer
Merge pull request #6173 from Snuffleupagus/pr-6171-tests
Merge pull request #6177 from Snuffleupagus/pdfPresentationMode-pdfViewer
Remove InteractiveAnnotation abstraction
Do not draw a border if neither a Border nor a BS entry is present
Merge pull request #6181 from Rob--W/test-downloadOnly
Merge pull request #5460 from Snuffleupagus/limit-internal-scale-values-precision
Merge pull request #6182 from Snuffleupagus/remove-PDFViewerApplication-get-currentScaleValue
Merge pull request #6192 from Snuffleupagus/viewer-resize-update-scale
Merge pull request #6166 from Snuffleupagus/issue-5801-2
Merge pull request #6193 from Rob--W/long-name-is-warning-not-error
Merge pull request #6195 from Snuffleupagus/viewer-remove-updateScaleControls
Merge pull request #6194 from Rob--W/recover-mode-start-offset
Merge pull request #6110 from Snuffleupagus/issue-6056
Merge pull request #6199 from Snuffleupagus/viewer-setInitialView-simpler-pageNumber-reset
Merge pull request #6187 from Snuffleupagus/more-efficient-getDestination
Merge pull request #6207 from Snuffleupagus/viewer-remove-setScale
Merge pull request #6208 from Snuffleupagus/issue-6204
Refactor annotation color handling and add unit tests
Merge pull request #6157 from Snuffleupagus/components-update-on-setScale-and-pagesRotation
Merge pull request #6226 from Snuffleupagus/fonttools
Merge pull request #6220 from Snuffleupagus/issue-6218
More cleanup regarding annotation border styles
Merge pull request #6201 from Rob--W/crx-dont-force-no-download
Merge pull request #6196 from Rob--W/run-specific-test
Simplify annotation data passing
Merge pull request #6235 from Snuffleupagus/move-custom-scale-handling
Refactor annotation rectangle code and add unit tests
Merge pull request #6254 from Snuffleupagus/issue-6253
Merge pull request #6256 from Snuffleupagus/bug-1186842
Remove unused globals and updateViewarea function from viewer.js
Merge pull request #6240 from Snuffleupagus/issue-6238
Merge pull request #6268 from Rob--W/text-layer-optimize-access
Merge pull request #6236 from Rob--W/print-javascript-action
Refactor annotation code to use a factory
Keep the Link annotation's data URL on one line
Merge pull request #6285 from Snuffleupagus/rename-PatternType-to-ShadingType
Merge pull request #6292 from Snuffleupagus/issue-6287
Merge pull request #6308 from dsprenkels/issue_6261
Merge pull request #6282 from Snuffleupagus/simpleviewer-linkService
Test case for tensor shading PR 6310
Merge pull request #6315 from timvandermeij/shading-testcase
Timothy Gu (1):
Update Adobe CMaps URL and license
Will Herrmann (1):
Fixing find toolbar checkboxes not being accessible through keyboard navigation
Yury Delendik (15):
Version 1.1.215
Merge pull request #6131 from yurydelendik/version1.1.215
Update l10n files.
Merge pull request #6147 from Snuffleupagus/api-improved-unittests-getStats-getDownloadInfo
Merge pull request #6140 from Snuffleupagus/move-pagechange-into-PDFViewer
Using pdfjs-dist as a library for b2g viewer.
Removes B2G preprocessing directives.
Merge pull request #5531 from Rob--W/moz-chunked-only-moz
Bug 1179262 - Remove PlayPreview registration from PDF Viewer.
Adds more characters to the PUA range
Merge pull request #6170 from Rob--W/zoom-at-cursor
Merge pull request #6175 from Rob--W/font-loading-promises
Merge pull request #5918 from Snuffleupagus/remove-fallback-cpow
Merge pull request #6304 from CodingFabian/fixup-6303
Merge pull request #6310 from THausherr/patch-1
fkaelberer (1):
Simplify nextMissingChunk(), getEndChunk()
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new e5477c3 Simplify nextMissingChunk(), getEndChunk()
new 93a6592 [Firefox] Replace the CPOW with asynchronous messages for the Fallback bar
new 88b2059 Implement annotation border style class and constants
new 9ba4f74 Implement setBorderStyle for annotations
new 9550c00 Transform old implementation to new implementation of border styles
new 6007a57 Add tests and documentation for the annotation border style class
new 3d729a2 Version 1.1.215
new 7dcd615 Merge pull request #6131 from yurydelendik/version1.1.215
new 99415a7 Update l10n files.
new aa3a64e Skip mapping of CIDFontType2 glyphs when the font either has a |IdentityToUnicodeMap| or a |toUnicodeMap| with 65536 elements (issue 5677)
new bc865b9 Ensure that we fetch all indirect objects (i.e. |Ref|s) in ColorSpace_parseToIR
new d504cde Merge pull request #6134 from Snuffleupagus/ColorSpace-parseToIR-fetchIfRef
new 46a8485 Ignore paint form XObject when the name is missing (issue 4558)
new 18e1a14 Merge pull request #6138 from Snuffleupagus/issue-4558
new ffeba9c Move the page switching code into `set currentPageNumber` in `PDFViewer` instead of placing it in the `pagechange` event handler
new 7b77408 Add a reduced test-case for issue 4909
new 38955d4 Further improvements of the getStats and getDownloadInfo unit tests
new 548e4b4 Merge pull request #6147 from Snuffleupagus/api-improved-unittests-getStats-getDownloadInfo
new e9a6d44 Merge pull request #6146 from Snuffleupagus/issue-4909-test
new 5f50f8b Localization updates (June 29, 2015)
new 1b370da Merge pull request #6150 from timvandermeij/l10n-update
new a5cfb0a Update Adobe CMaps URL and license
new 1da0b3a Merge pull request #6140 from Snuffleupagus/move-pagechange-into-PDFViewer
new d940078 Make sure that the document is rendered on zooming and rotation for `PDFViewer` instances using the `defaultRenderingQueue`
new 1b847df Using pdfjs-dist as a library for b2g viewer.
new f3c3b1f Removes B2G preprocessing directives.
new 0a744fb Merge pull request #5947 from yurydelendik/b2g-viewer
new 2e63dcd Feature-test moz-chunked-arraybuffer before use
new 98339f6 Merge pull request #5585 from timvandermeij/annotation-layer-borderstyle
new 9bb2908 Merge pull request #6155 from LilyBin/cmap
new d8e2014 Merge pull request #6135 from Snuffleupagus/issue-5677-v2
new d047730 Add a supplemental glyph map for non-embedded ArialBlack fonts (issue 5801)
new 9ad6af4 Merge pull request #5531 from Rob--W/moz-chunked-only-moz
new 0b53307 Bug 1179262 - Remove PlayPreview registration from PDF Viewer.
new 2932f7c Zoom relative to cursor position via mouse wheel
new 0787182 Adds more characters to the PUA range
new e3b3481 Merge pull request #6171 from yurydelendik/usepua
new 60fc462 Add more reduced test-cases for PR 6171
new 3ffed9d Merge pull request #6170 from Rob--W/zoom-at-cursor
new 93bc8ea Merge pull request #6173 from Snuffleupagus/pr-6171-tests
new 4367dd5 [CRX] Ignore PDFs from responses to POST requests
new 7a6a3f1 Merge pull request #6176 from Rob--W/crx-ignore-embed-6174
new 6b2810f Pass in a `PDFViewer` instance to `PDFPresentationMode` and use it to eliminate all references to `PDFViewerApplication`
new 56e3a66 Merge pull request #6177 from Snuffleupagus/pdfPresentationMode-pdfViewer
new 5aa1d9f Remove InteractiveAnnotation abstraction
new 3a6eed6 Do not draw a border if neither a Border nor a BS entry is present
new 9e08737 Merge pull request #6178 from timvandermeij/remove-interactive-annotation
new ac3233b Use "private" properties in PDFViewer_scrollPageIntoView
new 4364b37 Simplify the SimpleLinkService and use it to pass in a linkService instance in DefaultAnnotationsLayerFactory
new d9975ea Move annotation related CSS rules from pdf_viewer.css to its own file
new ffbe669 [CRX] Respect download requests in main frame
new c7a5da3 Add --downloadOnly flag to test.js
new d0c071a Prevent re-rendering of pages because of rounding errors when computing the scale value
new f9dd731 fontLoadPromises -> fontsToLoad
new 5aaf18d Merge pull request #6169 from yurydelendik/rm-playpreview
new e5b7258 Merge pull request #6180 from timvandermeij/border-regression
new 8e59528 Merge pull request #6175 from Rob--W/font-loading-promises
new 31976b9 Merge pull request #6181 from Rob--W/test-downloadOnly
new eb2ad11 Merge pull request #5918 from Snuffleupagus/remove-fallback-cpow
new 1c0115a Remove the `currentScaleValue` getter from `PDFViewerApplication` (issue 6158)
new 940bedf Add a unit-test that attempts to fetch a non-existent named destination
new 7df78f9 Slightly more efficient `getDestination`
new ba38454 Merge pull request #5460 from Snuffleupagus/limit-internal-scale-values-precision
new ccfafea Merge pull request #6182 from Snuffleupagus/remove-PDFViewerApplication-get-currentScaleValue
new 35ee1e1 Refactor the 'resize' event handler in viewer.js (issue 6158)
new 456ad43 Issue a warning instead of an error for long Names
new c9b6b69 Merge pull request #6192 from Snuffleupagus/viewer-resize-update-scale
new 5af49f8 Merge pull request #6166 from Snuffleupagus/issue-5801-2
new 6c1906f Merge pull request #6193 from Rob--W/long-name-is-warning-not-error
new fd29bb0 Subtract start offset for xrefs in recovery mode
new 5cb1587 Remove `PDFViewerApplication.updateScaleControls` (issue 6158)
new d091263 Merge pull request #6195 from Snuffleupagus/viewer-remove-updateScaleControls
new 7d4303b Merge pull request #6194 from Rob--W/recover-mode-start-offset
new e211c25 Improve robustness of stream parser (invalid length)
new 5cce737 Use taskkill to stop the browser on Windows
new 535b7c2 Merge pull request #6110 from Snuffleupagus/issue-6056
new 2608757 Simplify the code that resets the value of the `pageNumber` element in `PDFViewerApplication.setInitialView`
new dde3e4a Merge pull request #6197 from Rob--W/issue6108
new 9f5abd7 Merge pull request #6199 from Snuffleupagus/viewer-setInitialView-simpler-pageNumber-reset
new e498bbc Merge pull request #6198 from Rob--W/windows-taskkill
new 1416a1b Merge pull request #6187 from Snuffleupagus/more-efficient-getDestination
new 62cf653 Tests: Resolve -b to full path in webbrowser.js
new 367794f Merge pull request #4990 from fkaelberer/refactor_chunked_stream
new 0c08113 Remove `PDFViewerApplication.setScale` and further simplify the `scalechange` event handler (issue 6158)
new 28f40b1 Fetch all indirect objects (i.e. `Ref`s) in `NameTree_getAll` and `NameTree_get` (issue 6204)
new 76d225d Merge pull request #6207 from Snuffleupagus/viewer-remove-setScale
new 2817f00 Merge pull request #6208 from Snuffleupagus/issue-6204
new a2e9845 Refactor annotation color handling and add unit tests
new cf6d40f Merge pull request #6214 from timvandermeij/annotation-color
new c718d1a Ignore double negative in `Lexer_getNumber` (issue 6218)
new cbc715e Fixing find toolbar checkboxes not being accessible through keyboard navigation
new c3c6d50 Improve robustness of builder (esp. on Windows)
new b35cbaa Merge pull request #6157 from Snuffleupagus/components-update-on-setScale-and-pagesRotation
new d68eb15 Update fonttools location and version (issue 6223)
new d5772fa Merge pull request #6221 from Thunderforge/{find-toolbar-checkbox-keyboard-accessibility}
new 6dfe19d Merge pull request #6226 from Snuffleupagus/fonttools
new 4b6e272 Merge pull request #6220 from Snuffleupagus/issue-6218
new 465611a More cleanup regarding annotation border styles
new 7065c1b Merge pull request #6215 from timvandermeij/annotation-border-fixes
new cc0805a Reduce verbosity of output in test/webbrowser.js
new 91ab010 Merge pull request #6201 from Rob--W/crx-dont-force-no-download
new b627a1a Add --testfilter (-t) flag to run a specific test
new dbd2ef0 Merge pull request #6196 from Rob--W/run-specific-test
new 995c5ba Simplify annotation data passing
new 8ba73cb Improve getWorkerSrcFiles (builder.js)
new 1d4e450 make.js: Less greedy comment stripping
new f8af4d6 Fix preprocessor: nesting, error & tests
new a58393f Merge pull request #6189 from Rob--W/improved-build-tools
new d3e90cf Merge pull request #6232 from timvandermeij/annotations-data-passing
new 93d82e2 Move handling of the 'custom' scale value from pdf_viewer.js to viewer.js
new c676ecb Detect scripted auto-print requests
new c42613b Merge pull request #6235 from Snuffleupagus/move-custom-scale-handling
new 980aa10 Refactor annotation rectangle code and add unit tests
new 8623421 Merge pull request #6239 from timvandermeij/annotation-rectangle
new 385e2e5 Check if the `Decode` entry is non-default when deciding if JPEG images are natively supported/decodable (issue 6238)
new 299d05e Prevent documents from intermittently opening with the zoom level set to 1% (issue 6253)
new fa53cd6 Use `DEFAULT_SCALE_VALUE` as default when fetching the `zoom` parameter from `PDFViewerApplication.store` (i.e. `ViewHistory`)
new d5232f5 Ensure that the viewer always receives focus when the HOME/END keys are pressed (bug 1186842)
new 8275dff Reduce code duplication in the 'keydown' event handler in `viewer.js`, by re-factoring the code which ensures that the `viewerContainer` is focused
new 2105346 Merge pull request #6254 from Snuffleupagus/issue-6253
new d162dba Merge pull request #6256 from Snuffleupagus/bug-1186842
new 9c510bd Remove unused globals and updateViewarea function from viewer.js
new 45810e0 Merge pull request #6257 from timvandermeij/viewer-cleanup
new 94d9a27 Update l10n files
new 61f9052 Merge pull request #6240 from Snuffleupagus/issue-6238
new 47f2c14 Optimize text layer: Avoid unneeded .textContent
new 0a024b5 Adjust the heuristics used to detect OpenType font file with CFF data (bug 1186827, bug 1182130, issue 6264)
new 0c15f8a Merge pull request #6268 from Rob--W/text-layer-optimize-access
new d08895d Merge pull request #6236 from Rob--W/print-javascript-action
new 4f920ad Refactor annotation code to use a factory
new e876dd8 Merge pull request #6273 from timvandermeij/annotation-factory
new a9d0e42 Keep the Link annotation's data URL on one line
new 297f760 Add a `PDFLinkService` instance to the "simpleviewer" component example
new 1f9466e Add a couple of CSS hacks in order for `scrollIntoView` to work in the "simpleviewer" component example
new 55bc98a Rename `PatternType` to `ShadingType` to avoid confusion
new 7fe2442 Ensure that we don't use the same typed array for both `coords` and `colors` in Mesh `figures` (issue 6287)
new 1d65daf Correctly access `colorSpace.numComps` in `MeshStreamReader` (issue 6287)
new 31456a5 Merge pull request #6285 from Snuffleupagus/rename-PatternType-to-ShadingType
new 28130b9 Merge pull request #6281 from timvandermeij/data-url
new 72ecbec Merge pull request #6292 from Snuffleupagus/issue-6287
new 977397e Merge pull request #6270 from Snuffleupagus/opentype-cff-2
new a32d521 Merge pull request #6222 from Rob--W/botio-robustness
new c85fa00 fix handling of flags 1-3 in coons shading
new 1da7e89 Merge pull request #6304 from CodingFabian/fixup-6303
new c3b7ed4 Apply hover style to .overlayButton not only when hovered, but also when focused (issue #6261)
new 6d1e0f7 fix handling of flags 1-3 in tensor shading
new 1f94d84 Merge pull request #6308 from dsprenkels/issue_6261
new f1e35fc Merge pull request #6310 from THausherr/patch-1
new 9f9b76a Merge pull request #6282 from Snuffleupagus/simpleviewer-linkService
new 14f1ea0 Test case for tensor shading PR 6310
new 9e9df56 Merge pull request #6315 from timvandermeij/shading-testcase
new e314a67 Imported Upstream version 1.1.366+dfsg
The 152 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