9720 Commits (c9d3c20e2c03cf28a182cf04e2151c21dd7358e1)
 

Author SHA1 Message Date
Andrew McCreight 071951d787 Lazily load NetUtil.jsm in PdfStreamConverter.jsm. 8 years ago
Travis Grathwell bd70a73d43 ios: Patch cancelAnimationFrame whenever fakeRequestAnimationFrame is used 8 years ago
Andrew McCreight 740e1ab450 Skip PdfJs.enabled check in bootstrap-enabled. 8 years ago
Andrew McCreight d804881151 Split bootstrap script. 8 years ago
Tim van der Meij 57d9a64c14 Merge pull request #8210 from Snuffleupagus/issue-8209 8 years ago
Tim van der Meij 8cee63df5d Merge pull request #8205 from Snuffleupagus/built-in-CMap-errors 8 years ago
Brendan Dahl 72eeb1ccb3 Merge pull request #8207 from Snuffleupagus/cache-getPageDict 8 years ago
Jonas Jenwald 437104969d Improve the error handling when loading of built-in CMap files fail (PR 8064 follow-up) 8 years ago
Jonas Jenwald d98a6319ec Refactor removing of the `zoomLayer` into a helper method, and use that in `PDFPageView.reset` to ensure that the entire `zoomLayer` is actually removed (issue 8209) 8 years ago
Jonas Jenwald 61ee0de29f Use a simple `RefSetCache` to significantly improve the performance of `Catalog.getPageDict` for certain long documents (PR 8105 follow-up) 8 years ago
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
Jonas Jenwald e6db75b2ef Use the `DOMCanvasFactory` in the API unit-tests 8 years ago
Jonas Jenwald d37d271afa [api-minor] Reject the `RenderTask` with an actual `Error`, instead of just a `string`, when rendering is cancelled 8 years ago
Jonas Jenwald 6d672c4ba6 [api-minor] Add a `pdfjsNext` parameter, and `PDFJS_NEXT` build flag, to allow backwards incompatible API changes 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