fune/toolkit/components/pdfjs
2023-04-11 21:50:49 +00:00
..
content Bug 1823164 - Add an event GeckoView:SavePdf in order to be able save a pdf from the pdf.js UI r=geckoview-reviewers,pdfjs-reviewers,marco,m_kato 2023-04-11 21:50:49 +00:00
test Bug 1824610 - EMSification of pdf.js r=Standard8,pdfjs-reviewers,geckoview-reviewers,marco,m_kato 2023-03-28 09:18:58 +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 1823164 - Add an event GeckoView:SavePdf in order to be able save a pdf from the pdf.js UI r=geckoview-reviewers,pdfjs-reviewers,marco,m_kato 2023-04-11 21:50:49 +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 1827374 - Update PDF.js to new version a43151103efbc96c98a9cda62bf9a51e8d9f0337 r=pdfjs-reviewers,marco 2023-04-11 11:58:48 +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

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.