10237 Commits (a7f052282152232b2e87e5cd4dc4a0d1db438a0c)
 

Author SHA1 Message Date
Yury Delendik a7f0522821 Adds ECCN response statement 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 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
Jonas Jenwald d7198d3e17 Rename `web/pdf_viewer.js` to `web/base_viewer.js` 8 years ago
Tim van der Meij 40b89e9ba4 Merge pull request #8949 from Snuffleupagus/ColorSpace-rm-instanceof-AlternateCS 8 years ago
Tim van der Meij 2aac994171 Merge pull request #8928 from mukulmishra18/decode-file-path 8 years ago
Jonas Jenwald 8a084aff0f Remove the `instanceof AlternateCS` check in `ColorSpace.parse` since it's dead code 8 years ago
Tim van der Meij d7b37ae745 Merge pull request #8912 from timvandermeij/xml-parser 8 years ago
Jonas Jenwald abc864fca9 Merge pull request #8938 from brendandahl/bug1392647 8 years ago
Brendan Dahl 10ba292b46 Use font's default width even when 0. 8 years ago
Tim van der Meij 2281061882
Enable metadata unit tests for Travis CI and Node.js 8 years ago