gecko-dev/toolkit/components/pdfjs
Calixte 684009c1e2 Bug 1873476 - Update PDF.js to new version 903af4ee0009afbb5e42f5866b966fdefe4185b7 r=pdfjs-reviewers,marco
Differential Revision: https://phabricator.services.mozilla.com/D197934
2024-01-10 12:26:46 +00:00
..
content Bug 1873476 - Update PDF.js to new version 903af4ee0009afbb5e42f5866b966fdefe4185b7 r=pdfjs-reviewers,marco 2024-01-10 12:26:46 +00:00
test Bug 1863088 - Fix timeout in test_pdf_file_in_iframe.html in M-xorig r=owlish 2023-11-13 18:39:06 +00:00
LICENSE
README.mozilla
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 1864356 - Update PDF.js to 78841199750f50cd94033850bdd53910a11133b9 r=pdfjs-reviewers,marco 2023-11-13 13:29:30 +00:00
metrics.yaml Bug 1860732 - Fix label name in pdf.js telemetry r=pdfjs-reviewers,marco 2023-10-24 16:35:56 +00:00
moz.build Bug 1855300 - convert .ini manifests to .toml: batch 11 remaining **/mochitest.ini r=jmaher,geckoview-reviewers,extension-reviewers,valentin,credential-management-reviewers,cookie-reviewers,sgalich,m_kato,robwu 2023-10-13 02:32:24 +00:00
moz.yaml Bug 1873476 - Update PDF.js to new version 903af4ee0009afbb5e42f5866b966fdefe4185b7 r=pdfjs-reviewers,marco 2024-01-10 12:26:46 +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
update.sh Bug 1858715 - Use Fluent for the pdf.js localization r=pdfjs-reviewers,flod,marco 2023-10-24 07:29:34 +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.