[Pkg-javascript-commits] [pdf.js] annotated tag upstream/1.0.712+dfsg created (now 97e2fcb)

David Prévot taffit at moszumanska.debian.org
Sun Sep 7 15:36:54 UTC 2014


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

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

        at  97e2fcb   (tag)
   tagging  bd40eab894d65388ed08433ea72cccb0cd622624 (commit)
  replaces  upstream/1.0.473+dfsg
 tagged by  David Prévot
        on  Sun Sep 7 09:53:43 2014 -0400

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

iQIcBAABCAAGBQJUDGNnAAoJELgqIXr9/gny6PIQAI9k62DjrTkqcFFczagTzn0/
pqx7ZtlI7Y0mUy/vB+L4+K+iZ+KFPIWYc7120GKkMMtIOSTbePnBlLNs2A9Ah5Vf
TUVla9CxWvWc81ufwLS+i+FVqUsE5Idz1P9pSbI9nvql6zO++m6XG0tgEBGMMxSD
yX+xm+zu1juljOTsmoQFn4X1yRn/joaW4zdnRRLZRfG4J+g/QXOdXCAJsEXnvsKX
6DvxFzfkGoBceFYPtfl2Oeb+wufZ845PNMW4vfm63J36RaI9eur3uxdy5cVgj31u
eShpQIRW4ltRgROKx732FRTbwydKQOCgN+uZhtAC6mdr8Lopt6GL19yWFVPXyNaT
I1oqvJJW7fVyoJRDWpeNOts9p6iSFQENt6nOc24VyJsCvDdclkv11rYLZVHQG08F
GgJi9b1FJ4mFBs22J0AAMeD2fnWh70l7jdx5IIo5VL/lEHOpDJM4vmR8epN3gJeN
yZO1MDOUWSG41MPZ7BeYo9j/vfEmct9wWasC+/4wLuTc2KqCe8VMF+SGR0kRA+k8
hJ/Fy81AaH/tOijnx7OBnNbH8JeYO7ogZkyjGqmkEjCADsyxchGfD17Z+nVsGljV
a1DyhK5kRCRGImFHmTUZJOX0tXlBWtjy9tRT25hrFkcn7DdrnQZuH98wB5RKpG9Y
D82pSLU6LXLJw2KflC/L
=Nfi0
-----END PGP SIGNATURE-----

Adolfo Jayme Barrientos (1):
      Reduce load progress bar’s height to 4 pixels

Brian Ng (1):
      Fix typo

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

Fabian Lange (2):
      Optimize TextLayerBuilder_renderLayer() for text heavy documents.
      Debounces scroll events in web viewer.

Hengjie (1):
      Fix issue where pdfDocument is null

