10280 Commits (8f9d5488743bf78a092c5cad5b50515c79f67778)
 

Author SHA1 Message Date
Jonas Jenwald 4660cf8238 Prevent an infinite loop in `XRef.readXRef` by keeping track of already parsed tables (bug 1393476) 8 years ago
Yury Delendik f1819f4d36 Merge pull request #8822 from yurydelendik/disable-fs-in-dist 8 years ago
Yury Delendik e82811adb4 Merge pull request #8712 from mukulmishra18/node_stream 8 years ago
Yury Delendik 4e6ae18f19 Disable node libs in pdfjs-dist package.json 8 years ago
Jonas Jenwald 4891b9c7e0 Replace the test-case for issue 8798 with a reduced one (PR 8800 follow-up) 8 years ago
Jonas Jenwald 870a8f6c35 Remove the ability to pass a `scale` parameter in the (optional) `args` object parameter of `PDFViewerApplication.open(file, args)` 8 years ago
Jonas Jenwald b048b65e7b Remove any mention of `compatibility.js` from the "Getting Started" docs (issue 8818) 8 years ago
Mukul Mishra efad0c7a40 Set this.isCancelled in close method of streamSink. 8 years ago
Mukul Mishra d16709f5e4 Adds tests for node_stream 8 years ago
Tim van der Meij e9ba54940d Merge pull request #8800 from Snuffleupagus/issue-8798 8 years ago
Brendan Dahl 23a4174163 Merge pull request #8810 from squarewave/master 8 years ago
Jonas Jenwald 6433fc8644 Merge pull request #8813 from yurydelendik/loopback-isarray 8 years ago
Yury Delendik 438c0b28f2 Use Array.isArray in the LoopbackPort. 8 years ago
Mukul Mishra 18ede8c65d Adds http support to node_stream logic 8 years ago
Mukul Mishra ed78b23ff2 Adds node.js logic for networking tasks for PDF.js 8 years ago
Jonas Jenwald cb10c03d0a Merge pull request #8812 from yurydelendik/central-global 8 years ago
Yury Delendik 57bc3296f4 Moves global scope out of shared/util. 8 years ago
Tim van der Meij cfc052a515
Implement text rise for the SVG back-end 8 years ago
Tim van der Meij 07f64e064d Merge pull request #8807 from Snuffleupagus/PDFViewer-scrollPageIntoView-rm-fallback-args 8 years ago
Jonas Jenwald ca936ee0c7 Merge pull request #8491 from janpe2/jbig2Halftone-2 8 years ago
Doug Thayer 0f9f0f8a9b Cache PdfJs's enabled setting for delayed init 8 years ago
Jonas Jenwald c523948cc7 Remove handling of fallback arguments from `PDFViewer.scrollPageIntoView` 8 years ago
Jonas Jenwald cb55506b95 Try to recover if we reach the end of the stream when searching for the `EI` marker of an inline image (issue 8798) 8 years ago
Tim van der Meij 81172b571f Merge pull request #8781 from Rob--W/systemjs-__non_webpack_require__ 8 years ago
Tim van der Meij 7e4c69eccf Merge pull request #8557 from Rob--W/svg-oom-streaming 8 years ago
Tim van der Meij 7969802739 Merge pull request #8794 from Snuffleupagus/ViewHistory-rm-migration-code 8 years ago
Jonas Jenwald 81b4761e6e Remove the migration code for old localStorage data in `ViewHistory` 8 years ago
Jonas Jenwald 9b26bec1d7 Merge pull request #8792 from Snuffleupagus/issue-8790 8 years ago
Jonas Jenwald 18902ec414 Add the `ttest` npm package to the devDependencies in package.json 8 years ago
Jonas Jenwald 2112999db7 Fix caching of small inline images in `Parser.makeInlineImage` (issue 8790) 8 years ago
Tim van der Meij 8c8d8fa239 Merge pull request #8788 from Snuffleupagus/pageMode-followup 8 years ago
Tim van der Meij 50e10fdafc Merge pull request #8785 from Rob--W/svg-ignore-missing-glyph 8 years ago
Jonas Jenwald 9273350c6b Attempt to delay disabling of the attachment view until FileAttachment annotations of the *initial* page has been parsed 8 years ago
Jonas Jenwald 96fb0c0370 Call the `reset()` methods in the `PDFAttachmentViewer` and `PDFOutlineViewer` constructors 8 years ago
Rob Wu f07ce2bbc2 SVG: Don't render missing glyphs 8 years ago
Tim van der Meij 3a017b4317 Merge pull request #8783 from Snuffleupagus/image-decoders-Uint8ClampedArray 8 years ago
Rob Wu 9b5086d649 pdf2svg.js: Serialize the SVG to a stream 8 years ago
Jonas Jenwald 563b68e74d Remove manual clamping code in `src/core/jpx.js` 8 years ago
Jonas Jenwald f6636d6b19 Use `Uint8ClampedArray` when returning image data in `src/core/jbig2.js` and `src/core/jpg.js` 8 years ago
Jonas Jenwald 74ad90cb8f Update the mask data inversion in `PDFImage.createMask` to be compatible with both `Uint8Array` and `Uint8ClampedArray` 8 years ago
Rob Wu d253889d97 __non_webpack_require__ -> require in SystemJS 8 years ago
Yury Delendik ba5dbc9632 Merge pull request #8780 from yurydelendik/v1.9.426 8 years ago
Yury Delendik 163ecf9b95 Version 1.9.426 8 years ago
Tim van der Meij 602250031e Merge pull request #8778 from Snuffleupagus/jpg-Uint8ClampedArray 8 years ago
Yury Delendik 2558a58dbb Merge pull request #8749 from yurydelendik/version-1.9 8 years ago
Jonas Jenwald d6cd5355f0 Use `Uint8ClampedArray`, when returning data, and remove manual clamping in `src/core/jpg.js` (issue 4901) 8 years ago
Jonas Jenwald be36c60e0f Polyfill `Uint8ClampedArray` using core-js 8 years ago
Jonas Jenwald e49dfe4ed7 Don't load `compatibility.js` in the viewer while in non-`PRODUCTION` mode 8 years ago
Jonas Jenwald 723bc25bc3 Update l10n files 8 years ago
Tim van der Meij 21cc2c0200 Merge pull request #8764 from Snuffleupagus/es6-DownloadManager-class 8 years ago