fune/toolkit/components/pdfjs
2023-12-12 18:37:13 +00:00
..
content Bug 1869448 - Update PDF.js to 76e3e5202195503b414aa0070fc2e3a2fa19706c r=pdfjs-reviewers,Snuffleupagus 2023-12-12 18:37:13 +00:00
test Bug 1863088 - Fix timeout in test_pdf_file_in_iframe.html in M-xorig r=owlish 2023-11-13 18:39:06 +00:00
chrome.manifest
components.conf
jar.mn Bug 1864356 - Update PDF.js to 78841199750f50cd94033850bdd53910a11133b9 r=pdfjs-reviewers,marco 2023-11-13 13:29:30 +00:00
LICENSE
metrics.yaml Bug 1860732 - Fix label name in pdf.js telemetry r=pdfjs-reviewers,marco 2023-10-24 16:35:56 +00:00
moz.build
moz.yaml Bug 1869448 - Update PDF.js to 76e3e5202195503b414aa0070fc2e3a2fa19706c r=pdfjs-reviewers,Snuffleupagus 2023-12-12 18:37:13 +00:00
pdfjs.sys.mjs
README.mozilla
update.sh Bug 1858715 - Use Fluent for the pdf.js localization r=pdfjs-reviewers,flod,marco 2023-10-24 07:29:34 +00:00

This is the PDF.js project output, https://github.com/mozilla/pdf.js

The current upstream commit is documented in the revision field in moz.yaml

To update PDF.js locally, run
	./mach vendor toolkit/components/pdfjs/moz.yaml
 
To avoid cloning PDF.js locally for every invocation of that command, you can
point ./mach vendor at a local repo by setting the PDFJS_CHECKOUT env var.
The update process will perform a git fetch and checkout the latest version to
update to, so any uncommited local changes will cause the update script to break.