[Pkg-javascript-commits] [pdf.js] annotated tag upstream/1.0.21+dfsg created (now 08f4d45)

David Prévot taffit at moszumanska.debian.org
Sat Apr 19 22:40:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to annotated tag upstream/1.0.21+dfsg
in repository pdf.js.

        at  08f4d45   (tag)
   tagging  3b189b058bb234ffcc78b00fc67c3bf4c80ca29c (commit)
  replaces  upstream/0.8.1334+dfsg
 tagged by  David Prévot
        on  Sat Apr 19 11:26:30 2014 -0400

- Log -----------------------------------------------------------------
Upstream version 1.0.21+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJTUpWmAAoJELgqIXr9/gnyp60P/RqZqTSApHEaJUuElRUSijE3
oX7KGglujN1NEMZliPY0pkjmRtR/9QAVdrcTJwQqbWChVXVOQFX1iVLPOz4E5Q3Y
TljD4CXkSxfwOL2Zw0D2FIxVO5v1RtGa8AnkxLNi4css9q+NHuOEi+D6Fz2HFw/4
EDSoO63SDDFjLAa9//wV/LEACTy9kcKApIxg3HwHC5LvXTkAMYBC83ClGMTpDYT7
+neMBwDXYC5rnoG363wm5wyje+r3A33NvSXO/LIXvBQ/VqEtcmaqrItgU79FIrvU
5tf7yH2SoXb3jhNqnYJZWaSPvqzcKwNWRMnM/c9b4AlRR1iNrlGnftu93cGppPLF
Z1QtledwBWFDhqdj4LMqytay4GJ8Yw8mfac6xDa6DypOqf5xwUbfOuC4fOOf6bMe
W3X9xf82M9NcaaT7ukXtiiafQBDDZbWEsOoqyVXoT4hN1btDxPkf/xSC6IOdWUAA
T5oMy55V0O9ird/oNP3zzg9ntutyxq4pcRFLOOLvGldVM4jz15RI9nehqNhM38uE
xa7Z3foiA/wTJ1F1y/dpGtulj4q6usH7aHkbLvTgyW9D89axTOUr1jeuxUnUoHZ3
rH4NwkwA23e89m5FJgqvwax3w7c16TwxpdmtZRiME+tYRJXQpKmF/8L11PlCZFRs
+XeKAn8oCnw/hcSGEz/B
=9Rrd
-----END PGP SIGNATURE-----

Brendan Dahl (16):
      Merge pull request #4559 from yurydelendik/history
      Merge pull request #4286 from yurydelendik/webgl
      Merge pull request #4374 from yurydelendik/dictgetall
      Merge pull request #4423 from chriskr/font-aliases
      Build the text layer geometry on the worker.
      Redo and add more documentation to gh-pages.
      Merge pull request #4585 from brendandahl/docs
      Fix version numbers.
      Merge pull request #4593 from brendandahl/docs
      Append whitespace divs so matches still line up.
      Fix seac regression.
      Merge pull request #4602 from yurydelendik/jshintignore
      Merge pull request #4601 from yurydelendik/issue4401
      Merge pull request #4599 from yurydelendik/issue4428
      1.0 release.
      Merge pull request #4605 from brendandahl/1.0

Christian Krebs (2):
      Treat fonts with the same font descriptor, encoding and unicode map as aliases
      Create the WORKER_SRC_FILES and EXT_SRC_FILES lists in make automatically

David Prévot (1):
      Imported Upstream version 1.0.21+dfsg

Jonas Jenwald (16):
      Avoid drawing text when the font size is zero (issue 4484)
      Workaround for missing 'Rect' entry in annotation dictionaries (issue 4537)
      Prevent the Document Properties from being empty when the dialog is opened before the file has started loading
      Remove superfluous 'self' variable from web/document_properties.js
      Only update the Document Properties if the dialog is still visible when the dataAvailablePromise is resolved
      Rewrite 'Preferences' to make it async
      Modify {get, set}Preferences in PdfStreamConverter.jsm to support async
      Add preference to automatically enable the Hand Tool when the viewer loads
      Handle 'space' character correctly in MacRomanEncoding (bug 878026)
      Handle 'space' character correctly in WinAnsiEncoding (bug 850854)
      Workaround for cases where FontName in the FontDescriptor differs from BaseFont in the Font (bug 847420)
      Check that images have valid dimensions (issue 4575)
      Remove leading and trailing spaces from info.Producer and info.Creator when printing debug info in the console (bug 872827)
      Print WebGL status in the console
      Exclude B2G stubs from linting
      Merge pull request #4611 from Snuffleupagus/b2g-lint-ignore

Joshua T Kalis (1):
      Refactor - remove redundant function and all references

Manuel Braun (1):
      Refactoring - remove duplicated code in TextLayerBuilder

