[Pkg-javascript-commits] [pdf.js] 03/05: Update upstream changelog

David Prévot taffit at moszumanska.debian.org
Thu Jun 5 14:34:45 UTC 2014


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

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

commit b3b276d621f55cc0b2360f3acabcfb887b80c1dd
Author: David Prévot <taffit at debian.org>
Date:   Wed Jun 4 14:22:54 2014 -0400

    Update upstream changelog
    
    https://github.com/mozilla/pdf.js/releases
---
 debian/upstream/changelog | 106 ++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 103 insertions(+), 3 deletions(-)

diff --git a/debian/upstream/changelog b/debian/upstream/changelog
index 0924e91..1687cca 100644
--- a/debian/upstream/changelog
+++ b/debian/upstream/changelog
@@ -1,3 +1,103 @@
+1.0.277 - 2014-06-02
+
+Changes since last update:
+#4520 Force default icon size for Text annotations without appearance stream
+#4663 Version 1.0.68
+#4645 Only handle scroll events when PDFView.pdfDocument is defined (issue
+	4642)
+#4666 PDFImage_resize: copy in place with alpha and ~5x speed up
+#4675 Dutch translations for attachments strings
+#4674 Move DocumentOutlineView and DocumentAttachmentsView to their own files
+#4671 Guesses Type1C font type based on file content
+#4679 [Firefox] Workaround for sessionStorage error when the preference
+	network.cookie.lifetimePolicy is set to 1 (bug 1000777)
+#4686 Converts attachment items to buttons instead of links
+#4697 Fix the display of the indeterminate progress bar when the loaded
+	percentage is NaN (issue 4696)
+#4687 Providing content type for attachment downloads
+#4676 Force Unix line endings for text files
+#4692 Add support for setting multiple values at once in ViewHistory
+#4528 Less color conversion
+#4693 Ensure that the viewer loads even if there are errors when the
+	preferences are read
+#4699 Reduces memory used during testing
+#4669 Add a preference to set the sidebarView on load
+#4689 Fixes DownloadManager for IE10 and above
+#4701 Prevent trying to map characters to the specials unicode block in
+	adjustMapping (issue 4650)
+#4707 Link to FAQ from startpage
+#4700 Reject polyfill and createPromiseCapability
+#4705 Refactor how the database is read in ViewHistory
+#4716 Amend GlyphMapForStandardFonts to fix issue 4276
+#4709 Remove legacy promises from api.js
+#4667 Remove LegacyPromise in src/core/chunked_stream.js
+#4721 Tiny updates
+#4724 Fixes cancel rendering regression
+#4730 Fixes disableWorker regression
+#4731 Fixes rendering of PDFs with nested trailer dictionary
+#4725 Remove LegacyPromise in src/core/pdf_manager.js
+#4727 Remove LegacyPromise in src/shared/annotation.js
+#4726 Remove LegacyPromise in src/core/core.js
+#4728 Remove LegacyPromise in src/core/worker.js
+#4729 Remove LegacyPromise
+#4733 Completes unit tests for PostScript evaluator and fixes two bugs in the
+	evaluator itself
+#4708 Graphic optimizations 1
+#4732 Fixes tests for #926 and #2537
+#4750 Reduce the number of resources loaded by GetDoc
+#4756 Add getFindBar for Fx extension (refactor)
+#4753 Add getFindBar for Fx extension
+#4759 Refactoring annotation.js and removing old TODOs/comments
+#4683 Groups path commands into single operation
+#4763 Uses rAF to interrupt the operator list execution
+#4767 Removes unused code from web/compatibility.js
+#4740 Adds pageviewport documentation
+#4769 update DE translation (attachments)
+#4738 Allow unsafe-eval to fix font renderer in Chromium extension
+#4771 Fix typo when rejecting Promise in getPage
+#4768 Handle more cases of invalid line dash patterns in annotation borders
+#4772 Reduce the number of calls to PDFView.getVisiblePages from
+	updateViewarea
+#4781 Move jshint & yargs to devDependencies
+#4784 Switch to Node.js 0.10
+#4783 Use jQuery 2 in examples
+#4782 Remove type="text/javascript" from script tags.
+#4777 Refactor the CSS rules for the overlayContainer
+#4752 Refactors MessageHandler.send to remove callbacks
+#4793 Fix regression that prevents downloading the PDF file (PR 4752)
+#4796 Check if the Names dictionary actually contains a Dests dictionary
+	before attempting to get the destinations
+#4795 Add unit test for getData
+#4736 Build paths for glyph accents when drawing text as curves
+#4797 Update text layer correctly when zooming with USE_ONLY_CSS_ZOOM
+#4764 Graphic optimizations 2
+#4549 / support in Chrome / Opera
+#4799 Handle nested post script arguments in the preprocessor
+#4773 Simplify Jbig2Image.decodeInteger()
+#4812 Add more unit tests for the API
+#4809 Fix loading of fonts with empty font files (bug 866395 and issue 3522)
+#4808 Fix strange looking buttons in mobile Firefox
+#4770 Adds Promises to getOperatorList
+#4817 Graphic optimizations 3
+#4815 Refactors loadFont for translateFont be async
+#4821 Fixes regression in the cleanup
+#4826 Wrapped localstorage.setItem in try block to avoid uncaught exceptions.
+#4831 Adds some addon/mozcentral files to the preprocessor
+#4824 Moves colorspace.js and function.js into core/
+#4829 small optimizations in parser.getObj(), lexer.getObj()
+#4845 adjust the aurora path in the tests browser.json
+#4823 Simplify the interaction with overlays by adding an OverlayManager
+#4850 Small comment fix
+#4833 OpenAction support for printing
+#4857 Making sure we are not importing CRs and BOMs
+#4858 Bug 1015115 - switch to cloneInto in pdf.js
+#4856 [OverlayManager] Add preventDefault to the keydown event handler
+#4832 Refactors showText: split type3, remove showSpacedText
+#4861 Fixes unhandled XObject subtype PS error
+#4803 [WIP] Update web/compatibility.js
+#4865 Adds compatibility.js to the Firefox extension
+#4877 PdfRedirector checks if plugin is still in PlayPreview mode
+
 1.0.68 - 2014-04-22
 
 Changes since last update:
@@ -25,7 +125,7 @@ Changes since last update:
 #4654 Basic node.js example that demonstrate pdf.combined.js file use
 #4600 Optimized JPX decoder ~6% faster
 
-v1.0.21 - 2014-04-14
+1.0.21 - 2014-04-14
 
 Changes since last update:
 #4535 Avoid drawing text when the font size is zero (issue 4484)
@@ -83,7 +183,7 @@ Changes since last update:
 #4613 Refactors buildImage to use Promise; don't draw bad images
 #4581 Check that images have valid dimensions (issue 4575)
 
-v0.8.1334 - 2014-03-31
+0.8.1334 - 2014-03-31
 
 Changes since last update:
 #4437 Fixes corrupted by Aspose fonts
@@ -134,7 +234,7 @@ Changes since last update:
 #4543 Fixes lint for windows; adds test/font/fontutils.js
 #4542 Fix typo/unused argument in fontloader.js->spliceString()
 
-v0.8.1181 - 2014-03-13
+0.8.1181 - 2014-03-13
 
 #4392 Fixes CSS for webkit
 #4399 Fixes infinite loop in DecodeStream_ensureBuffer()

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