[Pkg-javascript-commits] [pdf.js] 410/414: Update upstream changelog

David Prévot taffit at moszumanska.debian.org
Tue Jun 28 17:12:46 UTC 2016


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

taffit pushed a commit to branch master
in repository pdf.js.

commit 71e0b3a75fbce11067155c2236deea86994a86e0
Author: David Prévot <david at tilapin.org>
Date:   Mon Jun 20 16:12:31 2016 -0400

    Update upstream changelog
    
    https://github.com/mozilla/pdf.js/releases
    
    Git-Dch: Ignore
---
 debian/upstream/changelog | 178 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 178 insertions(+)

diff --git a/debian/upstream/changelog b/debian/upstream/changelog
index c3c3b32..2d79729 100644
--- a/debian/upstream/changelog
+++ b/debian/upstream/changelog
@@ -1,3 +1,181 @@
+v1.5.188 - Apr 21, 2016
+
+#6753 Wraps worker script if its cross-origin location is detected.
+#6915 Refactor lookup hash tables/objects
+#6934 Adjust a comment discussing transferred ArrayBuffers, to refer to those buffers being detached, not neutered (consistent with bug 1079844)
+#6921 Always display deprecated messages, regardless of the verbosity setting
+#6940 Ensure that we don't modify the Dict data when the Differences array of a font contains indirect objects
+#6953 Correct the upper bound used when building the transferMap for SMasks (PR 6723 followup)
+#6904 Destroy workers when they are no longer needed in the unit tests
+#6913 Improve work-around for importScripts bug.
+#6938 Fix 'Ready' message sequence for Firefox ext disabled worker.
+#6933 Make type 1 font program decryption faster.
+#6954 Various setGState improvements
+#6971 Replace getAll with getKeys in PartialEvaluator_hasBlendModes to speed up loading of badly generated PDF files (issue 6961)
+#6941 Allow local PDF files to be viewed in local frames
+#6973 Fix a typo in api.js
+#6972 Replace getAll with getKeys in loadType3Data
+#6975 Get rid of getAll usage in colorspace.js
+#6939 Use UglifyJS to minify files in minified target
+#6856 move hasHtml to AnnotationElement
+#6982 Remove the only remaining Dict_getAll usage (in evaluator.js) and the method itself
+#6987 Remove Opera from the README file as they removed the extension
+#6985 Remove XHTML leftovers from the viewer HTML files
+#6998 [api-minor] Change getOutline to actually return the RGB color of outline items
+#6984 Update JpegImage.getData to support forceRGBoutput for images with numComponents === 1 (issue 6066)
+#7007 [Addon] Catch errors in getFindBar (in PdfStreamConverter.jsm) to fix loading of PDF files in the bookmark sidebar (bug 1248959)
+#7012 [api-minor] Don't render highlight/underline/squiggly/strikeout annotations that doesn't have popup
+#7009 [api-minor] Always expose data.title and data.contents for TextAnnotation
+#6988 Implement support for FileAttachment annotations
+#7016 Group popup creation code and apply it to more annotation types
+#7030 Remove the hasImage property from PDFThumbnailView
+#7031 Add a default title for outline items, to prevent display issues if the title is missing
+#7036 [SVG] Specify the PDFJS.cMapUrl/PDFJS.cMapPacked parameters in the svgviewer example
+#7035 Ensure that PDFFindController_reset actually resets all state (issue 7034)
+#7038 Move the sidebar related code from viewer.js into PDFSidebar
+#7040 Remove PDFThumbnailViewer_ensureThumbnailVisible
+#6879 Makes PDF data reading Streams API friendly.
+#7049 Avoid accidentally getting the entire font file in readNameTable (issue 7020)
+#7023 Only draw glyphs on canvas if they are in the font or the font file is missing.
+#7050 For CIDFontType2 use CID as glyph ID when missing CID to GID map.
+#7052 Reverts back un-need change made at #6879.
+#6943 Add support for bold/italic styled outline items in the viewer
+#7054 Correct a minor name issue in the outline viewer code
+#7061 Introducing gulp
+#7063 Migrate clean and importl10n target to gulp
+#7029 [PDFThumbnailView] Re-factor the canvas to image conversion such that we always render to a canvas, and then replace it with an image once rendering is done
+#7046 fonts.js: bad metric overrides when values are zero
+#7069 Convert uniXXXX glyph names to proper ones when building the charCodeToGlyphId map for TrueType fonts (bug 1132849, issue 6893, issue 6894)
+#6906 avoid apply transform twice for composite context
+#7084 Revert renaming node make to gulp for mozcentral
+#7088 Pass the PDFJS.postMessageTransfer parameter to the worker, so that the MessageHandler can be setup correctly in createDocumentHandler (issue 6957)
+#7093 Use the correct path when checking if a /l10n directory exists, to avoid errors during gulp importl10n (PR 7063 followup)
+#7039 Refactors CMapFactory.create to make it async
+#7098 Ensure that TrueType font tables have uint32 checksums
+#7100 Removes core/stream circular dependency on core/parser.
+#7105 Add an ISSUE_TEMPLATE
+#7005 Fixes insertion of blank pages during print if page sizes differ
+#7108 Removes frontWindow usage from the stream converter.
+#7113 Disables issue6961 test.
+#7053 Removes global PDFJS usage from the src/core/.
+#7122 Allow unit-tests to use linked PDF files, by having the unittest command download unavailable ones (issue 7117)
+#7118 Prevent failures in the Annotation code if the Rect array contains indirect objects (issue 7115)
+#7129 Updates Jasmine version.
+#7128 Add unit-tests for destionations in /Names (NameTree) dictionaries where all entries are indirect objects
+#7102 Log uncaught global errors.
+#7133 Faster unit-tests by using beforeAll/afterAll in api_spec.js
+#7066 Parse Type1 font files to determine the various Length{n} properties, instead of trusting the PDF file (issue 5686, issue 3928)
+#7078 Refactor the building of toFontChar for non-embedded fonts
+#7106 Keep track of the character to glyph mapping in font_renderer.js, to prevent errors when different characters point to the same glyph (issue 7101)
+#7134 Refactors to remove stream.js dependency on colorspace.js
+#7107 Detect premature worker load error
+#7146 Extract CFFParser and Type1Parser from fonts.js
+#7148 Forces UMD header to have relative path and extension for CommonJS.
+#7114 [Bug 1237908] Make pdf.js use the correct principal origin attributes when loading …
+#7144 Prepare viewer.js for async loading and module separation.
+#7150 Initial browserify example.
+#7158 Update Webpack and Browserify example README files
+#7169 Specifies package format for jspm.
+#7164 Use beforeAll/afterAll in isExternalLinkTargetSet in dom_utils_spec.js (issue 6905)
+#7126 Move all PDFJS display/ usages into global.js file.
+#7097 Prevents document zooming if still scrolling and meta keys pressed (Issue #7022)
+#7170 Prevent the entire viewer from zooming, when quickly switching from scrolling to zooming using the mousewheel (PR 7097 followup)
+#7174 Use beforeAll/afterAll in CipherTransformFactory in crypto_spec.js (issue 6905)
+#7171 Remove the remaining usages of new {Name,Cmd} in favor of {Name,Cmd}.get
+#7175 Use beforeAll/afterAll in font_spec.js (issue 6905)
+#7178 Removes hijack describe() hack from unit tests.
+#7176 Allow SMask be resumed after restore() and better transform after SMask
+#7184 [Bug 1260585] Stops bleeding of pattern edges for mesh.
+#7185 Support almond.js #7177
+#7189 Removing "entry-loader" dependency from webpack.
+#7172 Introduces UMD headers to the web/ folder.
+#7191 Export the DefaultAnnotationLayerFactory to prevent the viewer components from breaking (PR 7172 followup)
+#7201 Ensure that the params parameter of the PredictorStream is a dictionary (issue 7200)
+#7197 Remove combineUrl and replace it with new URL. Issue #7183, for reference.
+#7190 Dispatch a sidebarviewchanged event in PDFSidebar when the view changes
+#7116 Refactor LinkAnnotation slightly, improve handling of the GoToR action, and add unit-tests
+#7206 Expose a few non-classes on PDFViewerApplication
+#7207 Convert the hand tool to a class
+#7211 Add a couple of CipherTransformFactory unit-tests for blank passwords, and move the isDict unit-tests to the correct file
+#7210 Split the two paths in PDFImage.resize into separate helper functions, placed in colorspace.js and image.js
+#7219 Convert the password prompt to a class
+#7233 Adjust incorrect first obj number of "free" xref entry in XRef_readXRefTable (issue 7229)
+#7209 Moves all document.getElementById lookups into viewer.js
+#7235 Version 1.5
+
+v1.4.20 - Jan 27, 2016
+
+#6758 Fix incorrect position of text widget
+#6683 Adds UMD headers to core, display and shared files.
+#6762 Only export Uint32ArrayView when it's actually defined, to prevent breaking e.g. the Firefox addon/built-in version
+#6764 Collapses UMD headers in bundled files.
+#6766 Bump versions to 1.3.
+#6773 Changing Firefox Addon ID
+#6765 Remove unused variables
+#6767 Strip referrer from link annotation.
+#6778 Fixing externalLinkTarget
+#6772 Remove a superfluous "s" in AnnotationsLayerBuilder from files in web/
+#6770 Refactor annotation display layer code to use classes
+#6780 Implement annotation layer regression testing
+#6787 Change test-case issue4914 to an annotations test
+#6785 Adds/modifies examples for node.js and webpack.
+#6792 Implement support for Popup annotations
+#6805 Do not modify data.rect in AnnotationElement_createContainer, since that will corrupt the annotation position on subsequent calls
+#6808 Rename and reorder link annotation CSS
+#6814 Ensure that the baseTransform is applied when rendering annotations
+#6807 Ensure that hidden popups do not use any space
+#6813 Implement support for Underline annotations
+#6821 Bug 951051 - Better crypto key length recovery.
+#6771 Removes hardcoded module loading order
+#6819 Implement support for StrikeOut annotations
+#6823 Implement support for Squiggly annotations
+#6827 Implement support for Highlight annotations
+#6724 Add validation for callsubr and callgsubr for type 2 charstrings.
+#6837 Fix a typo in the "file" entry for issue3694_reduced in test_manifest.json
+#6834 Strip null (\x00) characters from the URLs in LinkAnnotations (issue 6832)
+#6842 Update the link location for 'intelisa.pdf' to point to the Internet Archive
+#6843 shading-pattern: Decreased Shadings.SMALL_NUMBER
+#6825 Adds UMD header to pdf.js and pdf.worker.js files.
+#6820 Apply Patterns, if necessary, when rendering text
+#6839 Check that CIDFontType0 fonts does not actually contain OpenType font files (issue 6782)
+#6855 Issue 6854 - Update the link locations to point to the Internet Archive for tests: 20130226130259, JST2007-5, P020121130574743273239, SFAA_Japanese, TaroUTR50SortedList112
+#6858 Issue 6854 - Re-enable testing of 'aboutstacks.pdf'
+#6859 Update five linked test cases to point to the Internet Archive
+#6860 Issue 6854 - Update the link locations to point to the Internet Archive for tests: artofwar, bpl13210, bug766138, bug808084, bug887152
+#6862 Issue 6854 - Update the link locations to point to the Internet Archive for tests: cable, fips197, fit11-talk, geothermal, hmm
+#6853 Update the link location for 'issue3666.pdf' to point to the Internet Archive
+#6864 Update links to point to the Internet Archive for ohkubo-SS04, pal-o47, pdf, piperine and preistabelle
+#6865 Update the linked test case hmm.pdf to point to the intended version
+#6846 Use URL constructor for combineURL.
+#6873 Add an extra set of // to the comment for the URL polyfill, since the preprocessor eats one set, thus breaking the world (PR 6846 followup)
+#6867 Disable e10s.
+#6866 Issue 6854 - Update the link locations to point to the Internet Archive for tests: html5checker, hudsonsurvey, ichiji, issue1010, issue1015
+#6869 Issue 6854 - Update the link locations to point to the Internet Archive for tests: issue1049, issue1096, issue1127, issue1133, issue1169
+#6871 Issue 6854 - Update the link locations to point to the Internet Archive for tests: issue1233, issue1257, issue1309, issue1317, issue1419
+#6875 Issue 6854 - Update the link locations to point to the Internet Archive for tests: issue1466, issue1629, issue1658, issue1685, issue1687
+#6876 Issue 6854 - Update the link locations to point to the Internet Archive for tests: issue1709, issue1721, issue1729, issue1796, issue1810
+#6878 Issue 6854 - Update the link locations to point to the Internet Archive for tests: issue1878, issue1912, issue1936, issue1998, issue2006
+#6880 Update links to point to the Internet Archive for issue818, issue919, jai, liveprogramming and mao
+#6881 Update links to point to the Internet Archive for issue3384, issue3848, issue3903, issue3925 and issue5592
+#6884 Remove 'tcpdf_033.pdf.link', since it has been replaced with a reduced test-case
+#6883 Issue 6854 - Update the link locations to point to the Internet Archive for tests: issue2129, issue2139, issue2386, issue2442, issue2531
+#6885 Replace the linked test-case for issue 1155 with a reduced one
+#6886 Issue 6854 - Update the link locations to point to the Internet Archive for tests: issue2829, issue2853, issue2881, issue3062, issue3999
+#6887 Remove 'issue2537.pdf.link', since it has been replaced with a reduced test-case
+#6888 Update links to point to the Internet Archive for issue1597, issue2627 and kdchart
+#6848 [TrueType] Recover from a missing "glyf" table by replacing it with dummy data, utilizing the existing code in sanitizeGlyphLocations
+#6895 Update links to point to the Internet Archive for issue2799 and issue5726
+#6822 [api-minor] Add support for URLs in the document outline
+#6900 Set type="password" for the PasswordPrompt input dynamically, to prevent unnecessary warnings in Firefox for http:// documents (issue 6898)
+#6891 Map missing glyphs to the notdef glyph for TrueType (3, 1) fonts regardless if the 'post' table is defined or not (issue 6889)
+#6803 [api-minor] Add support for PageLabels in the API
+#6916 Allow foriegn origin URLs only for hosted viewers.
+#6918 Bump version to 1.4
+#6919 Update beta and stable.
+#6922 Prevent failures in the "scanning for endstream" code, in Parser_makeStream, by handling the case where 'endstream' is split between contiguous chunks (issue 1536)
+#6928 Fixes URL polyfill check for MS Edge.
+#6930 [api-minor] Change getPageLabels to always return the pageLabels, even if they are identical to standard page numbering
+
 v1.3.91 - Jan 24, 2016
 
 #6873 Add an extra set of // to the comment for the URL polyfill, since the

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