fune/toolkit/components/pdfjs
Erik Nordin 57d4903df0 Bug 1875090 - Rename ContentTaskUtils.is_visible() to isVisible() r=Gijs,settings-reviewers,pip-reviewers,credential-management-reviewers,sgalich
Renames all instances of the snake_case identifier to
camelCase to match more closely to idiomatic JavaScript
and to existing conventions throughout the code base.

Differential Revision: https://phabricator.services.mozilla.com/D198831
2024-01-19 02:15:34 +00:00
..
content Bug 1875053 - Update PDF.js to a22b5a4f02d046b5113630b1c333281841cbe309 r=calixte 2024-01-17 16:00:59 +00:00
test Bug 1875090 - Rename ContentTaskUtils.is_visible() to isVisible() r=Gijs,settings-reviewers,pip-reviewers,credential-management-reviewers,sgalich 2024-01-19 02:15:34 +00:00
chrome.manifest
components.conf
jar.mn Bug 1864356 - Update PDF.js to 78841199750f50cd94033850bdd53910a11133b9 r=pdfjs-reviewers,marco 2023-11-13 13:29:30 +00:00
LICENSE
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 1875053 - Update PDF.js to a22b5a4f02d046b5113630b1c333281841cbe309 r=calixte 2024-01-17 16:00:59 +00:00
pdfjs.sys.mjs
README.mozilla
update.sh Bug 1858715 - Use Fluent for the pdf.js localization r=pdfjs-reviewers,flod,marco 2023-10-24 07:29:34 +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.