9556 Commits (07f7c97b2b10bc56ebf2d3bbfa45802ed5257f2d)
 

Author SHA1 Message Date
Tim van der Meij 07f7c97b2b Merge pull request #8202 from Snuffleupagus/eslint-basic-es6-rules 8 years ago
Jonas Jenwald 892fd84eb8 Add a couple of basic ES6 rules to the ESLint config 8 years ago
Jonas Jenwald ede4d3c7c5 Merge pull request #8190 from Snuffleupagus/issue-8182 8 years ago
Jonas Jenwald 62eee8c782 Try harder to find the next valid JPEG marker when decoding Scan data (issue 8182, issue 8189) 8 years ago
Yury Delendik cd5acf501e Merge pull request #8195 from yurydelendik/babel 8 years ago
Yury Delendik 25873e92f0 Enable babel translation to enable ES module support. 8 years ago
Tim van der Meij 0423bb69e9 Merge pull request #8198 from timvandermeij/pdf-to-png 8 years ago
Mukul Mishra f885e98d20
Example for converting PDF to PNG using the Node canvas library 8 years ago
Tim van der Meij b6bf1a3eb8 Merge pull request #8196 from Snuffleupagus/evaluator-rm-redundant-xref 8 years ago
Jonas Jenwald e229c21ce1 Remove unnecessary `xref` parameters from various method signatures in `PartialEvaluator`, since `this.xref` is already available in the relevant scope 8 years ago
Jonas Jenwald e40fd63bd3 In `src/core/evaluator.js`, convert a couple of `if (!someVariable) { error(...); }` instances to `assert(someVariable);` instead 8 years ago
Yury Delendik b7ba44b530 Merge pull request #8194 from Snuffleupagus/getTextContent-use-proper-handler 8 years ago
Jonas Jenwald 5c0c122a7d Ensure that the `XMLHttpRequest` is `open`ed before attempting to set the `responseType` in the `DOMCMapReaderFactory`, since IE fails otherwise (issue 8193) 8 years ago
Jonas Jenwald 3705e5e459 Use a proper `MessageHandler` for `PartialEvaluator.getTextContent` to avoid errors for fonts relying on built-in CMap files (PR 8064 follow-up) 8 years ago
Yury Delendik 68f2bf3bec Update worker-loader dependency 8 years ago
Jonas Jenwald 02370f952a Merge pull request #8184 from Rob--W/rethrow-missing-data-if-needed 8 years ago
Rob Wu 49af56f730 Rethrow MissingDataException when needed 8 years ago
Rob Wu 086021b21e Merge pull request #8183 from Snuffleupagus/documentInfo-MissingDataException 8 years ago
Jonas Jenwald 8527d27eae Ensure that `PDFDocument.documentInfo` doesn't fail during document load, when the entire XRef table hasn't been fetched yet (issue 8180) 8 years ago
Jonas Jenwald e2e13df4a5 Merge pull request #8164 from Snuffleupagus/issue-7828 8 years ago
Jonas Jenwald cfc45e556c Merge pull request #8170 from Snuffleupagus/issue-8169 8 years ago
Jonas Jenwald d6d0f778aa Don't read past the EOI marker for JPEG images with non-default restart interval (issue 7828) 8 years ago
Jonas Jenwald be1a6f294f Try to recover when encountering JPEG markers with too short marker lengths (issue 8169) 8 years ago
Yury Delendik b2ed788ea3 Merge pull request #8172 from Snuffleupagus/bug-1345294 8 years ago
Jonas Jenwald ebae24cacc Upstream the changes from bug 1345294 - nsIPrefBranch should have methods to get/set unicode strings 8 years ago
Tim van der Meij 3ff872b796 Merge pull request #8174 from Snuffleupagus/eslint-yoda-follow-up 8 years ago
Jonas Jenwald da326a3137 Update l10n files 8 years ago
Jonas Jenwald a7c19d9cbb Adjust the `yoda` ESLint rule to apply to inequalities as well 8 years ago
Tim van der Meij f0c45f0336 Merge pull request #8168 from Snuffleupagus/issue-8117 8 years ago
Jonas Jenwald 098a56270d Normalize the `BBox` entry in Tiling Pattern dictionaries (issue 8117) 8 years ago
Yury Delendik 2b17188998 Merge pull request #8154 from mysterlune/pdfjslib_req_vs_window 8 years ago
Tim van der Meij 14b91a479e Merge pull request #8156 from Snuffleupagus/findbar-missing-titles 8 years ago
Jonas Jenwald fa341169a2 Add (and adjust) a couple of findbar `title` attributes, in `viewer.html`, that doesn't agree with the `l10n/en-US/viewer.properties` file 8 years ago
River Lune 3aeef8402b Changing the order of logical conditions to prefer 'window' in the case where webpack is not used. 8 years ago
Jonas Jenwald 224613a511 Merge pull request #8135 from jasonjensen/issue8097 8 years ago
Tim van der Meij d471e3568d Merge pull request #8151 from Snuffleupagus/rm-toolbarButton-group-CSS 8 years ago
Jonas Jenwald 8f96909e97 Remove unnecessary `.toolbarButton.group` CSS class 8 years ago
Tim van der Meij fc5810c97a Merge pull request #8144 from timvandermeij/issue-8143 8 years ago
Tim van der Meij 936d3c0698
Widget annotations: do not crash if `Parent` is not a dictionary 8 years ago
Tim van der Meij 6908f1491d Merge pull request #8132 from timvandermeij/findbar-responsiveness 8 years ago
Jonas Jenwald b151666c53
Viewer: consistently wrap find bar elements for small screen sizes 8 years ago
Tim van der Meij 87a30a7ee1
Viewer: enable find functionality for small devices 8 years ago
Jonas Jenwald c79e5b3f17
Viewer: replace find label with placeholder/tooltip 8 years ago
Tim van der Meij a544a3b4a4 Merge pull request #8138 from Snuffleupagus/bug-1345253 8 years ago
Jonas Jenwald 468ed1b9a1 Ensure that the `outlineWithDeepNesting` CSS class is removed when resetting `PDFOutlineViewer`, to prevent incorrect alignment if a new document is opened 8 years ago
Jonas Jenwald e07cb8638e Get rid of `element.removeChild(element.firstChild)` usage (bug 1345253) 8 years ago
Jason O. Jensen d230784ac3 Handle cff fonts with erroneous stackSize 8 years ago
Tim van der Meij 754c4bd0ab Merge pull request #8130 from Snuffleupagus/gulp-lib-rm-web-compatibility 8 years ago
Jonas Jenwald af44ef15f7 Don't include `web/compatibility.js` in the output for `gulp lib` (PR 8120 follow-up) 8 years ago
Tim van der Meij 4e3e97be8e Merge pull request #8129 from Snuffleupagus/getInheritedPageProp-undefined 8 years ago