10245 Commits (33b1d1b20a24883691801bb4932d29e6d76e1c70)
 

Author SHA1 Message Date
Jonas Jenwald 33b1d1b20a Fix a `PDFHistory` regression with document hashes of the `nameddest=...` form 8 years ago
Tim van der Meij c80237729c Merge pull request #9009 from Snuffleupagus/issue-5767 8 years ago
Jonas Jenwald b5a044b931 Only warn about unsupported JavaScript, in the viewer, when non-empty actions exist (issue 5767) 8 years ago
Jonas Jenwald ab4d5be192 Merge pull request #9008 from diegocr/patch-1 8 years ago
Diego Casorran 11b1daa72d Mispelled isEvalSupported property at FontFaceObject() creation. 8 years ago
Tim van der Meij 509d3728f1 Merge pull request #8922 from Snuffleupagus/paintXObject-errors 8 years ago
Tim van der Meij bbec2ed1f1 Merge pull request #9001 from Snuffleupagus/AnnotationLayerBuilder-cancel 8 years ago
Jonas Jenwald ee5862bd81 Prevent the `annotationLayer` from, in some cases, becoming duplicated on the first page when the document loads 8 years ago
Brendan Dahl ec46967360 Merge pull request #9002 from mozilla/revert-8971-close-handler 8 years ago
Yury Delendik fab59e0f91 Revert "Closes all promises/streams when handler is destroyed." 8 years ago
Tim van der Meij 460c4e38cc Merge pull request #8994 from Snuffleupagus/PDFHistory-forward 8 years ago
Jonas Jenwald e3873b29fd Merge pull request #8990 from pixelexel/fix-#8951 8 years ago
Brendan Dahl bc396efb54 Reccomend attaching pdfs instead of links. 8 years ago
pixel 484ec3d09c Added component example for single page viewer 8 years ago
Jonas Jenwald e772124339 Fix a regression that (effectively) makes `PDFHistory.forward` a no-op 8 years ago
Jonas Jenwald 04d4faefc4 Remove the `this._currentUid` property from `PDFHistory`, since it's no longer needed 8 years ago
Tim van der Meij e279d37181 Merge pull request #8980 from LukasDrgon/patch-1 8 years ago
Lukas Drgon c2f1ff48d5 Add CDN link 8 years ago
Tim van der Meij ef02d3d8da Merge pull request #8983 from Snuffleupagus/rm-unused 8 years ago
Jonas Jenwald 5b67c7594c Remove the unused `Util.sign` function from `src/shared/util.js` 8 years ago
Jonas Jenwald 65352c730f Remove the unused `isWorker` property from `src/display/global.js` 8 years ago
Tim van der Meij 50b1a91c02 Merge pull request #8981 from timvandermeij/translations 8 years ago
Tim van der Meij 9a1f8b864e
Update translations 8 years ago
Tim van der Meij 9742e58275 Merge pull request #8977 from timvandermeij/updates 8 years ago
Jonas Jenwald f9ce904fb7 Merge pull request #8979 from timvandermeij/downloads 8 years ago
Tim van der Meij f73c9b75d9
Transform Web Archive URLs to avoid downloading an HTML page instead of the PDF file 8 years ago
Tim van der Meij 0733b54e10
Update all packages to the most recent version 8 years ago
Brendan Dahl d03e127434 Merge pull request #8971 from yurydelendik/close-handler 8 years ago
Tim van der Meij 3717757b39 Merge pull request #8976 from Snuffleupagus/webpack-simpler-node-polyfills-disable 8 years ago
Jonas Jenwald 1a3c6f7d9a Simplify the disabling of Node polyfills, in `gulpfile.js`, since we're now using Webpack 3.x 8 years ago
Jonas Jenwald b1472cddbb Allow `getOperatorList`/`getTextContent` to skip errors when parsing broken XObjects (issue 8702, issue 8704) 8 years ago
Jonas Jenwald b3f8411264 Merge pull request #8968 from Snuffleupagus/PDFFunctionFactory-2 8 years ago
Jonas Jenwald b8ec518a1e Split the existing `PDFFunction` in two classes, a private `PDFFunction` and a public `PDFFunctionFactory``, and utilize the latter in `PDFDocument` to allow various code to access the methods of `PDFFunction` 8 years ago
Jonas Jenwald 5c961c76bb Remove the unused `inline` parameter from various methods/functions in `PDFImage`, and change a couple of methods to use Objects rather than plain parameters 8 years ago
Yury Delendik f206ee56bf Merge pull request #8962 from Snuffleupagus/CMapReaderFactory-baseUrl-check 8 years ago
Yury Delendik 71b0e4e818 Closes all promises/streams when handler is destroyed. 8 years ago
Jonas Jenwald a159c4f357 Check that `this.baseUrl` is defined before attempting to fetch any data in `DOMCMapReaderFactory`/`NodeCMapReaderFactory` 8 years ago
Jonas Jenwald 25806d17f4 Merge pull request #8959 from Snuffleupagus/api-worker-version-check 8 years ago
Jonas Jenwald 7d3efe43a2 Ensure that the same exact version of PDF.js is used in both the API and the Worker 8 years ago
Jonas Jenwald b837187094 Merge pull request #8955 from brendandahl/issue7507 8 years ago
Brendan Dahl 18e2321845 Overwrite maxSizeOfInstructions in maxp with computed value. 8 years ago
Jonas Jenwald a1f5c26f54 Update l10n files 8 years ago
Tim van der Meij f3987bba23 Merge pull request #8724 from Snuffleupagus/PDFSinglePageViewer 8 years ago
Jonas Jenwald 10727572a2 Merge pull request #8950 from timvandermeij/polygon-polyline-annotations 8 years ago
Tim van der Meij c69a7a83da Merge pull request #8932 from janpe2/jbig2-sym-offset 8 years ago
Tim van der Meij ed8c0ebfa7
Implement reference tests for polyline and polygon annotations 8 years ago
Tim van der Meij 8ccad276b2
Implement support for polygon annotations 8 years ago
Tim van der Meij 99b17a494d
Implement support for polyline annotations 8 years ago
Jonas Jenwald 23daafd728 Implement a `PDFSinglePageViewer` class (issue 8188) 8 years ago
Jonas Jenwald 5fa9cca8dd Refactor `PDFViewer` to extend an abstract `BaseViewer` class 8 years ago