9611 Commits (5855c0a8bead85c93cbaae2108df09bedadb2b41)
 

Author SHA1 Message Date
Yury Delendik 5855c0a8be Allow to convert (some of) ES6 code to ES5. 8 years ago
Yury Delendik 74b31ab18f Merge pull request #8203 from Snuffleupagus/es6-modules-web 8 years ago
Yury Delendik c4c44c1bbe Merge pull request #8240 from Snuffleupagus/api-stopAtErrors 8 years ago
Yury Delendik 46646a9dd1 Merge pull request #8131 from timvandermeij/remove-umd-validation 8 years ago
Yury Delendik b529df4547 Merge pull request #8281 from yurydelendik/v1.8.188 8 years ago
Yury Delendik b939827b4b v1.8.188 8 years ago
Yury Delendik ad1023ff55 Merge pull request #8262 from tcorral/master 8 years ago
Tim van der Meij 32e01cda96 Merge pull request #8228 from timvandermeij/line-annotations 8 years ago
Tim van der Meij e15a2ec523
Annotations: implement support for line annotations 8 years ago
Jonas Jenwald 2274465588 Merge pull request #8275 from Snuffleupagus/telemetry-stub 8 years ago
Georg Fritzsche 4e8cd2b7d3 Rename PdfJsTelemetry-addon.jsm to PdfJsTelemetry-stub.jsm 8 years ago
Yury Delendik 7052316f58 Merge pull request #8273 from Snuffleupagus/issue-8272 8 years ago
Jonas Jenwald 3a302fdb53 Correctly detect if `requestAnimationFrame` is supported in `compatibility.js` (issue 8272) 8 years ago
Jonas Jenwald fbe7b2eee7 Always ignore Type3 glyphs if their `OperatorList`s contain errors, regardless of the value of the `stopAtErrors` option 8 years ago
Jonas Jenwald a39d636eb8 [api-minor] Always allow e.g. rendering to continue even if there are errors, and add a `stopAtErrors` parameter to `getDocument` to opt-out of this behaviour (issue 6342, issue 3795, bug 1130815) 8 years ago
Jonas Jenwald 10e5f766a2 Merge pull request #8266 from brendandahl/issue6652 8 years ago
Brendan Dahl 4969b2ad97 Normalize blend mode names. 8 years ago
TCASAS 010d38a8c0 Fix worker resolution on using minified version 8 years ago
Tim van der Meij 30d63b0c50
Annotations: move container border removal to the display layer 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
Jonas Jenwald 313060aff5 Refactor the `DownloadManager` initialization in `GENERIC`/`CHROME` builds, to avoid issues when converting the code to ES6 modules 8 years ago
Tim van der Meij d6dfc26d4e Merge pull request #8257 from Snuffleupagus/eslint_prefer-promise-reject-errors 8 years ago
Jonas Jenwald f41d80bdd3 Enable the `prefer-promise-reject-errors` ESLint rule 8 years ago
Brendan Dahl 55a853b667 Merge pull request #8244 from Snuffleupagus/issue-8241 8 years ago
Jonas Jenwald c5199d0814 Update l10n files 8 years ago
Yury Delendik 8ff1fbe7f8 Merge pull request #8249 from yurydelendik/v1.8.170 8 years ago
Yury Delendik a0dee94d60 Release 1.8.170 8 years ago
Yury Delendik 3ca67550ef Merge pull request #8248 from yurydelendik/version-1.8 8 years ago
Yury Delendik a7f735dbfa Version 1.8 8 years ago
Jonas Jenwald 9d62ff80ca Actually skip pages included in the `skipPages` array when running tests, rather than creating empty 1x1 canvases (issue 8241) 8 years ago
Jonas Jenwald a662d26814 Merge pull request #8243 from brendandahl/no-skip-glyph0 8 years ago
Brendan Dahl cdc79a4721 Don’t skip glyph 0 in cmap. 8 years ago
Yury Delendik c380d25407 Merge pull request #8239 from georgf/master 8 years ago
Georg Fritzsche 788fe1f810 Stub out Firefox addon Telemetry wrapper 8 years ago
Yury Delendik f9c07fa695 Merge pull request #8235 from Snuffleupagus/issue-7901 8 years ago
Yury Delendik b665b0319a Merge pull request #8222 from tjgrathwell/ios-fake-cancel-animation-frame 8 years ago
Jonas Jenwald d76cfc0610 Disable the `NativeImageDecoder` in the `node/pdf2svg.js` example (issue 7901) 8 years ago
Yury Delendik 31f8875614 Merge pull request #8157 from Snuffleupagus/api-RenderTask-cancel-Error 8 years ago
Yury Delendik a2ddf2f9ca Merge pull request #8218 from amccreight/no-sync 8 years ago
Yury Delendik 12c1679288 Merge pull request #8232 from amccreight/lazy-net-util 8 years ago
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