20 Commits (9a1f8b864ec7cc92e822e9aa75d77e59090df584)

Author SHA1 Message Date
Jonas Jenwald 614e8cf295 Change `var` to `let`, and use object destructuring, in a couple of previously class converted `web/*.js` files 8 years ago
Yury Delendik 5438ce9b98 Wraps mozL10n to async calls; splits firefox and generic l10n libs. 8 years ago
Yury Delendik 66c8893815 Removes last UMDs from the modules. 8 years ago
Tim van der Meij e7a04fc82d
Convert the overlay manager to ES6 syntax 8 years ago
Tim van der Meij dfd338a399
Remove the password prompt input type hack 8 years ago
Tim van der Meij e3796f6f41
Convert the password prompt to ES6 syntax 8 years ago
Yury Delendik 8e681ce3e2 Change amd to cjs path in ES6 modules 8 years ago
Jonas Jenwald b2c3f8f081 Convert a number of `import * as pdfjsLib from 'pdfjs-web/pdfjs';` cases to only specify the necessary imports 8 years ago
Jonas Jenwald 3b35c15d42 Convert the files in the `/web` folder to ES6 modules 8 years ago
Yury Delendik b6c74f2056 Moves all document.getElementById lookups into viewer.js 9 years ago
Tim van der Meij 2b7137ba0a Convert the password prompt to a class 9 years ago
Yury Delendik 4165cedc9f Replace pdfjsLib with module that represents pdf.js. 9 years ago
Yury Delendik 006e8fb59d Introduces UMD headers to the web/ folder. 9 years ago
Yury Delendik 1e3e14e6b2 Exposes all functional members via lib exports and use them in viewer. 9 years ago
Jonas Jenwald 4b94416277 Set type="password" for the `PasswordPrompt` input dynamically, to prevent unnecessary warnings in Firefox for http:// documents (issue 6898) 9 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Jonas Jenwald 5cd6dddeee Convert the existing overlays to use the OverlayManager 11 years ago
Tim van der Meij c952b6fb85 Miscellaneous improvements for the document properties dialog 11 years ago
Tim van der Meij 5f7ded4ff6 Document properties 11 years ago
Tim van der Meij 63233fa8c2 Improved password prompt 12 years ago