fune/toolkit/components/pdfjs
2023-09-01 20:59:31 +00:00
..
content Bug 1851224 - Update PDF.js to 87ea2ed4e2b63b2a610ee25dc0222551d7df0154 r=calixte 2023-09-01 20:59:31 +00:00
test Bug 1838799 - Update PDF.js to new version 46b8f9e2f29bd6a3afca6f644bbba9016e5f2c27 r=pdfjs-reviewers,marco 2023-06-16 20:15:43 +00:00
chrome.manifest
components.conf
jar.mn Bug 1838883 - Correctly bundle the PDF Viewer findbar icons. r=pdfjs-reviewers,calixte 2023-06-16 16:56:13 +00:00
LICENSE
metrics.yaml Bug 1842145 - Add some telemetry for the new image editor r=pdfjs-reviewers,marco 2023-07-11 08:18:08 +00:00
moz.build
moz.yaml Bug 1851224 - Update PDF.js to 87ea2ed4e2b63b2a610ee25dc0222551d7df0154 r=calixte 2023-09-01 20:59:31 +00:00
pdfjs.sys.mjs
README.mozilla
update.sh

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.