summaryrefslogtreecommitdiffstats
path: root/toolkit/components/pdfjs/README.mozilla
blob: e34cf727d8555f893104c84463aa464719b00b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.