10264 Commits (f6bebabbcb55a667979c6ef74e7994dc9adc6d47)
 

Author SHA1 Message Date
Tim van der Meij f6bebabbcb Merge pull request #9057 from Snuffleupagus/es6-print-code 8 years ago
Tim van der Meij ef4a13534d Merge pull request #9058 from Snuffleupagus/web-more-let 8 years ago
Jonas Jenwald b0f524e65c Replace a few occurences of `var` with `let` in already ES6 converted web/ files 8 years ago
Jonas Jenwald d14cb5eb27 Use `let`/`const` instead of `var` in the printing code 8 years ago
Tim van der Meij a0ec980e63 Merge pull request #9055 from Snuffleupagus/core-js-Number 8 years ago
Tim van der Meij 32aff7889a Merge pull request #9054 from Snuffleupagus/core-js-Promise 8 years ago
Tim van der Meij a1d61a7502 Merge pull request #9052 from Snuffleupagus/issue-template-extension 8 years ago
Jonas Jenwald dbbb763eaf Replace `Number` polyfills with the ones from core-js 8 years ago
Jonas Jenwald 8684aa0ee5 Replace our `Promise` polyfill with the one from core-js 8 years ago
Jonas Jenwald 40466a85e0 Attempt to clarify the meaning of "extension" in the ISSUE_TEMPLATE 8 years ago
Jonas Jenwald 56c14e27e6 Merge pull request #9044 from brendandahl/plain-text-charstring 8 years ago
Brendan Dahl fcc9943d04 Use charstring as plain text when lengthIV is -1. 8 years ago
Jonas Jenwald 4c384e151e Update l10n files 8 years ago
Tim van der Meij 815bc53a16 Merge pull request #9029 from Snuffleupagus/eslint--report-unused-disable-directives 8 years ago
Tim van der Meij e955168cab Merge pull request #9027 from Snuffleupagus/core-js-WeakMap 8 years ago
Jonas Jenwald 04b46831c1 Enable the `--report-unused-disable-directives` ESLint command line option 8 years ago
Jonas Jenwald 2f32131601 Replace our `WeakMap` polyfill with the one from core-js 8 years ago
Brendan Dahl 5ad945f462 Learning to spell. 8 years ago
Tim van der Meij 853db85b76 Merge pull request #9013 from Snuffleupagus/PDFHistory-nameddest 8 years ago
Jonas Jenwald 33b1d1b20a Fix a `PDFHistory` regression with document hashes of the `nameddest=...` form 8 years ago
Tim van der Meij c80237729c Merge pull request #9009 from Snuffleupagus/issue-5767 8 years ago
Jonas Jenwald b5a044b931 Only warn about unsupported JavaScript, in the viewer, when non-empty actions exist (issue 5767) 8 years ago
Jonas Jenwald ab4d5be192 Merge pull request #9008 from diegocr/patch-1 8 years ago
Diego Casorran 11b1daa72d Mispelled isEvalSupported property at FontFaceObject() creation. 8 years ago
Tim van der Meij 509d3728f1 Merge pull request #8922 from Snuffleupagus/paintXObject-errors 8 years ago
Tim van der Meij bbec2ed1f1 Merge pull request #9001 from Snuffleupagus/AnnotationLayerBuilder-cancel 8 years ago
Jonas Jenwald ee5862bd81 Prevent the `annotationLayer` from, in some cases, becoming duplicated on the first page when the document loads 8 years ago
Brendan Dahl ec46967360 Merge pull request #9002 from mozilla/revert-8971-close-handler 8 years ago
Yury Delendik fab59e0f91 Revert "Closes all promises/streams when handler is destroyed." 8 years ago
Tim van der Meij 460c4e38cc Merge pull request #8994 from Snuffleupagus/PDFHistory-forward 8 years ago
Jonas Jenwald e3873b29fd Merge pull request #8990 from pixelexel/fix-#8951 8 years ago
Brendan Dahl bc396efb54 Reccomend attaching pdfs instead of links. 8 years ago
pixel 484ec3d09c Added component example for single page viewer 8 years ago
Jonas Jenwald e772124339 Fix a regression that (effectively) makes `PDFHistory.forward` a no-op 8 years ago
Jonas Jenwald 04d4faefc4 Remove the `this._currentUid` property from `PDFHistory`, since it's no longer needed 8 years ago
Tim van der Meij e279d37181 Merge pull request #8980 from LukasDrgon/patch-1 8 years ago
Lukas Drgon c2f1ff48d5 Add CDN link 8 years ago
Tim van der Meij ef02d3d8da Merge pull request #8983 from Snuffleupagus/rm-unused 8 years ago
Jonas Jenwald 5b67c7594c Remove the unused `Util.sign` function from `src/shared/util.js` 8 years ago
Jonas Jenwald 65352c730f Remove the unused `isWorker` property from `src/display/global.js` 8 years ago
Tim van der Meij 50b1a91c02 Merge pull request #8981 from timvandermeij/translations 8 years ago
Tim van der Meij 9a1f8b864e
Update translations 8 years ago
Tim van der Meij 9742e58275 Merge pull request #8977 from timvandermeij/updates 8 years ago
Jonas Jenwald f9ce904fb7 Merge pull request #8979 from timvandermeij/downloads 8 years ago
Tim van der Meij f73c9b75d9
Transform Web Archive URLs to avoid downloading an HTML page instead of the PDF file 8 years ago
Tim van der Meij 0733b54e10
Update all packages to the most recent version 8 years ago
Brendan Dahl d03e127434 Merge pull request #8971 from yurydelendik/close-handler 8 years ago
Tim van der Meij 3717757b39 Merge pull request #8976 from Snuffleupagus/webpack-simpler-node-polyfills-disable 8 years ago
Jonas Jenwald 1a3c6f7d9a Simplify the disabling of Node polyfills, in `gulpfile.js`, since we're now using Webpack 3.x 8 years ago
Jonas Jenwald b1472cddbb Allow `getOperatorList`/`getTextContent` to skip errors when parsing broken XObjects (issue 8702, issue 8704) 8 years ago