gecko-dev/toolkit/components/pdfjs
Natalia Csoregi e87ecf485e Backed out 3 changesets (bug 1834222, bug 1834176) for causing RemoteProcessMonitor failures. CLOSED TREE
Backed out changeset 346d3a1568dd (bug 1834222)
Backed out changeset ea1d8b634bfc (bug 1834176)
Backed out changeset 74d1880272d3 (bug 1834176)
2023-05-24 04:29:45 +03:00
..
content Backed out 3 changesets (bug 1834222, bug 1834176) for causing RemoteProcessMonitor failures. CLOSED TREE 2023-05-24 04:29:45 +03:00
test Bug 1826062 - Automatic fixes for upgrading Prettier to 2.8.8. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,calu 2023-05-20 12:26:53 +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 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 1832018 - Update PDF.js to new version a24e11a91cb289dded4241fba6818d9cf1bfb100 r=pdfjs-reviewers,marco 2023-05-09 12:19:33 +00:00
metrics.yaml Bug 1829216 - Add some specific telemetry for pdf.js in GeckoView r=pdfjs-reviewers,marco 2023-05-22 17:56:21 +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 1834058 - Update PDF.js to 38287d943532eee939ceffbe6861163f93805ca7 r=marco,pdfjs-reviewers 2023-05-19 15:36:43 +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 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

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.