gecko-dev/toolkit/components/pdfjs
Calixte c41a5c693c Bug 1794372 - Update pdf.js to new version 348665934e195a7d7af7f09ecfe26cbc7f2f9751 r=pdfjs-reviewers,marco
Differential Revision: https://phabricator.services.mozilla.com/D158934
2022-10-10 19:56:39 +00:00
..
content Bug 1794372 - Update pdf.js to new version 348665934e195a7d7af7f09ecfe26cbc7f2f9751 r=pdfjs-reviewers,marco 2022-10-10 19:56:39 +00:00
test Bug 1790576 - In the pdf viewer, allow to switch to presentation mode in using the keyboard without a transient activation r=edgar,pdfjs-reviewers,marco 2022-09-13 12:37:56 +00:00
LICENSE
README.mozilla Bug 1783724: Fix nits in PDF.js's update script r=Snuffleupagus 2022-08-15 18:36:09 +00:00
chrome.manifest
components.conf
jar.mn
metrics.yaml Bug 1789883 - Add telemetry to know often users click in the secondary toolbar r=TravisLong,pdfjs-reviewers,marco 2022-09-12 17:33:27 +00:00
moz.build
moz.yaml Bug 1794372 - Update pdf.js to new version 348665934e195a7d7af7f09ecfe26cbc7f2f9751 r=pdfjs-reviewers,marco 2022-10-10 19:56:39 +00:00
pdfjs.js Bug 1667455 - Part 5: Stop importing Services.jsm from chrome-priv JS code, top-level single-line cases. r=kmag,webdriver-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,extension-reviewers,application-update-reviewers,pip-reviewers,twisniewski,m_kato,jdescottes,mconley,AlexandruIonescu,mossop 2022-07-11 12:41:50 +00:00
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

README.mozilla

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.