Rob Wu (4):
      Improved FTP support for Chromium extension
      Use redirectUrl at onHeadersReceived if available.
      Work-around for filesystem:-URL bug (#4592).
      Move logic from viewer.js to chromecom.js

Samuel Chantaraud (1):
      Added CSS rules to allow smooth (momentum) scrolling on iOS devices

Thorben Bochenek (2):
      Remove unused variable
      Make Opera a possible browser to test with

Tim van der Meij (11):
      Fixes lint warning W018: confusing use of exclamation mark
      Fixes lint warning W004 in src/shared
      Fixes lint warning W004 in /web
      Fixes lint warning W004 in /test
      Fixes lint warning W004 in src/core
      Fixes lint warning W004 in src/display/{api, canvas, pattern_helper}.js
      Fixes lint warning W004 in make.js
      Removes custom test/reporter.js from the lint process
      Resolving new lint issues
      Fixes broken link in the documentation
      Makes PDF files load when xrefEntry is undefined

Yury Delendik (66):
      Doesn't traverse cyclic references in Dict.getAll; reduces empty-Dict garbage
      Merge pull request #4535 from Snuffleupagus/issue-4484
      Better test process killing for Windows
      Merge pull request #4512 from fkaelberer/cleanUpStringConversion
      Merge pull request #4539 from Snuffleupagus/issue-4537
      Merge pull request #4554 from yurydelendik/winkill
      Merge pull request #4546 from Snuffleupagus/document-properties-wait-for-data
      Merge pull request #4524 from fkaelberer/fullWidthInPresentationMode
      Merge pull request #4545 from Rob--W/crx-api-enhancements
      Merge pull request #4482 from Snuffleupagus/prefs-async-v2
      Set max size for the group
      Prescales shading pattern packed data indices
      Balance smask process chunking
      Implements WebGL support
      Merge pull request #4516 from dferer/ios-scrolling
      Merge pull request #4455 from aib/master
      Sync l10n files
      Add enableWebGL to the preferences
      Refactors history and how the database is stored
      Merge pull request #4563 from bthorben/testWithOpera
      Using shell/cmd commands to kill browser tasks
      Protects from killing a closed process
      Merge pull request #4565 from fkaelberer/fixJPXparsing
      Merge pull request #4578 from Snuffleupagus/bug-847420
      Merge pull request #4569 from Snuffleupagus/bug-878026
      Merge pull request #4574 from Snuffleupagus/bug-850854
      Merge pull request #4568 from p01/JPX_optimization
      Merge pull request #4570 from brendandahl/text-layer-refactor-squash
      Fixes text-selection example
      Merge pull request #4587 from yurydelendik/textselectexample
      Adds text-only example
      Relaxes murmurhash array requirement.
      Merge pull request #4584 from chriskr/make-create-lists-automatically
      Merge pull request #4590 from yurydelendik/ie9murhash
      Merge pull request #4589 from Snuffleupagus/bug-872827
      Merge pull request #4556 from p01/OpaqueCanvas
      Merge pull request #4577 from timvandermeij/reporter
      Heuristics to recognize the unknown glyphs for toUnicode
      Tests for text layer
      Require wintersmith when needed
      Fixes typo in the sample code
      Merge pull request #4550 from yurydelendik/macenc
      Merge pull request #4588 from yurydelendik/text-only
      Merge pull request #4597 from Snuffleupagus/webgl-console
      Fixes documentation for PDFPage.render
      Introduces .jshintignore
      Merge pull request #4595 from brendandahl/search-regression
      Adds then method to the RenderTask
      Merge pull request #4596 from brendandahl/seac-regression
      Merge pull request #4598 from Rob--W/crx-filesystem-worker
      Reverts #4556 due to flicker on Chome
      Merge pull request #4604 from timvandermeij/gh-pages-link
      Removes incorrect examples link
      Fixes number of glyphs in the generated font
      Merge pull request #4612 from yurydelendik/numglyphs
      Merge pull request #4606 from timvandermeij/xrefentry
      Creates make.js code to build jsdoc.
      Merge pull request #4614 from kalisjoshua/code-cleanup--kalisjoshua
      Changes 'documentload' event behavior.
      Merge pull request #4617 from yurydelendik/documentload
      Adjusts mozcentral test files
      Merge pull request #4618 from Schibum/text_layer_cleanup
      Merge pull request #4616 from yurydelendik/jsdoc
      Refactors buildImage to use Promise; don't draw bad images
      Merge pull request #4613 from yurydelendik/buildImagePromise
      Merge pull request #4581 from Snuffleupagus/issue-4575

aib (1):
      Fix download button waiting if document has started but not completed downloading

fkaelberer (4):
      clean up string conversion functions
      Use full screen width in presentation mode
      Read color info from JPX stream
      Use Stream instead of byte array access

p01 (2):
      JPX decoder 20-25% speed optimization
      Use Opaque Canvas where possible

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  2870a61   Fix download button waiting if document has started but not completed downloading
       new  31f081a   Doesn't traverse cyclic references in Dict.getAll; reduces empty-Dict garbage
       new  c978c02   clean up string conversion functions
       new  db84851   Use full screen width in presentation mode
       new  d04f81b   Improved FTP support for Chromium extension
       new  ae32f31   Use redirectUrl at onHeadersReceived if available.
       new  08eb9a9   Avoid drawing text when the font size is zero (issue 4484)
       new  772df5e   Workaround for missing 'Rect' entry in annotation dictionaries (issue 4537)
       new  50aa49b   Added CSS rules to allow smooth (momentum) scrolling on iOS devices
       new  025f340   Prevent the Document Properties from being empty when the dialog is opened before the file has started loading
       new  c7a0b68   Remove superfluous 'self' variable from web/document_properties.js
       new  edfc78d   Only update the Document Properties if the dialog is still visible when the dataAvailablePromise is resolved
       new  dc0e60d   Merge pull request #4535 from Snuffleupagus/issue-4484
       new  d717458   Better test process killing for Windows
       new  20f6ded   Merge pull request #4512 from fkaelberer/cleanUpStringConversion
       new  34f0f09   Merge pull request #4539 from Snuffleupagus/issue-4537
       new  aa01b57   Merge pull request #4554 from yurydelendik/winkill
       new  9b0038f   Merge pull request #4546 from Snuffleupagus/document-properties-wait-for-data
       new  75d09fd   Merge pull request #4524 from fkaelberer/fullWidthInPresentationMode
       new  bd11111   Merge pull request #4545 from Rob--W/crx-api-enhancements
       new  c920372   Rewrite 'Preferences' to make it async
       new  4c9c43f   Modify {get, set}Preferences in PdfStreamConverter.jsm to support async
       new  42f9541    Add preference to automatically enable the Hand Tool when the viewer loads
       new  3e17021   Merge pull request #4482 from Snuffleupagus/prefs-async-v2
       new  5262e6f   Set max size for the group
       new  1e8d70a   Prescales shading pattern packed data indices
       new  944219a   Balance smask process chunking
       new  f57c693   Implements WebGL support
       new  4be65a9   Merge pull request #4516 from dferer/ios-scrolling
       new  9c59437   Merge pull request #4455 from aib/master
       new  7638175   Sync l10n files
       new  30ab878   Add enableWebGL to the preferences
       new  b39f0c3   Refactors history and how the database is stored
       new  d898717   Merge pull request #4559 from yurydelendik/history
       new  5c6985b   Remove unused variable
       new  c834ba7   Make Opera a possible browser to test with
       new  cbf35ca   Merge pull request #4563 from bthorben/testWithOpera
       new  1ccc8a6   Read color info from JPX stream
       new  2982de8   Use Stream instead of byte array access
       new  b72094d   Using shell/cmd commands to kill browser tasks
       new  89a676a   Protects from killing a closed process
       new  31c260a   Merge pull request #4565 from fkaelberer/fixJPXparsing
       new  8fc4ebd   Handle 'space' character correctly in MacRomanEncoding (bug 878026)
       new  ed1f8c3   Merge pull request #4286 from yurydelendik/webgl
       new  9e6c66b   Handle 'space' character correctly in WinAnsiEncoding (bug 850854)
       new  608c6ce   Merge pull request #4374 from yurydelendik/dictgetall
       new  79f34b1   Treat fonts with the same font descriptor, encoding and unicode map as aliases
       new  811f1b1   Workaround for cases where FontName in the FontDescriptor differs from BaseFont in the Font (bug 847420)
       new  3a9b5b3   Check that images have valid dimensions (issue 4575)
       new  d1f9a4e   Merge pull request #4578 from Snuffleupagus/bug-847420
       new  b77e647   JPX decoder 20-25% speed optimization
       new  7a321db   Merge pull request #4569 from Snuffleupagus/bug-878026
       new  a6e5f31   Merge pull request #4423 from chriskr/font-aliases
       new  5a49d2e   Create the WORKER_SRC_FILES and EXT_SRC_FILES lists in make automatically
       new  9ccdbbc   Merge pull request #4574 from Snuffleupagus/bug-850854
       new  af53635   Merge pull request #4568 from p01/JPX_optimization
       new  5bd8a83   Build the text layer geometry on the worker.
       new  3a1cffa   Merge pull request #4570 from brendandahl/text-layer-refactor-squash
       new  9c84bfa   Fixes text-selection example
       new  82e6018   Merge pull request #4587 from yurydelendik/textselectexample
       new  e128081   Adds text-only example
       new  b10aa18   Use Opaque Canvas where possible
       new  eb7f369   Remove leading and trailing spaces from info.Producer and info.Creator when printing debug info in the console (bug 872827)
       new  791c9a7   Relaxes murmurhash array requirement.
       new  80fed15   Merge pull request #4584 from chriskr/make-create-lists-automatically
       new  3ce622a   Redo and add more documentation to gh-pages.
       new  ba9f1e7   Merge pull request #4585 from brendandahl/docs
       new  93ba3f8   Fix version numbers.
       new  36d63a2   Merge pull request #4593 from brendandahl/docs
       new  5ba674c   Append whitespace divs so matches still line up.
       new  85c86a2   Merge pull request #4590 from yurydelendik/ie9murhash
       new  79f82b0   Merge pull request #4589 from Snuffleupagus/bug-872827
       new  d61ee23   Merge pull request #4556 from p01/OpaqueCanvas
       new  a71a87a   Fixes lint warning W018: confusing use of exclamation mark
       new  10f80bd   Fixes lint warning W004 in src/shared
       new  b348243   Fixes lint warning W004 in /web
       new  7a2cb7c   Fixes lint warning W004 in /test
       new  df91acf   Fixes lint warning W004 in src/core
       new  4e05516   Fixes lint warning W004 in src/display/{api, canvas, pattern_helper}.js
       new  73e23bb   Fixes lint warning W004 in make.js
       new  1d066b7   Removes custom test/reporter.js from the lint process
       new  f463f96   Resolving new lint issues
       new  2c61f60   Merge pull request #4577 from timvandermeij/reporter
       new  88c1747   Heuristics to recognize the unknown glyphs for toUnicode
       new  003e948   Tests for text layer
       new  cffe0fd   Require wintersmith when needed
       new  7363456   Fixes typo in the sample code
       new  9385472   Merge pull request #4550 from yurydelendik/macenc
       new  206db6f   Merge pull request #4588 from yurydelendik/text-only
       new  965f7a7   Print WebGL status in the console
       new  b64c06f   Work-around for filesystem:-URL bug (#4592).
       new  fe093a3   Merge pull request #4597 from Snuffleupagus/webgl-console
       new  bfcc8af   Move logic from viewer.js to chromecom.js
       new  175fbce   Fixes documentation for PDFPage.render
       new  fcebe57   Introduces .jshintignore
       new  c88696c   Merge pull request #4595 from brendandahl/search-regression
       new  b242826   Fix seac regression.
       new  e1c5d13   Merge pull request #4602 from yurydelendik/jshintignore
       new  8c0762a   Adds then method to the RenderTask
       new  bccec87   Merge pull request #4601 from yurydelendik/issue4401
       new  6ac7f97   Merge pull request #4599 from yurydelendik/issue4428
       new  36f1a10   Merge pull request #4596 from brendandahl/seac-regression
       new  012a727   Merge pull request #4598 from Rob--W/crx-filesystem-worker
       new  f6c631b   Reverts #4556 due to flicker on Chome
       new  8e98c47   Fixes broken link in the documentation
       new  ad8b789   Merge pull request #4604 from timvandermeij/gh-pages-link
       new  d17d91e   Removes incorrect examples link
       new  76dd0ef   1.0 release.
       new  2909225   Merge pull request #4605 from brendandahl/1.0
       new  f508e24   Exclude B2G stubs from linting
       new  1e56bc5   Merge pull request #4611 from Snuffleupagus/b2g-lint-ignore
       new  dd3df20   Makes PDF files load when xrefEntry is undefined
       new  65fa25c   Fixes number of glyphs in the generated font
       new  347a38a   Merge pull request #4612 from yurydelendik/numglyphs
       new  bb739c0   Merge pull request #4606 from timvandermeij/xrefentry
       new  5828b2c   Refactor - remove redundant function and all references
       new  2ca2c38   Creates make.js code to build jsdoc.
       new  816f2f7   Merge pull request #4614 from kalisjoshua/code-cleanup--kalisjoshua
       new  1fd43a8   Changes 'documentload' event behavior.
       new  358d038   Merge pull request #4617 from yurydelendik/documentload
       new  1b63653   Adjusts mozcentral test files
       new  e7da8ed   Refactoring - remove duplicated code in TextLayerBuilder
       new  97b007e   Merge pull request #4618 from Schibum/text_layer_cleanup
       new  21f5dc2   Merge pull request #4616 from yurydelendik/jsdoc
       new  a00f854   Refactors buildImage to use Promise; don't draw bad images
       new  eb8924a   Merge pull request #4613 from yurydelendik/buildImagePromise
       new  f954cde   Merge pull request #4581 from Snuffleupagus/issue-4575
       new  3b189b0   Imported Upstream version 1.0.21+dfsg

The 128 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