[Pkg-javascript-commits] [pdf.js] branch upstream updated (3e9a04c -> 3c15b45)
David Prévot
taffit at moszumanska.debian.org
Thu Nov 19 18:45:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch upstream
in repository pdf.js.
from 3e9a04c Imported Upstream version 1.1.469+dfsg
new ff31b77 Version 1.1.469
new c481c32 Merge pull request #6464 from yurydelendik/version1.1.469
new 20b5814 Update l10n files.
new cdea75d Refactor the previous history rewriting logic
new 7a8b0fb Merge pull request #6200 from Rob--W/hashchange-use-newURL
new 958fb71 Update the link location for the `issue3115` test file
new 67ed161 Merge pull request #6450 from Snuffleupagus/issue-3115-test-new-link
new b218b22 Replace the unavailable linked test-case for PR 2875 with a reduced test-case
new a6270bb Merge pull request #6452 from Snuffleupagus/pr-2875-reduced-test
new 9eab463 Ensure that the `baseTransform` is always defined for TilingPatterns
new 973b15c Merge pull request #6482 from Snuffleupagus/TilingPattern-baseTransform
new 1ae9ba1 Don't clear the `canvas` until re-rendering is finished when the `scale` or `rotation` is changed (issue 6467)
new 5e7ce9d Fix incorrect indentation, and remove `else` after `return`, in `PDFPageView_update`
new 7cdc6f3 Merge pull request #6468 from Snuffleupagus/issue-6467
new c7fd7f8 Tweak `PDFPageView` to reflect that `this.annotationLayer` is an `AnnotationsLayerBuilder` instance, instead of a DOM element (PR 5552 follow-up)
new e28ad20 Merge pull request #6475 from Snuffleupagus/PDFPageView-annotationLayer-div
new 75557d2 Add `getArray` method to `Dict`
new 1b8cb52 Prevent `PartialEvaluator_buildFormXObject` from failing if the `Matrix` or `BBox` contains indirect objects
new a6761a5 Merge pull request #6485 from Snuffleupagus/Dict-getArray-getAsyncArray
new b1d148a Remove `Parser_fetchIfRef` since it's obsolete
new 1bdfc47 Merge pull request #6411 from Snuffleupagus/remove-Parser_fetchIfRef
new 26ec36b Upstream changes from Bug 1202902 - Give loader scripts and XUL frame scripts a lexical scope that doesn't break everything?
new 09c1fc5 Merge pull request #6489 from Snuffleupagus/bug-1202902
new 0be1f44 Upstream the changes from Bug 1165272 - unify Get*CodebasePrincipal with createCodebasePrincipal in nsIScriptSecurityManager
new 82f73df Merge pull request #6473 from Snuffleupagus/bug-1165272
new 063ca95 Remove TryCatch in canvas fill
new dd9d0b8 Merge pull request #5480 from CodingFabian/issue-5458
new ae255f8 Slightly improved `getPage` unit-tests
new 41a75b1 Merge pull request #6501 from Snuffleupagus/getPage-unit-tests
new e8ad6c9 Add a unit-test for bug 1020226
new 39d7593 Merge pull request #6494 from Snuffleupagus/bug-1020226-test
new 192907e Make `XRef_indexObjects` even more robust against bad PDF files, by checking for the existence of 'trailer' if 'xref' is not found
new 9b12c64 Cache the regular expression used for finding `obj`s in `XRef_indexObjects`, to avoid unnecessary allocations
new 5e4910f Merge pull request #6491 from Snuffleupagus/check-trailer-if-xref-missing
new bdfda37 Add a (linked) test-case for PR 4897
new 1e29ddc Merge pull request #6500 from Snuffleupagus/pr-4897-test
new 96b3dc1 Add a (linked) load test for issue 4387
new cd8bd73 Merge pull request #6499 from Snuffleupagus/issue-4387-test
new 49389c2 Follow-up to PR 6489 - Upstream changes from Bug 1202902
new 7b44d64 Merge pull request #6503 from Snuffleupagus/bug-1202902-followup
new 3e363ae scrollIntoView: Skip overflow:hidden elements
new 42ddb71 Merge pull request #5356 from Rob--W/scroll-issue-5355
new 03f2c70 Add a reduced load test-case for bug 1020858
new 9332da3 Merge pull request #6502 from Snuffleupagus/bug-1020858-test
new 8d83144 Right-size the `map` array in PartialEvaluator_readToUnicode
new 3eaeacf Merge pull request #6476 from Snuffleupagus/PartialEvaluator_readToUnicode-cmap-length
new 7e345b2 [CRX] Call callback instead of onCompleted
new 6019b09 Merge pull request #6520 from Rob--W/crx-chromecom-fix
new 7f70252 Replace the unavailable linked test-case for issue 4436 with a reduced test-case
new c4403e6 Merge pull request #6434 from Snuffleupagus/issue-4436-reduced-test
new 9fc8e1e Fix a regression, from PR 5356, that breaks all scrolling in PresentationMode
new b48512f Merge pull request #6524 from Snuffleupagus/presentation-mode-scrolling-regression-fix
new 427d0f9 Add a (linked) test-case for issue 4914
new d89fde0 Merge pull request #6481 from Snuffleupagus/issue-4914-test
new 9ab896e [api-minor] Add an option to PDFJS for specifying the |target| attribute of external links
new 39b962e Add unit-tests for `isExternalLinkTargetSet`
new 610df45 Prevent external links from "replacing" the viewer when it's embedded (bug 976541)
new 2096a2a Merge pull request #5952 from Snuffleupagus/api-externalLinkTarget
new 4988343 Ensure that `Dict_getArray` doesn't fail if `xref` in undefined (PR 6485 follow-up)
new d1d81de Merge pull request #6528 from Snuffleupagus/pr-6485-followup
new 6d8e883 Fixes bluebeam password protection issue
new e4f0e6f Merge pull request #6531 from covlllp/new_merge
new 34cbee9 Add unit-tests for PR 6531
new 5987197 Ensure that all `getDocument` unit-tests returns the expected data
new 1d35223 Merge pull request #6532 from Snuffleupagus/pr-6531-unittest
new eff28ee Update l10n files
new e04113a Add unit-tests for the `onPassword/onProgress` callbacks of the API
new f12d692 Merge pull request #6540 from Snuffleupagus/getDocument-onPassword-onProgress-unittests
new 50ff2d4 Ignore operators that are known to be unsupported
new 738daa0 Merge pull request #6550 from Rob--W/issue-6549-unknown-serialization
new 2e75119 Prevent getOperatorList from failing to correctly parse OPS.paintXObject for TilingPatterns that are missing some /Resources entries (issue 6541)
new 487ba90 Fail gracefully, and with a notification, if paintXObject is encountered in canvas.js
new ef85685 Merge pull request #6543 from Snuffleupagus/issue-6541
new d3782ff Add a reduced test-case for issue 4575
new eabbfd7 Merge pull request #6554 from Snuffleupagus/issue-4575-test
new 2b5fde1 Pushing update reason for gh-pages and bower.
new b3a9a0d Merge pull request #6557 from yurydelendik/updatereason
new 59c13b3 Adds destroy method to the document loading task.
new 58c3ea0 Adds thread abort capabilities.
new 5135aa9 Adds deprecation warning for the API calls.
new 62afa9f Fixes PDFViewerApplication.open/close methods signature.
new 2a5616c Merge pull request #6546 from yurydelendik/destroy
new 89c75cd Update version number for minor API changes.
new 2a15695 Merge pull request #6555 from yurydelendik/v1.2
new ec04c4a Add a reduced test-case for issue 6151
new 5111422 Merge pull request #6558 from Snuffleupagus/issue-6151-test
new 5bd95df Prevent `TypeError: page is undefined` when the document has been destroyed (PR 6546 follow-up)
new 4afd51a Merge pull request #6560 from Snuffleupagus/pr-6546-followup-TypeError_page_is_undefined
new 25e5532 Improved `get fingerprint` unit-tests (PR 5124)
new aae82ec Merge pull request #6562 from Snuffleupagus/pr-5124-unit-test
new 1c66d4a Add a `totalLength` getter to `OperatorList`, since the `length` is zero after flushing
new 7a3963e Merge pull request #6566 from Snuffleupagus/OperatorList_totalLength
new ef66782 [api-minor] Add an optional param to DocumentInitParameters for specifying the range request chunk size to use. Defaults to 2^16 = 65536.
new d26ef21 Merge pull request #6568 from tonyjin/api-rangeChunkSize
new 7cb3275 Better CSS scaling for deviceRixelRatio != 1.
new 335aeb2 Merge pull request #6552 from yurydelendik/dpiscale
new 7e79ce4 Fixing C++,PHP and Pascal presence in the repo
new 8d15ecb Ignore any pending data when worker is terminated.
new b56b415 Merge pull request #6578 from yurydelendik/issue6577
new cf09f38 Replace the linked test-case for issue 1293 with a reduced test-case
new 1672c77 Merge pull request #6576 from Snuffleupagus/issue-1293-reduced-test
new 59104a2 Update viewer.html for Internet Explorer Compatibility
new b1515fd Merge pull request #6374 from WilliamRClark/master
new a059f9f Fix exception when rotate page without a document
new 15b00ea Merge pull request #6445 from KamiHQ/fix-pages-rotation
new 3d3d8ed Clean up npm dependencies and add `license` property
new c27d312 Merge pull request #6161 from LilyBin/npm-versions
new 17fe0b1 Added find match counter
new b8b9221 Moves match counter from find UI to the controller.
new c2e70ea Merge pull request #6580 from yurydelendik/pr5051
new 591a3c2 Make FirefoxCom.requestSync able to return objects from PdfStreamConverter.jsm, by utilizing makeContentReadable
new 633d51f [Firefox] Handle the user modifying the "mousewheel.with_meta.action" and "mousewheel.with_control.action" prefs (bug 1170063)
new c8c2116 Merge pull request #6073 from Snuffleupagus/bug-1170063
new bc33ae2 Partially reverts #6161 - downgrade shell.js version
new 034087b Replace the linked test-case for issue 3879 with a reduced test-case
new ad62661 Merge pull request #6585 from Snuffleupagus/issue-3879-reduced-test
new 7681def Move VIEW_HISTORY_MEMORY constant to `view_history.js`
new 5587078 Make the view history cache size configurable during initialization
new cbce05b Merge pull request #6587 from timvandermeij/view-history-memory
new fa46b73 Better spacing in text layer.
new 27efe56 Test case from #6019.
new 7e8dacf Merge pull request #6588 from yurydelendik/spacing
new 0f50147 Create a new indeterminate loading bar animation for the default viewer
new c05416f Merge pull request #6586 from Snuffleupagus/new-indeterminate-loading-bar
new b8ad68a Non/less flashing text layer during selection.
new 8079bdd Merge pull request #6591 from yurydelendik/select
new dbc611a Ensure that the `textLayer` has the same dimensions as the `canvasWrapper` (issue 6596)
new 9e66625 Merge pull request #6597 from Snuffleupagus/issue-6596
new 28d3406 Uses document.currentScript for pdf.worker.js path.
new 601d29b Fixes all examples to require workerSrc to be set.
new 1e0bd07 Merge pull request #6595 from yurydelendik/currentscript
new 376f8bd Combines standalone divs into text groups.
new fa423cf Refactors fake space heuristics for speed.
new 4ee0bad Test for text layer issue 1045.
new 9a830a7 Merge pull request #6590 from yurydelendik/combinechars
new cc5bc18 Fixes incorrect PDF file font metrics.
new bb29e13 Merge pull request #6601 from yurydelendik/ascent
new d20bc46 Adding to authors
new 07067cf Merge pull request #6602 from vivin/adding-to-authors
new 66c17a6 Add a reduced `text` test-case for issue 4665
new 1280b7b Merge pull request #6604 from Snuffleupagus/issue-4665-reduced-test
new ff64ef0 Prevent `readCmapTable` from failing if the `cmap` is missing in TrueType fonts
new 5b2015b Merge pull request #6607 from Snuffleupagus/TrueType-without-cmap
new c604cc2 Improve error message for non-existent local files
new 3c6df26 Merge pull request #6608 from Rob--W/improved-error-message-local-file
new e629882 Correctly handle /FitH destinations with `null` as the parameter
new 3c94ba8 Merge pull request #6617 from Snuffleupagus/issue-6615
new ff8c334 Use random port in test webserver
new 3674f0d Merge pull request #6620 from Rob--W/node-test-random-port
new 5954892 For documents with different page sizes, ensure that the correct page becomes visible on load when e.g. the 'page' hash parameter was provided (bug 1191279, issue 6393)
new a4ca998 Merge pull request #6318 from Snuffleupagus/bug-1191279
new b0ff49e Improve reliability of the test server
new 248e211 Merge pull request #6600 from Rob--W/test-server-improved
new 4c9f674 Remove mozcentral test files.
new d8ddde2 Merge pull request #6622 from yurydelendik/rm-mc-tests
new 3008580 Replace the unavailable linked test-case for issue 2128 with a reduced test-case
new 3a23367 Merge pull request #6610 from Snuffleupagus/issue-2128-reduced-test
new 2646f27 Dispatch the `pagerendered` event when zooming is only done with CSS (issue 6463)
new 2a5a791 Merge pull request #6625 from Snuffleupagus/issue-6463
new dbcb46c Uses @alias to fix missing comments on JSDocs pages
new 7381ff9 Merge pull request #6599 from prometheansacrifice/generate-better-api-docs
new de07bd2 Downgrade the JSHint version in order to fix linting failures on Travis
new 9455095 Merge pull request #6629 from Snuffleupagus/downgrade-jshint-to-fix-travis
new 50a7042 Ignore the /Mask entry in images unless its /ImageMask entry is explicitly set to `true` (issue 6621)
new 9e335a6 Merge pull request #6628 from Snuffleupagus/issue-6621
new 570f144 Fix minor capitalization issue in viewer
new 875588d Merge pull request #6630 from tonyjin/fix-minor-capitalization
new 3c15b45 Imported Upstream version 1.2.109+dfsg
The 168 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.
Summary of changes:
.gitattributes | 1 +
.jshintignore | 1 -
AUTHORS | 1 +
docs/config.json | 2 -
examples/components/pageviewer.js | 6 +-
examples/components/simpleviewer.js | 6 +-
examples/learning/helloworld.html | 6 +-
examples/learning/helloworld64.html | 7 +-
examples/text-only/pdf2svg.js | 2 +
extensions/firefox/content/PdfJs-stub.jsm | 2 +-
extensions/firefox/content/PdfJs.jsm | 4 +-
extensions/firefox/content/PdfStreamConverter.jsm | 62 +++-
extensions/firefox/content/PdfjsChromeUtils.jsm | 4 +-
extensions/firefox/content/PdfjsContentUtils.jsm | 2 +-
l10n/ach/viewer.properties | 6 +
l10n/af/viewer.properties | 6 +
l10n/ak/viewer.properties | 6 +
l10n/an/viewer.properties | 6 +
l10n/ar/viewer.properties | 6 +
l10n/as/viewer.properties | 6 +
l10n/az/viewer.properties | 6 +
l10n/bg/viewer.properties | 6 +
l10n/bn-BD/viewer.properties | 6 +
l10n/bn-IN/viewer.properties | 6 +
l10n/br/viewer.properties | 6 +
l10n/bs/viewer.properties | 6 +
l10n/ca/viewer.properties | 6 +
l10n/cy/viewer.properties | 6 +
l10n/el/viewer.properties | 6 +
l10n/en-ZA/viewer.properties | 8 +
l10n/eo/viewer.properties | 6 +
l10n/es-MX/viewer.properties | 6 +
l10n/eu/viewer.properties | 6 +
l10n/fa/viewer.properties | 6 +
l10n/ff/viewer.properties | 6 +
l10n/fy-NL/viewer.properties | 6 +
l10n/ga-IE/viewer.properties | 6 +
l10n/gd/viewer.properties | 6 +
l10n/gl/viewer.properties | 9 +
l10n/gu-IN/chrome.properties | 20 +-
l10n/gu-IN/viewer.properties | 178 ++++-----
l10n/he/viewer.properties | 6 +
l10n/hi-IN/viewer.properties | 6 +
l10n/hr/viewer.properties | 6 +
l10n/hu/viewer.properties | 6 +
l10n/hy-AM/viewer.properties | 6 +
l10n/id/viewer.properties | 6 +
l10n/is/viewer.properties | 6 +
l10n/ka/viewer.properties | 6 +
l10n/kk/viewer.properties | 6 +
l10n/km/viewer.properties | 6 +
l10n/kn/viewer.properties | 6 +
l10n/ko/viewer.properties | 6 +
l10n/ku/viewer.properties | 6 +
l10n/lg/viewer.properties | 6 +
l10n/lij/chrome.properties | 6 +-
l10n/lij/viewer.properties | 180 +++++-----
l10n/lt/viewer.properties | 6 +
l10n/lv/viewer.properties | 6 +
l10n/mai/viewer.properties | 6 +
l10n/ml/viewer.properties | 6 +
l10n/mn/viewer.properties | 6 +
l10n/mr/viewer.properties | 6 +
l10n/ms/viewer.properties | 6 +
l10n/my/viewer.properties | 7 +
l10n/nl/viewer.properties | 6 +
l10n/nso/viewer.properties | 6 +
l10n/oc/viewer.properties | 6 +
l10n/or/viewer.properties | 6 +
l10n/pt-BR/viewer.properties | 6 +
l10n/pt-PT/viewer.properties | 6 +
l10n/rm/chrome.properties | 16 +-
l10n/rm/viewer.properties | 16 +-
l10n/ro/viewer.properties | 12 +-
l10n/rw/viewer.properties | 6 +
l10n/sah/viewer.properties | 6 +
l10n/si/viewer.properties | 6 +
l10n/sk/viewer.properties | 6 +
l10n/sl/viewer.properties | 6 +
l10n/son/viewer.properties | 6 +
l10n/sv-SE/viewer.properties | 6 +
l10n/sw/viewer.properties | 6 +
l10n/ta-LK/viewer.properties | 6 +
l10n/ta/viewer.properties | 6 +
l10n/te/viewer.properties | 6 +
l10n/th/viewer.properties | 6 +
l10n/tl/viewer.properties | 6 +
l10n/tn/viewer.properties | 6 +
l10n/tr/viewer.properties | 8 +-
l10n/uk/viewer.properties | 6 +
l10n/vi/viewer.properties | 6 +
l10n/wo/viewer.properties | 6 +
l10n/xh/viewer.properties | 6 +
l10n/zh-CN/viewer.properties | 6 +
l10n/zh-TW/viewer.properties | 6 +
l10n/zu/viewer.properties | 6 +
make.js | 12 +-
package.json | 21 +-
pdfjs.config | 8 +-
src/core/annotation.js | 22 +-
src/core/chunked_stream.js | 49 +--
src/core/cmap.js | 8 +
src/core/core.js | 11 +-
src/core/crypto.js | 7 +-
src/core/evaluator.js | 396 ++++++++++++++-------
src/core/fonts.js | 66 ++--
src/core/image.js | 7 +-
src/core/network.js | 4 +-
src/core/obj.js | 39 +-
src/core/parser.js | 18 +-
src/core/pdf_manager.js | 17 +-
src/core/worker.js | 141 +++++++-
src/display/annotation_helper.js | 7 +-
src/display/api.js | 204 +++++++++--
src/display/canvas.js | 50 ++-
src/pdf.js | 6 +-
src/shared/util.js | 48 +++
test/mozcentral/Makefile.in | 19 -
test/mozcentral/browser.ini | 7 -
test/mozcentral/browser_pdfjs_main.js | 86 -----
test/mozcentral/browser_pdfjs_savedialog.js | 65 ----
test/mozcentral/browser_pdfjs_views.js | 76 ----
test/mozcentral/file_pdfjs_test.pdf | Bin 150611 -> 0 bytes
test/mozcentral/moz.build | 7 -
test/pdfs/.gitignore | 19 +
.../High-Pressure-Measurement-WP-001287.pdf.link | 1 +
test/pdfs/TrueType_without_cmap.pdf | Bin 0 -> 3989 bytes
test/pdfs/bug1020226.pdf | 24 ++
test/pdfs/bug1020858.pdf | 130 +++++++
test/pdfs/franz_2.pdf | Bin 0 -> 2828 bytes
test/pdfs/issue1045.pdf | Bin 0 -> 22741 bytes
test/pdfs/issue1293.pdf.link | 1 -
test/pdfs/{issue5954.pdf => issue1293r.pdf} | 66 ++--
test/pdfs/issue2128.pdf.link | 1 -
test/pdfs/issue2128r.pdf | Bin 0 -> 1525 bytes
test/pdfs/issue3115.pdf.link | 1 -
test/pdfs/issue3115r.pdf.link | 1 +
test/pdfs/issue3879.pdf.link | 1 -
test/pdfs/{issue5954.pdf => issue3879r.pdf} | 93 +++--
test/pdfs/issue4387.pdf.link | 1 +
test/pdfs/issue4436.pdf.link | 2 -
test/pdfs/{issue5954.pdf => issue4436r.pdf} | 82 ++---
test/pdfs/{issue5954.pdf => issue4575.pdf} | Bin 741 -> 861 bytes
test/pdfs/issue4665.pdf | Bin 0 -> 42242 bytes
test/pdfs/issue4914.pdf.link | 1 +
test/pdfs/{issue5972.pdf => issue6019.pdf} | 26 +-
test/pdfs/{issue5954.pdf => issue6151.pdf} | 67 ++--
test/pdfs/issue6541.pdf | 204 +++++++++++
test/pdfs/issue6621.pdf | Bin 0 -> 14521 bytes
test/pdfs/javauninstall-7.pdf.link | 1 -
test/pdfs/javauninstall-7r.pdf | Bin 0 -> 77197 bytes
test/pdfs/pr4897.pdf.link | 1 +
test/pdfs/pr6531_2.pdf | 44 +++
.../{issue5954.pdf => xref_command_missing.pdf} | 64 ++--
test/test.js | 2 +-
test/test_manifest.json | 155 ++++++--
test/unit/api_spec.js | 180 +++++++++-
test/unit/cmap_spec.js | 3 +
test/unit/evaluator_spec.js | 73 +++-
test/unit/unit_test.html | 1 +
test/unit/util_spec.js | 32 +-
test/webserver.js | 68 +++-
web/chromecom.js | 14 +-
web/compatibility.js | 22 +-
web/default_preferences.js | 3 +-
web/pdf_find_bar.js | 24 +-
web/pdf_find_controller.js | 28 +-
web/pdf_history.js | 88 +++--
web/pdf_page_view.js | 82 +++--
web/pdf_thumbnail_view.js | 4 +-
web/pdf_viewer.js | 12 +-
web/text_layer_builder.css | 18 +
web/text_layer_builder.js | 49 ++-
web/ui_utils.js | 67 +++-
web/view_history.js | 9 +-
web/viewer.css | 32 +-
web/viewer.html | 4 +
web/viewer.js | 168 +++++++--
178 files changed, 3134 insertions(+), 1228 deletions(-)
delete mode 100644 test/mozcentral/Makefile.in
delete mode 100644 test/mozcentral/browser.ini
delete mode 100644 test/mozcentral/browser_pdfjs_main.js
delete mode 100644 test/mozcentral/browser_pdfjs_savedialog.js
delete mode 100644 test/mozcentral/browser_pdfjs_views.js
delete mode 100644 test/mozcentral/file_pdfjs_test.pdf
delete mode 100644 test/mozcentral/moz.build
create mode 100644 test/pdfs/High-Pressure-Measurement-WP-001287.pdf.link
create mode 100644 test/pdfs/TrueType_without_cmap.pdf
create mode 100644 test/pdfs/bug1020226.pdf
create mode 100644 test/pdfs/bug1020858.pdf
create mode 100644 test/pdfs/franz_2.pdf
create mode 100644 test/pdfs/issue1045.pdf
delete mode 100644 test/pdfs/issue1293.pdf.link
copy test/pdfs/{issue5954.pdf => issue1293r.pdf} (66%)
delete mode 100644 test/pdfs/issue2128.pdf.link
create mode 100644 test/pdfs/issue2128r.pdf
delete mode 100644 test/pdfs/issue3115.pdf.link
create mode 100644 test/pdfs/issue3115r.pdf.link
delete mode 100644 test/pdfs/issue3879.pdf.link
copy test/pdfs/{issue5954.pdf => issue3879r.pdf} (55%)
create mode 100644 test/pdfs/issue4387.pdf.link
delete mode 100644 test/pdfs/issue4436.pdf.link
copy test/pdfs/{issue5954.pdf => issue4436r.pdf} (61%)
copy test/pdfs/{issue5954.pdf => issue4575.pdf} (65%)
create mode 100644 test/pdfs/issue4665.pdf
create mode 100644 test/pdfs/issue4914.pdf.link
copy test/pdfs/{issue5972.pdf => issue6019.pdf} (73%)
copy test/pdfs/{issue5954.pdf => issue6151.pdf} (51%)
create mode 100644 test/pdfs/issue6541.pdf
create mode 100644 test/pdfs/issue6621.pdf
delete mode 100644 test/pdfs/javauninstall-7.pdf.link
create mode 100644 test/pdfs/javauninstall-7r.pdf
create mode 100644 test/pdfs/pr4897.pdf.link
create mode 100644 test/pdfs/pr6531_2.pdf
copy test/pdfs/{issue5954.pdf => xref_command_missing.pdf} (66%)
--
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