fune/toolkit/components/pdfjs
2023-03-28 09:18:58 +00:00
..
content Bug 1824610 - EMSification of pdf.js r=Standard8,pdfjs-reviewers,geckoview-reviewers,marco,m_kato 2023-03-28 09:18:58 +00:00
test Bug 1824610 - EMSification of pdf.js r=Standard8,pdfjs-reviewers,geckoview-reviewers,marco,m_kato 2023-03-28 09:18:58 +00:00
chrome.manifest
components.conf Bug 1824610 - EMSification of pdf.js r=Standard8,pdfjs-reviewers,geckoview-reviewers,marco,m_kato 2023-03-28 09:18:58 +00:00
jar.mn Bug 1824610 - EMSification of pdf.js r=Standard8,pdfjs-reviewers,geckoview-reviewers,marco,m_kato 2023-03-28 09:18:58 +00:00
LICENSE
metrics.yaml Bug 1817107 - Update lifetime of some pdf.js metrics r=marco 2023-02-24 17:08:59 +00:00
moz.build Bug 1824610 - EMSification of pdf.js r=Standard8,pdfjs-reviewers,geckoview-reviewers,marco,m_kato 2023-03-28 09:18:58 +00:00
moz.yaml Bug 1823649 - Update PDF.js to b1e0253f29176751c9762f88b5b9765fcf9fc07c r=calixte 2023-03-22 09:21:45 +00:00
pdfjs.sys.mjs Bug 1824610 - EMSification of pdf.js r=Standard8,pdfjs-reviewers,geckoview-reviewers,marco,m_kato 2023-03-28 09:18:58 +00:00
README.mozilla
update.sh Bug 1788284: Add node 16 to the updatebot docker image and fix pdfjs' npm invocations r=calixte 2022-09-01 13:49:15 +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.