10181 Commits (ed8c0ebfa75bf39d9e8b350b7c0168c9e84d19f9)
 

Author SHA1 Message Date
Jonas Jenwald 41415ba0a2 Correctly validate the response status for non-HTTP fetch requests (PR 8768 follow-up) 8 years ago
Jonas Jenwald cd25a51abe Update l10n files 8 years ago
Tim van der Meij 1c9af00bee Merge pull request #8775 from Snuffleupagus/rewrite-PDFHistory-2 8 years ago
Tim van der Meij 336d26dd13 Merge pull request #8864 from Snuffleupagus/rm-isArray 8 years ago
Jonas Jenwald cfb4955a92 Replace the `isArray` helper function with the native `Array.isArray` function 8 years ago
Jonas Jenwald 22ade754cc Merge pull request #8862 from Snuffleupagus/rm-isInt 8 years ago
Jonas Jenwald 11408da340 Replace the `isInt` helper function with the native `Number.isInteger` function 8 years ago
Jonas Jenwald 066fea9c8b Merge pull request #8859 from yurydelendik/issue-8858 8 years ago
Yury Delendik 47c28643d6 Revert PDFPageView.pdfPage reset. 8 years ago
Tim van der Meij d332f62d60 Merge pull request #8857 from Snuffleupagus/fetchUncompressed-type-checks 8 years ago
Tim van der Meij 51be27853f Merge pull request #8847 from Snuffleupagus/AnnotationElement-isRenderable-regression 8 years ago
Jonas Jenwald 772a5412a4 Avoid some redundant type checks in `XRef.fetchUncompressed` 8 years ago
Yury Delendik 47789b51c3 Merge pull request #8855 from Rob--W/fetch-withCredentials-fix-default 8 years ago
Rob Wu 73273ccbe9 Add test for withCredentials option 8 years ago
Rob Wu 0430e99d16 Merge pull request #8848 from Snuffleupagus/fetch-credentials 8 years ago
Jonas Jenwald 84fe442b35 Correctly set the `credentials` of a fetch request, when the `withCredentials` parameter was passed to `getDocument` 8 years ago
Jonas Jenwald 87fc9bafea Correct the default value for `isRenderable` in the `AnnotationElement` constructor, to fix breaking errors when rendering unsupported annotations 8 years ago
Tim van der Meij a4cc85fc5f Merge pull request #8828 from timvandermeij/es6-annotations 8 years ago
Jonas Jenwald 0ac1fba2f9 Prevent `PDFHistory._tryPushCurrentPosition()` from effectively becoming a no-op if the document hash contains an invalid/non-existent destination 8 years ago
Jonas Jenwald 0d58bb5512 Temporarily add the current position to the browser history when the viewer is idle 8 years ago
Jonas Jenwald 133d06e9a4 Re-write `PDFHistory` from scratch 8 years ago
Jonas Jenwald 388851e37b Add a `isDestsEqual` helper function, to allow comparing explicit destinations, in `pdf_history.js` 8 years ago
Jonas Jenwald 0c4985546a Add a `waitOnEventOrTimeout` helper function that allows waiting for an event or a timeout, whichever occurs first 8 years ago
Jonas Jenwald 28ce3b6185 Rip out the current implementation of `PDFHistory` 8 years ago
Yury Delendik 2656825432 Merge pull request #8845 from yurydelendik/fix-autofetch 8 years ago
Yury Delendik bad3203fda Merge pull request #8768 from mukulmishra18/fetch_stream 8 years ago
Yury Delendik cd95b426c7 Disables fetch when ReadableStream is not available. 8 years ago
Yury Delendik 3cff7da0e7 Fixes fetch and node behavior when disableAutoFetch adn disableStream is used. 8 years ago
Mukul Mishra 3516a59384 Adds fetch stream logic for networking part of PDF.js 8 years ago
Tim van der Meij d734b3d1d6 Merge pull request #8835 from Snuffleupagus/viewer-firefox-error-message 8 years ago
Jonas Jenwald b7fcaff07c Update l10n files 8 years ago
Jonas Jenwald 028d7c0950 Ensure that `PDFViewerApplication.error` outputs proper messages in FIREFOX/MOZCENTRAL builds 8 years ago
Tim van der Meij f54dfc63dc Merge pull request #8831 from Snuffleupagus/uglify-es 8 years ago
Tim van der Meij 7c7ba9a2ad Merge pull request #8829 from Snuffleupagus/issue-8823 8 years ago
Jonas Jenwald 70e80322da Update the `gulp minified` command to use uglify-es 8 years ago
Jonas Jenwald 49b8cd5a6a Attempt to improve the `EI` detection heuristics, for inline images, in streams containing `NUL` bytes (issue 8823) 8 years ago
Tim van der Meij 7787987a4b
Update `webpack` and `webpack-stream` to the latest version 8 years ago
Tim van der Meij 2512eccbf0
Implement `getOperatorList` method in the `WidgetAnnotation` class to 8 years ago
Tim van der Meij 4f02857394
Let the two annotation factories use static methods 8 years ago
Tim van der Meij af10f8b586
Convert `src/display/annotation_layer.js` to ES6 syntax 8 years ago
Tim van der Meij 24d741d045
Convert `src/core/annotation.js` to ES6 syntax 8 years ago
Rob Wu 7cc7260634 Merge pull request #8796 from timvandermeij/svg-text-rise 8 years ago
Rob Wu a0eed974a3 Merge pull request #8825 from Snuffleupagus/simpleDest-dictionary 8 years ago
Jonas Jenwald 42f2d36d1f Account for broken outlines/annotations, where the destination dictionary contains an invalid `/Dest` entry 8 years ago
Tim van der Meij bd85bda0a6 Merge pull request #8826 from Snuffleupagus/eslint_for-direction 8 years ago
Jonas Jenwald 0e2618fdbc Enable the `for-direction` ESLint rule 8 years ago
Tim van der Meij 798e46da97 Merge pull request #8821 from Snuffleupagus/issue-8798-reduced-test 8 years ago
Tim van der Meij 26c4536964 Merge pull request #8820 from Snuffleupagus/viewer-open-rm-scale 8 years ago
Tim van der Meij d368a5baed Merge pull request #8817 from mukulmishra18/intermittent-error 8 years ago
Tim van der Meij 5f372cdae3 Merge pull request #8819 from Snuffleupagus/getting_started-rm-compatibility 8 years ago