Jonas Jenwald (63):
      Fix loading of PDF files with invalid or missing Type3 characters (issue 5039)
      Stop including cidmaps.js
      Remove src/core/cidmaps.js
      Re-factor parsing of the Linearization dictionary
      Avoid creating intermediate strings in the PostScriptLexer
      Merge pull request #5096 from nnethercote/bidi-length
      Add a reduced test-case for bug 1027533
      Add a reduced test-case for issue 4800
      Add a couple of reduced test-cases for PR 4259
      Add strict equalities in src/shared/fonts_utils.js
      Add strict equalities in src/shared/util.js
      Add strict equalities in src/display/api.js
      Add strict equalities in src/display/canvas.js
      Add strict equalities in src/display/metadata.js
      Add strict equalities in src/display/pattern_helper.js
      Add strict equalities in src/display/svg.js
      Merge pull request #5109 from timvandermeij/strict-equalities-test
      Add strict equalities in src/core/annotation.js
      Add strict equalities in src/core/arithmetic_decoder.js
      Add strict equalities in src/core/bidi.js
      Add strict equalities in src/core/colorspace.js
      Add strict equalities in src/core/core.js
      Add strict equalities in src/core/evaluator.js
      Add strict equalities in src/core/fonts.js
      Add strict equalities in src/core/function.js
      Add strict equalities in src/core/murmurhash3.js
      Add strict equalities in src/core/obj.js
      Add strict equalities in src/core/pattern.js
      Add strict equalities in src/core/ps_parser.js
      Add strict equalities in src/core/worker.js
      Merge pull request #5119 from timvandermeij/strict-equalities-other
      Merge pull request #5121 from timvandermeij/strict-equalities-images
      Add strict equalities in src/core/parser.js
      Add strict equalities in src/core/stream.js
      Add reduced test-cases for issues 4875 and 4881
      Re-factor heuristics to recognize unknown glyphs for |toUnicode|
      Adjust the heuristics to recognize more cases of unknown glyphs for |toUnicode| (issue 5070)
      Merge pull request #5127 from Hengjie/fix-pdfdocument-null
      Merge pull request #5134 from yurydelendik/fun4
      Merge pull request #5140 from yurydelendik/fetchAsync
      Merge pull request #5142 from yurydelendik/fix-ts-example
      Merge pull request #5143 from yurydelendik/fix-ts-example
      Revert commit 9a41659 (PR 5005) for breaking the loading of certain PDF files in the Firefox addon when range requests are active
      Fixes a regression from PR 4982
      Merge pull request #5158 from Rob--W/email-change
      Merge pull request #5157 from Rob--W/crx-no-spellcheck-in-url
      Merge pull request #5153 from Rob--W/crx-preserve-reference-fragment
      Remove old unused code from PDFView.close()
      Attempt to display the File size quicker in the Document Properties dialog
      Add even more unit tests for the API
      Disable the "Go to First/Last Page" buttons when the first/last page is currently active
      Merge pull request #5172 from nnethercote/readCharCode-retval
      Remove two instances of leftover console.log debug statements
      Fix CMap unit tests
      Remove the remaining references to cidmaps.js from the test suite
      Fix the error handling for CMaps that fail to load
      Merge pull request #5184 from yurydelendik/cff-width
      Merge pull request #5191 from nnethercote/getSampleArray-array-length
      Merge pull request #5168 from nnethercote/EvaluatorPreprocessor_read
      Add unit test for PDF file loaded as typed array
      Small re-factoring of DocumentProperties
      Merge pull request #5210 from yurydelendik/type3dir
      Merge pull request #5212 from fkaelberer/fixFunctionName

Kalervo Kujala (2):
      implement CalRGB color space
      CalRGB: optimize CalRGB calculations

Lu Wang (1):
      fix typo

Nicholas Nethercote (23):
      Make QueueOptimizer easier to read.
      Minimize memory usage of font-related arrays.
      Optimize common cases in hexToStr().
      Optimize Ref_toString().
      Use Array.join to build up strings in readPostScriptTable().
      Right-size |chars.length| and |type.length| in bidi().
      Make CMap.map quasi-private.
      Optimize CMap.prototype.forEach().
      Represent cid chars using integers, not strings.
      Make IdentityCMaps more compact.
      Add ToUnicodeMap class.
      Add IdentityToUnicodeMap class.
      Avoid repeated creation of a simple RegExp object.
      Simplify isIdentityUnicode detection.
      Avoid unnecessary array allocations in EvaluatorPreprocessor_read().
      Avoid an allocation in readCharCode().
      Reduce ASCII checks in makeInlineImage().
      Right-size the array in getSampleArray().
      Ignore setGState no-ops.
      Remove `position: absolute` from text divs.
      Only use data-font-name attributes when necessary.
      Remove setGStateForKey() closure.
      Apply the GRAYSCALE_1BPP optimization when `needsDecode` is set.

Rob Wu (9):
      Initialize PDFView.url = ''
      Feature detection after downgrading the browser.
      Managed preferences for Chrome administrators
      Use CSS.supports instead of '..' in ....style
      Load file:-URLs in the main thread.
      AES cipher: make padding optional
      Preserve reference fragment in Chromium URL router
      Disable spellcheck in Chromium's URL popup
      Change Rob's email address

