[Pkg-javascript-commits] [pdf.js] annotated tag upstream/0.8.1334+dfsg created (now b0470a7)
David Prévot
taffit at moszumanska.debian.org
Sat Apr 19 14:16:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag upstream/0.8.1334+dfsg
in repository pdf.js.
at b0470a7 (tag)
tagging 43667cd936ac00ea0053f359e0096087295c3ca2 (commit)
replaces upstream/0.8.1181+dfsg
tagged by David Prévot
on Fri Apr 18 18:10:47 2014 -0400
- Log -----------------------------------------------------------------
Upstream version 0.8.1334+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJTUaLnAAoJELgqIXr9/gnyPQwP/1L/hvK8P55PuXIkhu7y8PLN
fiTOm2OHdm7vIHrmpSZRIwP0FDawaeWEHzqVL6xhiEdkiRJ3I0Caw0o8s47XS6cw
wTrJK3gXqKOlY2lvS6bUZOIgi6yA6lRi37/1zIH3/gn//axKFFCea/98+T+Eldyy
bpwVsaopPPmdVvt2bBLIeqLwD/RbZcb8XfCi6rOttHPU7A62Ukf8rfsKGrawHdqT
sWozCv+Wx4jx08GctIydZ3R6nyhR/vl2Qh6wKG9FGhlZ6gCUlc/FdSK2vM/C26ur
avq4DLq5bEfcAKsNjdquEg29Helt1qE3qQRIpQVXAGcnwmr9SxBWhcjBl+Hs7HrD
gFmlwYb7dnVF31zDugF7GGKPEsafSPW3O8ObBL9pD73XcbmwM5RcioEHPRxE4vnK
5JKoeyBeG7mRce0nWmsoXNmAmPSTP/gm7jndgyTrRi3hDGg7PlpZ5k6wawImEZOm
Yumz4OgB8mMfozct0jiHx/8oV1cRBK3Iir3xwMohVFaAZ7ZkL46CixSQVal+1rMR
8crwyGjuI8ZfORQuWdIePrLNXeOMRB1coukrKduvBfhi12kyKvLwehYn1WCZi8qu
DA1BWj6YQR/8+1cN+gd7q9PoBfsyHJixXBrb4FQ2Fat47L34mavtBFQkbFkgyVPu
MH80Ws4QQvNJyp5GaYff
=qRvS
-----END PGP SIGNATURE-----
Alexandre Vicenzi (1):
Sync pt-BR translations with l10n-mozilla-aurora
Brendan Dahl (17):
Add adobe CMaps.
Use built in CMaps and unify the glyph mapping.
Fix symbol fonts with no file.
Remove isFixedPitch check for now.
Use default encoding for standard fonts without a file.
Add note about adobe license.
Merge pull request #4323 from yurydelendik/optimization
Fix gaia css lint errors.
Merge pull request #4451 from yurydelendik/issue4427
Merge pull request #4463 from sukop/patch-1
Merge pull request #4440 from bthorben/refactor/pdf_manager.js
Merge pull request #4470 from yurydelendik/packcmap
Merge pull request #4447 from nnethercote/object-reduction
Merge pull request #4453 from nnethercote/charToGlyph
Merge pull request #4493 from yurydelendik/issue4491
Merge pull request #4519 from yurydelendik/pdfbugclean
Merge pull request #4515 from yurydelendik/nodetest
Christian Krebs (2):
Introduce paintSolidColorImageMask command to handle 1x1 solid image masks
Added TC for issue 4436
David Prévot (1):
Imported Upstream version 0.8.1334+dfsg
Jonas Jenwald (34):
Prevent circular reference when checking for blend modes (issue 4370)
Merge pull request #4426 from timvandermeij/extensions-chromium-syntax
Fix coding style in external/builder/builder.js
Fix coding style in src/display/canvas.js
Fix coding style in src/display/api.js
Fix coding style in test/driver.js
Fix coding style in test/unit/stream_spec.js
Fix coding style in test/unit/parser_spec.js
Fix coding style in test/unit/function_spec.js
Fix coding style in test/unit/font_spec.js
Fix coding style in test/unit/crypto_spec.js
Fix coding style in test/unit/testreporter.js
Fix coding style in make.js
Prevent infinite loop in CFFParser_parseHeader
Merge pull request #4488 from alexandrevicenzi/syncptBRtranslations
Merge pull request #4452 from timvandermeij/core-syntax
[Firefox] Lazy load network.js in PdfStreamConverter.js
Fix coding style in src/core/fonts.js
Fix coding style in src/core/chunked_stream.js
Fix coding style in src/core/core.js
Fix coding style in src/core/font_renderer.js
Fix coding style in src/core/worker.js
Fix coding style in src/core/stream.js
Fix coding style in extensions/firefox/tools/l10n.js
Fix coding style in extensions/firefox/bootstrap.js
Merge pull request #4505 from timvandermeij/evaluator-syntax
Update lint config to enforce braces for single line statements
Merge pull request #4509 from Snuffleupagus/lint-curly
[Firefox] Stop importing default_preferences.js as a module and include it instead
Assign non-zero width/height to all rectangles (issue 4260)
[Firefox] Only load 'PdfStreamConverter' and 'PdfRedirector' when PDF.js is enabled
Merge pull request #4527 from yurydelendik/revert3641
Merge pull request #4529 from stratosv/patch-1
Fix typo in test/ttx/README.md
Juraj Sukop (1):
Fix copy-paste typo
Manas (prometheansacrifice) (1):
Fix for #3181: jbig2 encoding for number of instances greater than 1
Nicholas Nethercote (8):
Estimate the size of decoded streams in advance.
Add a cache for glyphs.
Allocate fewer objects when parsing 2 and 4 byte chunks.
Avoid allocations in bidi().
Avoid more allocations in bidi().
Avoid allocations in executeCommand().
Fix some indenting within OperatorList.
Make fnArray always be a plain array.
Stratos Voukelatos (1):
Fix error message typo
Thorben Bochenek (9):
refactor src/core/pdf_manager.js: rename pdfModel to pdfDocument
Fix Issue #4461: Pages without \Resources in their dictionary fail to load
Refactor and fix style of core.js
Add load test for Issue #4461
refactor src/core/pdf_manager.js: rename pdfModel to pdfDocument
Add Test for PDFDocumentProxy_getPageIndex
jpgjs performance improvements
Fix for the offByOne-error and small performance optimisations
Fixes for small colour variations in tests
Tim van der Meij (19):
Making extensions/chromium/pdfHandler-vcros.js adhere to the style guide
Making extensions/chromium/pdfHandler-v2.js adhere to the style guide and fixing a small lint issue in pdfHandler-vcros.js
Making extensions/chromium/pdfHandler.js adhere to the style guide
Making extensions/chromium/extension-router.js adhere to the style guide
Making extensions/chromium/chrome.tabs.executeScriptInFrame.js adhere to the style guide
Merge pull request #4132 from yurydelendik/minified
Merge pull request #4460 from Snuffleupagus/external-braces
Merge pull request #4465 from Snuffleupagus/src-display-braces
Merge pull request #4467 from Snuffleupagus/test-braces
Merge pull request #4468 from Snuffleupagus/make-braces
Merge pull request #4454 from brendandahl/gaia-css-clean
Making src/core/{image,obj,parser}.js adhere to the style guide
Making src/core/evaluator.js adhere to the style guide
Merge pull request #4503 from Snuffleupagus/fonts-braces
Merge pull request #4508 from Snuffleupagus/extension-firefox-braces
Merge pull request #4507 from Snuffleupagus/src-core-braces
Implements importl10n command
Removing translations not present in Aurora: they will be replaced in the next commit with proper language codes
Importing all locales from mozilla-aurora, keeping our own metadata.inc files
Yury Delendik (49):
Adds make minified command
Fixes corrupted by Aspose fonts.
Merge pull request #4259 from brendandahl/built-in-cmaps-squash
Merge branch 'master' of github.com:mozilla/pdf.js into issue-4370
Merge pull request #4437 from yurydelendik/issue4398
Merge pull request #4444 from nnethercote/min-length
Refactors optimization list
Optimizing pdf when text printed char-by-char
Caches last parsed resource image, recornizes image repeats
Caching inlined mask images
Heuristic to optimize chunking
Makes firefox extension's l10n get() behavior similar to webL10n
Merge pull request #4434 from p01/jbig2Optimizations
CMaps binary packing
Quick notes about the format
Merge pull request #4473 from Snuffleupagus/bug-866395-partial
Fixes HiDPI icons of the secondary toolbar for Chrome
Merge pull request #4477 from yurydelendik/chromehidpi
Removes external/cmaps; adds binary cmaps to the repo
Updates make.js for cmaps and make binary cmaps by default
Merge pull request #4464 from bthorben/issue#4461
Merge pull request #4481 from bthorben/refactor/pdf_manager.js
Merge pull request #4474 from chriskr/draw-image-subpixel-support
Merge pull request #4478 from nnethercote/plain-fnArray
Fixes ignoring of the escaped CR LF
Simulate support of the Int8Array for IE9
Merge pull request #4497 from yurydelendik/jpgjs22
Replaces pythons web server
Makes sure the results are send /handled in right order
Migrating test.py to test.js
Removes test.py
Handles HTTP redirects
Disables range requests for chrome windows during testing
Merge pull request #4501 from Snuffleupagus/firefox-lazy-load-network
Merge pull request #4517 from yurydelendik/jpgjs24
Merge pull request #4511 from prometheansacrifice/parsing-goodytwoshoes-pdf
Merge pull request #4518 from Snuffleupagus/firefox-include-default-preferences
Merge pull request #4466 from p01/Faster_1BPP_image_drawing
Update util.js
Cleaning up the viewer and pdfbug; fixes repeats in Stepper
Merge pull request #4504 from timvandermeij/importl10n
Merge pull request #4525 from Snuffleupagus/firefox-move-module-import
Partially reverts #3641
Cools down Chrome/Windows during testing
Merge pull request #4521 from Snuffleupagus/issue-4260
Merge pull request #4541 from yurydelendik/chrometest
Fixes lint for windows; adds test/font/fontutils.js
Merge pull request #4543 from yurydelendik/winlint
Merge pull request #4542 from fkaelberer/typoInSpliceString
fkaelberer (1):
Fix typo/unused argument in fontloader.js->spliceString()
p01 (10):
JBIG2 20% faster SimpleSegmentVisitor_drawBitmap
More bit friendly decodeIAID and decodeInteger
Nest JBIG2 prediction if statements together
Optimized bounding box tests in JBIG2's decodeBitmap
Use changingTemplateX, Y and Bit in JBIG2's decodeBitmap
Process only once the offset and starting mask JBIG2's drawBitmap
Reuse the row Uint8Array in JBIG2's decodeBitmap
Optmized decodeRefinement, moving the prediction error outside the inner loop
Micro optimization of ArithmeticDecoder_readBit
Optimized putBinaryImageData for GRAYSCALE_1BPP
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 2b298a7 Adds make minified command
new 7be2d6d Add adobe CMaps.
new b5b94a4 Use built in CMaps and unify the glyph mapping.
new f1c73ed Fix symbol fonts with no file.
new f7fea01 Remove isFixedPitch check for now.
new b187326 Use default encoding for standard fonts without a file.
new 8ec46e6 Making extensions/chromium/pdfHandler-vcros.js adhere to the style guide
new ce6e269 Making extensions/chromium/pdfHandler-v2.js adhere to the style guide and fixing a small lint issue in pdfHandler-vcros.js
new c293502 Making extensions/chromium/pdfHandler.js adhere to the style guide
new 8d2068d Making extensions/chromium/extension-router.js adhere to the style guide
new 241cb79 Making extensions/chromium/chrome.tabs.executeScriptInFrame.js adhere to the style guide
new 3b209b5 Add note about adobe license.
new 7dbd088 Fixes corrupted by Aspose fonts.
new baccf3d refactor src/core/pdf_manager.js: rename pdfModel to pdfDocument
new b3024db Estimate the size of decoded streams in advance.
new 7963f22 Merge pull request #4259 from brendandahl/built-in-cmaps-squash
new b0824e1 Prevent circular reference when checking for blend modes (issue 4370)
new 03bedaa Merge branch 'master' of github.com:mozilla/pdf.js into issue-4370
new 2778d75 Merge pull request #4437 from yurydelendik/issue4398
new 1c0e1cc Merge pull request #4444 from nnethercote/min-length
new dbb3d17 Refactors optimization list
new 2c23be3 Optimizing pdf when text printed char-by-char
new f48f57e Caches last parsed resource image, recornizes image repeats
new 257898b Caching inlined mask images
new 1aaeec8 Heuristic to optimize chunking
new e862c64 JBIG2 20% faster SimpleSegmentVisitor_drawBitmap
new 02a5f94 More bit friendly decodeIAID and decodeInteger
new 2a9fe57 Nest JBIG2 prediction if statements together
new e2a4328 Optimized bounding box tests in JBIG2's decodeBitmap
new 0bca56c Use changingTemplateX, Y and Bit in JBIG2's decodeBitmap
new b2b3836 Process only once the offset and starting mask JBIG2's drawBitmap
new 840d9d4 Reuse the row Uint8Array in JBIG2's decodeBitmap
new 2b6cb31 Optmized decodeRefinement, moving the prediction error outside the inner loop
new bd9419f Micro optimization of ArithmeticDecoder_readBit
new 566482d Merge pull request #4323 from yurydelendik/optimization
new e5cd750 Merge pull request #4132 from yurydelendik/minified
new 452e71b Makes firefox extension's l10n get() behavior similar to webL10n
new df25bea Fix gaia css lint errors.
new 432af8b Merge pull request #4451 from yurydelendik/issue4427
new 0866ad5 Add a cache for glyphs.
new 6a75e45 Allocate fewer objects when parsing 2 and 4 byte chunks.
new 2e93a0c Avoid allocations in bidi().
new 3759c11 Avoid more allocations in bidi().
new 6c69851 Avoid allocations in executeCommand().
new ba8a590 Merge pull request #4426 from timvandermeij/extensions-chromium-syntax
new 4f6b363 Fix coding style in external/builder/builder.js
new bc986a3 Fix coding style in src/display/canvas.js
new a1ee567 Fix coding style in src/display/api.js
new 4c2a462 Fix copy-paste typo
new e808bf5 Fix coding style in test/driver.js
new 9dfc26e Fix coding style in test/unit/stream_spec.js
new 7d4acc1 Fix coding style in test/unit/parser_spec.js
new 3cd64a8 Fix coding style in test/unit/function_spec.js
new 6489a80 Fix coding style in test/unit/font_spec.js
new 9e3f7e4 Fix coding style in test/unit/crypto_spec.js
new 2bd8178 Fix coding style in test/unit/testreporter.js
new 855b969 Fix coding style in make.js
new 8266225 Merge pull request #4434 from p01/jbig2Optimizations
new a52da11 Merge pull request #4460 from Snuffleupagus/external-braces
new 67c6860 Merge pull request #4465 from Snuffleupagus/src-display-braces
new c7fe33a Merge pull request #4467 from Snuffleupagus/test-braces
new cd1e350 Merge pull request #4468 from Snuffleupagus/make-braces
new 69efd9c CMaps binary packing
new 3b3e965 Merge pull request #4454 from brendandahl/gaia-css-clean
new 3e8ea95 Quick notes about the format
new 1a6e103 Merge pull request #4463 from sukop/patch-1
new 5f021b0 Prevent infinite loop in CFFParser_parseHeader
new 59829bb Merge pull request #4473 from Snuffleupagus/bug-866395-partial
new e4d0af2 Fixes HiDPI icons of the secondary toolbar for Chrome
new adb9af7 Merge pull request #4477 from yurydelendik/chromehidpi
new ad4be03 Merge pull request #4440 from bthorben/refactor/pdf_manager.js
new 734d6f3 Removes external/cmaps; adds binary cmaps to the repo
new 1d8f6cf Updates make.js for cmaps and make binary cmaps by default
new 68be273 Merge pull request #4470 from yurydelendik/packcmap
new 1802fff Merge pull request #4447 from nnethercote/object-reduction
new 42d175e Fix some indenting within OperatorList.
new 292b96a Make fnArray always be a plain array.
new 1ddb019 Fix Issue #4461: Pages without \Resources in their dictionary fail to load
new 8edebc7 Refactor and fix style of core.js
new 1d66387 Add load test for Issue #4461
new 329d0ec Merge pull request #4464 from bthorben/issue#4461
new 0fa44d7 refactor src/core/pdf_manager.js: rename pdfModel to pdfDocument
new c547f17 Add Test for PDFDocumentProxy_getPageIndex
new fc9edfc Introduce paintSolidColorImageMask command to handle 1x1 solid image masks
new 543117d Added TC for issue 4436
new 305274c Merge pull request #4481 from bthorben/refactor/pdf_manager.js
new b4ca084 Sync pt-BR translations with l10n-mozilla-aurora
new b7545e1 Merge pull request #4488 from alexandrevicenzi/syncptBRtranslations
new 1801fb2 Merge pull request #4474 from chriskr/draw-image-subpixel-support
new 10deadd Merge pull request #4453 from nnethercote/charToGlyph
new 878a123 Merge pull request #4478 from nnethercote/plain-fnArray
new 20a91bc Fixes ignoring of the escaped CR LF
new 284288f Making src/core/{image,obj,parser}.js adhere to the style guide
new 5720500 Merge pull request #4452 from timvandermeij/core-syntax
new 1416eca Merge pull request #4493 from yurydelendik/issue4491
new 03892a8 jpgjs performance improvements
new cebf783 Simulate support of the Int8Array for IE9
new 2d99ff3 Fix for the offByOne-error and small performance optimisations
new 026d58e Merge pull request #4497 from yurydelendik/jpgjs22
new 2017f79 [Firefox] Lazy load network.js in PdfStreamConverter.js
new 66e243f Fix coding style in src/core/fonts.js
new c6a06c0 Making src/core/evaluator.js adhere to the style guide
new 8355b51 Merge pull request #4503 from Snuffleupagus/fonts-braces
new 53bbdcb Fix coding style in src/core/chunked_stream.js
new 131a16b Fix coding style in src/core/core.js
new 75de115 Fix coding style in src/core/font_renderer.js
new 67b5c88 Fix coding style in src/core/worker.js
new 6883362 Fix coding style in src/core/stream.js
new 597d388 Fix coding style in extensions/firefox/tools/l10n.js
new 2b5fb59 Fix coding style in extensions/firefox/bootstrap.js
new 46f0160 Merge pull request #4508 from Snuffleupagus/extension-firefox-braces
new 8863ee5 Merge pull request #4507 from Snuffleupagus/src-core-braces
new e3b830e Merge pull request #4505 from timvandermeij/evaluator-syntax
new a08acc8 Update lint config to enforce braces for single line statements
new 42679e1 Merge pull request #4509 from Snuffleupagus/lint-curly
new 3025445 Fix for #3181: jbig2 encoding for number of instances greater than 1
new 4df24f4 Replaces pythons web server
new 567f1f4 Makes sure the results are send /handled in right order
new c2376e5 Migrating test.py to test.js
new 0fe0bb1 Removes test.py
new 1e1667c Handles HTTP redirects
new cc0c074 Disables range requests for chrome windows during testing
new dbbe702 Merge pull request #4501 from Snuffleupagus/firefox-lazy-load-network
new f6cfab0 [Firefox] Stop importing default_preferences.js as a module and include it instead
new 7bf0987 Fixes for small colour variations in tests
new 26d57a5 Merge pull request #4517 from yurydelendik/jpgjs24
new 9a36184 Merge pull request #4511 from prometheansacrifice/parsing-goodytwoshoes-pdf
new 4e6ebf2 Optimized putBinaryImageData for GRAYSCALE_1BPP
new 483fc9f Merge pull request #4518 from Snuffleupagus/firefox-include-default-preferences
new e80c6a8 Merge pull request #4466 from p01/Faster_1BPP_image_drawing
new 1d0286f Update util.js
new ed8ecfd Cleaning up the viewer and pdfbug; fixes repeats in Stepper
new 7e7b728 Assign non-zero width/height to all rectangles (issue 4260)
new c6f0094 Implements importl10n command
new d212717 Removing translations not present in Aurora: they will be replaced in the next commit with proper language codes
new eda3fbe Importing all locales from mozilla-aurora, keeping our own metadata.inc files
new 5fc8068 Merge pull request #4504 from timvandermeij/importl10n
new 3fee534 [Firefox] Only load 'PdfStreamConverter' and 'PdfRedirector' when PDF.js is enabled
new 5a13fd1 Merge pull request #4525 from Snuffleupagus/firefox-move-module-import
new 17eded9 Partially reverts #3641
new 4ead351 Merge pull request #4527 from yurydelendik/revert3641
new 6a8c998 Fix error message typo
new a06fca1 Merge pull request #4519 from yurydelendik/pdfbugclean
new 19a548e Merge pull request #4515 from yurydelendik/nodetest
new 7989c12 Merge pull request #4529 from stratosv/patch-1
new 7d5bf83 Fix typo in test/ttx/README.md
new 4d3b15a Cools down Chrome/Windows during testing
new 4ee35b0 Fix typo/unused argument in fontloader.js->spliceString()
new 7075032 Merge pull request #4521 from Snuffleupagus/issue-4260
new 3e71b3a Merge pull request #4541 from yurydelendik/chrometest
new 63f4380 Fixes lint for windows; adds test/font/fontutils.js
new 6cf5455 Merge pull request #4543 from yurydelendik/winlint
new b97127a Merge pull request #4542 from fkaelberer/typoInSpliceString
new 43667cd Imported Upstream version 0.8.1334+dfsg
The 154 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