fune/toolkit/components/pdfjs
2023-01-23 18:09:03 +00:00
..
content Bug 1811796 - Automatically replace Cu.reportError with console.error (most of toolkit). r=mossop,credential-management-reviewers,dimi 2023-01-23 18:09:03 +00:00
test Bug 1810995 - update BrowserTestUtils.loadURI consumers to use loadURIString (automated) - toolkit/ - r=Standard8,nchevobbe 2023-01-19 20:16:41 +00:00
chrome.manifest
components.conf
jar.mn Bug 1809042 - Update pdf.js to new version fcaeb5db88658efec7b42b77be5fa6945a18eb0a r=pdfjs-reviewers,marco 2023-01-07 21:12:09 +00:00
LICENSE
metrics.yaml Bug 1802468 - Remove expired telemetry probes related to pdf.js r=chutten,pdfjs-reviewers,marco 2022-11-28 14:57:09 +00:00
moz.build Bug 1754499 - Add pdf.js in GeckoView r=geckoview-reviewers,pdfjs-reviewers,marco,m_kato 2022-11-24 13:36:17 +00:00
moz.yaml Bug 1811712 - Update PDF.js to edfdb693e5b11057252f8cef9388d063678d95cd r=calixte 2023-01-22 14:52:20 +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
README.mozilla Bug 1783724: Fix nits in PDF.js's update script r=Snuffleupagus 2022-08-15 18:36:09 +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

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.