Tim van der Meij (48):
      Removing unused code
      Enforcing JSHint's undef option
      Enforcing JSHint's noarg and nonbsp options
      Merge pull request #5075 from coolwanglu/master
      Fixes typo in promises implementation for legacy browsers
      Merge pull request #5074 from nnethercote/readPostScriptTable-join
      Converting PDFFindBar and PDFFindController to classes
      Merge pull request #5090 from Rob--W/crx-feature-detect-downgrade
      Merge pull request #5103 from Snuffleupagus/issue-4800-test
      Merge pull request #5104 from Rob--W/crx-contentscript-fix
      Merge pull request #5082 from Rob--W/chromium-managed-preferences
      Attempt to fix Travis
      Merge pull request #5105 from Snuffleupagus/pr-4259-tests
      Use strict equalities in web/ui_utils.js
      Use strict equalities in web/viewer.js
      Use strict equalities in web/document_properties.js
      Use strict equalities in test/driver.js
      Use strict equalities in test/unit/{function_spec, stream_spec, testreporter}.js
      Use strict equalities in web/debugger.js
      Use strict equalities in web/compatibility.js
      Merge pull request #5108 from timvandermeij/strict-equalities
      Merge pull request #5112 from Snuffleupagus/strict-equalities-src-shared
      Merge pull request #5113 from Snuffleupagus/strict-equalities-src-display
      Merge pull request #5116 from Snuffleupagus/strict-equalities-src-core
      Use strict equalities in make.js, external/* and extensions/*
      Use strict equalities in src/core/image.js
      Use strict equalities in src/core/jpg.js
      Use strict equalities in src/core/jpx.js
      Use strict equalities in src/core/jbig2.js
      Merge pull request #5120 from Snuffleupagus/strict-equalities-src-core-2
      Enforce strict equalities with JSHint
      Merge pull request #5125 from Snuffleupagus/strict-equalities-src-core-3
      Merge pull request #5122 from timvandermeij/jshint-strict-equalities
      Merge pull request #5129 from Snuffleupagus/issues-4875-4881-tests
      Properly set this.eof in CCITTFaxStream
      Fixes CCITTFaxStream regression
      Merge pull request #5151 from nnethercote/text_layer_builder-regexp
      Nit fixes for svg.js
      Merge pull request #5164 from timvandermeij/svg-nits
      Merge pull request #5166 from Snuffleupagus/pdfViewClose-cleanup
      Merge pull request #5169 from Snuffleupagus/DocumentProperties-faster-fileSize
      Merge pull request #4156 from Fitoschido/patch-1
      Merge pull request #5175 from Snuffleupagus/disable-first/last-page-buttons
      Merge pull request #5177 from Snuffleupagus/remove-debug-console-log
      Miscellaneous code improvements for svg.js
      Merge pull request #5188 from yurydelendik/svg-refact
      Optimizes defaults for svg.js
      Implements paintFormXObject in svg.js

Tom De Wolf (1):
      only convert in IE9 if the requested responseType is actually an arraybuffer, otherwise just return the responseText. That way the compatibility.js does not break other frameworks like angular that not always want an array from xhr requests.

Yan Or (1):
      Bug 1054590 - [pdf.js] Update to use gaia-header

Yury Delendik (75):
      Import L10n
      Version 1.0.473
      Merge pull request #5080 from yurydelendik/ver-1.0.473
      Merge pull request #5081 from timvandermeij/promises-typo
      Merge pull request #5078 from nnethercote/Ref-toString
      Merge pull request #5083 from Rob--W/pdfview-url-property
      Merge pull request #5034 from pramodhkp/fixupgstate2
      Merge pull request #5077 from Snuffleupagus/issue-5039
      Merge pull request #5088 from Snuffleupagus/stop-including-cidmaps.js
      Merge pull request #5023 from Snuffleupagus/linearization-refactor
      Merge pull request #5063 from Snuffleupagus/ps-parser-avoid-intermediate-string-creation
      Merge pull request #5099 from Snuffleupagus/bug-1027533-test
      Merge pull request #5059 from timvandermeij/unused-code
      Merge pull request #5106 from timvandermeij/travis-fix
      Merge pull request #5101 from nnethercote/CMap-forEach
      Merge pull request #5110 from fkaelberer/issue5026
      Compiles some of the FunctionType 4
      Optimizes functions to not create arrays
      Merge pull request #5111 from nnethercote/better-cidchars
      Merge pull request #5136 from timvandermeij/ccitt-lines
      Merge pull request #5008 from nnethercote/better-QueueOpt
      Merge pull request #5095 from Snuffleupagus/issue-5070
      Merge pull request #5007 from timvandermeij/pdfview-tlb
      Merge pull request #5071 from nnethercote/font-savings
      Removes some bind() calls from fetchAsync
      Fixes lint errors
      Merge pull request #5141 from yurydelendik/master
      Merge pull request #5137 from CodingFabian/optimize-textbuilder-renderLayer
      Merge pull request #5135 from nnethercote/identity-cmap-proper
      Merge pull request #5100 from Rob--W/load-file-in-main-thread
      Fixes text-selection example
      Simplify text-selection example.
      Merge pull request #5145 from Snuffleupagus/revert-5005-2
      Merge pull request #5149 from timvandermeij/ccitt-regression
      Merge pull request #5114 from fkaelberer/fasterJBIG2decodeBitmap
      Merge pull request #5156 from Snuffleupagus/pr-4982-regression
      Merge pull request #5154 from Rob--W/aes-padding-5152
      Reduces amount of used memory during PNG creation.
      Merge pull request #5162 from yurydelendik/pramodhkp-fixupgstate2
      Merge pull request #5150 from nnethercote/toUnicode
      Merge pull request #5160 from tomdw/feature/fix-angular-compatibility-ie9-conflict
      Removes bytesToString/stringToArray conversions in the font.js
      Removes stringToArray
      Fixes searchRange calculation
      Merge pull request #5163 from yurydelendik/fontrefact
      Uses float number formatter to print numbers in SVG
      Merge pull request #5170 from yurydelendik/svgformatnumbers
      Merge pull request #5171 from existentialism/fix-typo
      Merge pull request #5174 from Snuffleupagus/even-more-api-unittests
      Merge pull request #5179 from timvandermeij/misc-svg-fixes
      Merge pull request #5180 from pramodhkp/svgcli1
      Adds width at the beginning of the Type2 charstring
      Merge pull request #5183 from yurydelendik/type2-width
      Merge pull request #5185 from Snuffleupagus/fix-cmap-unittests
      Merge pull request #5182 from pramodhkp/svgcli1
      Refactors SVG api
      Adds svg.js to the generic and singlefile builds
      Fixes image and font embedding
      Use cff glyph width in the hmtx table
      Merge pull request #5187 from nnethercote/EI-checking
      Merge pull request #5186 from Snuffleupagus/fix-CMap-unavailable-error-handling
      Merge pull request #5181 from timvandermeij/svg-optimizations
      Merge pull request #5165 from kkujala/calrgb
      Merge pull request #5192 from nnethercote/empty-setGState
      Merge pull request #5194 from nnethercote/no-absolute
      Merge pull request #5195 from Snuffleupagus/typed-array-api-unittest
      Merge pull request #5198 from timvandermeij/svg-paintformxobject
      Merge pull request #5199 from yor-mozilla-com/bug1054590
      Merge pull request #5200 from kkujala/calrgb
      Merge pull request #5201 from Snuffleupagus/DocumentProperties-refactor
      Merge pull request #5205 from nnethercote/setGState-closure
      Merge pull request #5193 from nnethercote/data-font-name
      Fixes Type3 negative font direction
      Merge pull request #5208 from CodingFabian/debounce-scroll
      Merge pull request #5204 from nnethercote/needsDecode

fkaelberer (3):
      Fix JBIG2 decoding issue #5026
      Faster JBIG2 bitmap decoding
      Fix ensureByte() function name (copy-and-paste error)

pramodhkp (8):
      Added clip operator
      Added fill, stroke, line-join & font attr
      Misc variable initialization
      Fixed setGState, viewport transform
      Added endPath, endText. fixes extra <g> elements
      Adds image and mask features, fixes clippath
      Minor changes for api.js, font_loader.js and svg.js
      Added svg export tool

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

This annotated tag includes the following new commits:

       new  a483c80   Make QueueOptimizer easier to read.
       new  34728ee   Removing unused code
       new  7586d77   Enforcing JSHint's undef option
       new  1845922   Enforcing JSHint's noarg and nonbsp options
       new  c7f02d2   Minimize memory usage of font-related arrays.
       new  501446c   Optimize common cases in hexToStr().
       new  bd1c7be   Import L10n
       new  91b7030   fix typo
       new  9b9e2a3   Merge pull request #5075 from coolwanglu/master
       new  2485f11   Fix loading of PDF files with invalid or missing Type3 characters (issue 5039)
       new  856e1c6   Optimize Ref_toString().
       new  2a053c8   Version 1.0.473
       new  4b43c99   Merge pull request #5080 from yurydelendik/ver-1.0.473
       new  41faa78   Fixes typo in promises implementation for legacy browsers
       new  2642583   Merge pull request #5081 from timvandermeij/promises-typo
       new  bb13fb9   Initialize PDFView.url = ''
       new  1039791   Use Array.join to build up strings in readPostScriptTable().
       new  2aea7d7   Merge pull request #5078 from nnethercote/Ref-toString
       new  604ee45   Merge pull request #5083 from Rob--W/pdfview-url-property
       new  03f1de3   Added clip operator
       new  0688fd3   Added fill, stroke, line-join & font attr
       new  a55c985   Misc variable initialization
       new  2380b38   Fixed setGState, viewport transform
       new  6e4dd83   Added endPath, endText. fixes extra <g> elements
       new  5d4eebc   Merge pull request #5034 from pramodhkp/fixupgstate2
       new  62e6265   Merge pull request #5074 from nnethercote/readPostScriptTable-join
       new  1e21bac   Merge pull request #5077 from Snuffleupagus/issue-5039
       new  c3c7294   Stop including cidmaps.js
       new  86f9503   Remove src/core/cidmaps.js
       new  87dacba   Feature detection after downgrading the browser.
       new  1e52c77   Merge pull request #5088 from Snuffleupagus/stop-including-cidmaps.js
       new  a5c98aa   Re-factor parsing of the Linearization dictionary
       new  4960af3   Avoid creating intermediate strings in the PostScriptLexer
       new  2e47b58   Merge pull request #5023 from Snuffleupagus/linearization-refactor
       new  6038ee7   Merge pull request #5063 from Snuffleupagus/ps-parser-avoid-intermediate-string-creation
       new  f1d5ec4   Right-size |chars.length| and |type.length| in bidi().
       new  2264748   Merge pull request #5096 from nnethercote/bidi-length
       new  e5f2496   Add a reduced test-case for bug 1027533
       new  0e0ba4f   Merge pull request #5099 from Snuffleupagus/bug-1027533-test
       new  dbe2247   Converting PDFFindBar and PDFFindController to classes
       new  7026543   Merge pull request #5059 from timvandermeij/unused-code
       new  b86daed   Make CMap.map quasi-private.
       new  28687bc   Optimize CMap.prototype.forEach().
       new  5b9d788   Merge pull request #5090 from Rob--W/crx-feature-detect-downgrade
       new  50eeff2   Add a reduced test-case for issue 4800
       new  0074601   Managed preferences for Chrome administrators
       new  8bb96db   Use CSS.supports instead of '..' in ....style
       new  281d68d   Merge pull request #5103 from Snuffleupagus/issue-4800-test
       new  1911bb2   Merge pull request #5104 from Rob--W/crx-contentscript-fix
       new  bf3aad8   Merge pull request #5082 from Rob--W/chromium-managed-preferences
       new  26f5b1b   Add a couple of reduced test-cases for PR 4259
       new  eb8ce9f   Attempt to fix Travis
       new  9799623   Merge pull request #5106 from timvandermeij/travis-fix
       new  bdf1c51   Merge pull request #5105 from Snuffleupagus/pr-4259-tests
       new  24cf969   Use strict equalities in web/ui_utils.js
       new  ea85a2f   Use strict equalities in web/viewer.js
       new  7ca6f08   Use strict equalities in web/document_properties.js
       new  e525902   Use strict equalities in test/driver.js
       new  b0349cd   Use strict equalities in test/unit/{function_spec, stream_spec, testreporter}.js
       new  ad2ea78   Merge pull request #5101 from nnethercote/CMap-forEach
       new  c03cf20   Fix JBIG2 decoding issue #5026
       new  adf58ed   Represent cid chars using integers, not strings.
       new  42e541a   Add strict equalities in src/shared/fonts_utils.js
       new  ccd71e0   Add strict equalities in src/shared/util.js
       new  a4b06d7   Add strict equalities in src/display/api.js
       new  c1f1f2f   Add strict equalities in src/display/canvas.js
       new  ec6ec13   Add strict equalities in src/display/metadata.js
       new  790ec92   Add strict equalities in src/display/pattern_helper.js
       new  4a82dac   Add strict equalities in src/display/svg.js
       new  c0cbf5f   Merge pull request #5109 from timvandermeij/strict-equalities-test
       new  6d6e09b   Merge pull request #5110 from fkaelberer/issue5026
       new  bd25f6b   Load file:-URLs in the main thread.
       new  9cb0932   Add strict equalities in src/core/annotation.js
       new  2162a19   Add strict equalities in src/core/arithmetic_decoder.js
       new  84503c6   Add strict equalities in src/core/bidi.js
       new  0012b88   Add strict equalities in src/core/colorspace.js
       new  83a4c68   Add strict equalities in src/core/core.js
       new  87038e4   Add strict equalities in src/core/evaluator.js
       new  ddd3c8f   Use strict equalities in web/debugger.js
       new  097bf41   Use strict equalities in web/compatibility.js
       new  49142e9   Merge pull request #5108 from timvandermeij/strict-equalities
       new  0b8b763   Merge pull request #5112 from Snuffleupagus/strict-equalities-src-shared
       new  df0b821   Merge pull request #5113 from Snuffleupagus/strict-equalities-src-display
       new  00eea3d   Merge pull request #5116 from Snuffleupagus/strict-equalities-src-core
       new  97b3ead   Add strict equalities in src/core/fonts.js
       new  8f5894d   Add strict equalities in src/core/function.js
       new  a154ca2   Add strict equalities in src/core/murmurhash3.js
       new  ee0c0dd   Add strict equalities in src/core/obj.js
       new  ee371fe   Add strict equalities in src/core/pattern.js
       new  c9fb3e1   Add strict equalities in src/core/ps_parser.js
       new  fb9fea2   Add strict equalities in src/core/worker.js
       new  c29faaa   Use strict equalities in make.js, external/* and extensions/*
       new  2cd49b5   Merge pull request #5119 from timvandermeij/strict-equalities-other
       new  160c7ca   Use strict equalities in src/core/image.js
       new  2796d1b   Use strict equalities in src/core/jpg.js
       new  5d0fde4   Use strict equalities in src/core/jpx.js
       new  4899e9e   Use strict equalities in src/core/jbig2.js
       new  c86836a   Merge pull request #5121 from timvandermeij/strict-equalities-images
       new  cb59b57   Merge pull request #5120 from Snuffleupagus/strict-equalities-src-core-2
       new  ebfa6c8   Enforce strict equalities with JSHint
       new  7fa204c   Add strict equalities in src/core/parser.js
       new  4b54d6f   Add strict equalities in src/core/stream.js
       new  10daf04   Merge pull request #5125 from Snuffleupagus/strict-equalities-src-core-3
       new  3fc746c   Merge pull request #5122 from timvandermeij/jshint-strict-equalities
       new  70b934c   Add reduced test-cases for issues 4875 and 4881
       new  b918df3   Re-factor heuristics to recognize unknown glyphs for |toUnicode|
       new  8ecbb4d   Adjust the heuristics to recognize more cases of unknown glyphs for |toUnicode| (issue 5070)
       new  eaa5877   Fix issue where pdfDocument is null
       new  87de3cd   Merge pull request #5127 from Hengjie/fix-pdfdocument-null
       new  cb81bd6   Compiles some of the FunctionType 4
       new  f750e35   Optimizes functions to not create arrays
       new  2803c31   Merge pull request #5129 from Snuffleupagus/issues-4875-4881-tests
       new  6865c28   Merge pull request #5111 from nnethercote/better-cidchars
       new  51055e5   Make IdentityCMaps more compact.
       new  5b83e0b   Faster JBIG2 bitmap decoding
       new  5cc7d23   Properly set this.eof in CCITTFaxStream
       new  12b5048   Merge pull request #5136 from timvandermeij/ccitt-lines
       new  cb4a847   Merge pull request #5134 from yurydelendik/fun4
       new  2b87ff9   Merge pull request #5008 from nnethercote/better-QueueOpt
       new  39129fc   Optimize TextLayerBuilder_renderLayer() for text heavy documents.
       new  fa53fcb   Merge pull request #5095 from Snuffleupagus/issue-5070
       new  df8d257   Merge pull request #5007 from timvandermeij/pdfview-tlb
       new  46a9a35   Merge pull request #5071 from nnethercote/font-savings
       new  cc180d7   Removes some bind() calls from fetchAsync
       new  682b93a   Fixes lint errors
       new  223f34b   Merge pull request #5141 from yurydelendik/master
       new  179bb2e   Merge pull request #5140 from yurydelendik/fetchAsync
       new  666cf02   Merge pull request #5137 from CodingFabian/optimize-textbuilder-renderLayer
       new  5786014   Merge pull request #5135 from nnethercote/identity-cmap-proper
       new  196416c   Merge pull request #5100 from Rob--W/load-file-in-main-thread
       new  e8af56f   Fixes text-selection example
       new  c3fb7ee   Merge pull request #5142 from yurydelendik/fix-ts-example
       new  c6f8244   Simplify text-selection example.
       new  c6c4583   Merge pull request #5143 from yurydelendik/fix-ts-example
       new  643ad37   Revert commit 9a41659 (PR 5005) for breaking the loading of certain PDF files in the Firefox addon when range requests are active
       new  cbdaf85   Merge pull request #5145 from Snuffleupagus/revert-5005-2
       new  238a5f8   Fixes CCITTFaxStream regression
       new  3dce05f   Merge pull request #5149 from timvandermeij/ccitt-regression
       new  669a4d1   Merge pull request #5114 from fkaelberer/fasterJBIG2decodeBitmap
       new  9576047   Add ToUnicodeMap class.
       new  6c8cca1   Add IdentityToUnicodeMap class.
       new  be29fc4   Avoid repeated creation of a simple RegExp object.
       new  f82977c   Simplify isIdentityUnicode detection.
       new  58cd334   AES cipher: make padding optional
       new  a1671fa   Preserve reference fragment in Chromium URL router
       new  66c56ac   Fixes a regression from PR 4982
       new  4a399a0   Disable spellcheck in Chromium's URL popup
       new  2d2b1a3   Change Rob's email address
       new  2764a67   Merge pull request #5158 from Rob--W/email-change
       new  e23ba09   Merge pull request #5157 from Rob--W/crx-no-spellcheck-in-url
       new  defb67c   Merge pull request #5151 from nnethercote/text_layer_builder-regexp
       new  8909bf1   Merge pull request #5156 from Snuffleupagus/pr-4982-regression
       new  86d06d6   Merge pull request #5153 from Rob--W/crx-preserve-reference-fragment
       new  13f1a96   Merge pull request #5154 from Rob--W/aes-padding-5152
       new  458b69b   Adds image and mask features, fixes clippath
       new  56f0539   Reduces amount of used memory during PNG creation.
       new  99b08ed   Merge pull request #5162 from yurydelendik/pramodhkp-fixupgstate2
       new  a265861   only convert in IE9 if the requested responseType is actually an arraybuffer, otherwise just return the responseText. That way the compatibility.js does not break other frameworks like angular that not always want an array from xhr requests.
       new  b6e4ac9   Nit fixes for svg.js
       new  a353f88   Merge pull request #5164 from timvandermeij/svg-nits
       new  4737e1a   Remove old unused code from PDFView.close()
       new  4ce1b1e   Merge pull request #5150 from nnethercote/toUnicode
       new  5e18614   Merge pull request #5160 from tomdw/feature/fix-angular-compatibility-ie9-conflict
       new  350556f   Removes bytesToString/stringToArray conversions in the font.js
       new  4277115   Removes stringToArray
       new  ab8270a   Fixes searchRange calculation
       new  29d116f   Merge pull request #5163 from yurydelendik/fontrefact
       new  0e4d906   Merge pull request #5166 from Snuffleupagus/pdfViewClose-cleanup
       new  3fd6c46   Attempt to display the File size quicker in the Document Properties dialog
       new  dae92b9   Uses float number formatter to print numbers in SVG
       new  e5aeb14   Merge pull request #5170 from yurydelendik/svgformatnumbers
       new  5365fa9   Fix typo
       new  66bfb9c   Merge pull request #5171 from existentialism/fix-typo
       new  f1c73c2   Merge pull request #5169 from Snuffleupagus/DocumentProperties-faster-fileSize
       new  7cbd057   Avoid unnecessary array allocations in EvaluatorPreprocessor_read().
       new  ba426f4   Reduce load progress bar’s height to 4 pixels
       new  249b8f4   Merge pull request #4156 from Fitoschido/patch-1
       new  fc5ad8a   Add even more unit tests for the API
       new  ca1dbda   Disable the "Go to First/Last Page" buttons when the first/last page is currently active
       new  03fd24b   Merge pull request #5175 from Snuffleupagus/disable-first/last-page-buttons
       new  41a5bce   Merge pull request #5174 from Snuffleupagus/even-more-api-unittests
       new  61e6b57   Avoid an allocation in readCharCode().
       new  c369150   Merge pull request #5172 from nnethercote/readCharCode-retval
       new  06b5d97   Remove two instances of leftover console.log debug statements
       new  f36bfcc   Merge pull request #5177 from Snuffleupagus/remove-debug-console-log
       new  44fbf0c   Miscellaneous code improvements for svg.js
       new  7fb6c87   Merge pull request #5179 from timvandermeij/misc-svg-fixes
       new  6d53fc4   Minor changes for api.js, font_loader.js and svg.js
       new  84584f9   Merge pull request #5180 from pramodhkp/svgcli1
       new  0ad323f   Adds width at the beginning of the Type2 charstring
       new  84457b7   Merge pull request #5183 from yurydelendik/type2-width
       new  1fb404a   Fix CMap unit tests
       new  b201cc4   Remove the remaining references to cidmaps.js from the test suite
       new  d07b26d   Merge pull request #5185 from Snuffleupagus/fix-cmap-unittests
       new  9ef0d0b   Fix the error handling for CMaps that fail to load
       new  0e5998a   Added svg export tool
       new  36eac09   Merge pull request #5182 from pramodhkp/svgcli1
       new  bc574aa   Refactors SVG api
       new  0f862e7   Adds svg.js to the generic and singlefile builds
       new  de23d37   Fixes image and font embedding
       new  1e4a7f9   implement CalRGB color space
       new  90afb70   Merge pull request #5188 from yurydelendik/svg-refact
       new  a2c2f81   Use cff glyph width in the hmtx table
       new  1d02ace   Optimizes defaults for svg.js
       new  cd5bd9f   Merge pull request #5184 from yurydelendik/cff-width
       new  ffae848   Reduce ASCII checks in makeInlineImage().
       new  bcc31b6   Right-size the array in getSampleArray().
       new  9674abc   Ignore setGState no-ops.
       new  9d87cbc   Merge pull request #5191 from nnethercote/getSampleArray-array-length
       new  9b480d7   Merge pull request #5168 from nnethercote/EvaluatorPreprocessor_read
       new  992e761   Merge pull request #5187 from nnethercote/EI-checking
       new  9b3c96d   Merge pull request #5186 from Snuffleupagus/fix-CMap-unavailable-error-handling
       new  5eb6a35   Merge pull request #5181 from timvandermeij/svg-optimizations
       new  9695958   Remove `position: absolute` from text divs.
       new  fa8d385   Merge pull request #5165 from kkujala/calrgb
       new  e53a28c   Merge pull request #5192 from nnethercote/empty-setGState
       new  9f1e140   Add unit test for PDF file loaded as typed array
       new  c2f4b9d   Merge pull request #5194 from nnethercote/no-absolute
       new  34449f6   Merge pull request #5195 from Snuffleupagus/typed-array-api-unittest
       new  32853c0   Implements paintFormXObject in svg.js
       new  90d79d1   Merge pull request #5198 from timvandermeij/svg-paintformxobject
       new  d8bc163   Bug 1054590 - [pdf.js] Update to use gaia-header
       new  3ad972a   Merge pull request #5199 from yor-mozilla-com/bug1054590
       new  0c5525d   CalRGB: optimize CalRGB calculations
       new  61e24c6   Small re-factoring of DocumentProperties
       new  783d506   Merge pull request #5200 from kkujala/calrgb
       new  b06dc8d   Merge pull request #5201 from Snuffleupagus/DocumentProperties-refactor
       new  eda7dcb   Only use data-font-name attributes when necessary.
       new  96b9af6   Remove setGStateForKey() closure.
       new  6ac995d   Merge pull request #5205 from nnethercote/setGState-closure
       new  4ef7058   Merge pull request #5193 from nnethercote/data-font-name
       new  403a4e2   Debounces scroll events in web viewer.
       new  be99826   Fixes Type3 negative font direction
       new  48de765   Apply the GRAYSCALE_1BPP optimization when `needsDecode` is set.
       new  f543e86   Merge pull request #5210 from yurydelendik/type3dir
       new  2f5c6d6   Merge pull request #5208 from CodingFabian/debounce-scroll
       new  a7bbc12   Fix ensureByte() function name (copy-and-paste error)
       new  0dbac15   Merge pull request #5212 from fkaelberer/fixFunctionName
       new  6969ed4   Merge pull request #5204 from nnethercote/needsDecode
       new  bd40eab   Imported Upstream version 1.0.712+dfsg

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