fune/toolkit/components/pdfjs
2023-04-24 17:42:33 +00:00
..
content Bug 1829638 - Update PDF.js to new version 1b79b0cd210e38aab6e3420de5fe862a1c7f56c7 r=pdfjs-reviewers,Snuffleupagus 2023-04-24 17:42:33 +00:00
test Bug 1827963 - Enable the download button in pdf.js only on nightly in GeckoView r=geckoview-reviewers,amejiamarmol 2023-04-14 14:46:01 +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 1829638 - Update PDF.js to new version 1b79b0cd210e38aab6e3420de5fe862a1c7f56c7 r=pdfjs-reviewers,Snuffleupagus 2023-04-24 17:42:33 +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 1829638 - Update PDF.js to new version 1b79b0cd210e38aab6e3420de5fe862a1c7f56c7 r=pdfjs-reviewers,Snuffleupagus 2023-04-24 17:42:33 +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 1828062 - ./mach vendor was missing changes in PdfJsDefaultPreferences.sys.mjs after having renamed jsm into sys.mjs r=pdfjs-reviewers,robwu 2023-04-14 12:59:40 +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.