-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pdfjs
updated
19 files
+2 −2 | README.md | |
+101 −8 | extensions/chromium/contentscript.js | |
+13 −0 | extensions/chromium/contentstyle.css | |
+2 −0 | extensions/chromium/manifest.json | |
+18 −7 | src/core/evaluator.js | |
+4 −7 | src/core/image.js | |
+1 −1 | src/core/obj.js | |
+2 −2 | src/core/stream.js | |
+30 −58 | src/core/worker.js | |
+89 −135 | src/display/api.js | |
+1 −1 | src/display/canvas.js | |
+14 −7 | src/shared/colorspace.js | |
+36 −45 | src/shared/function.js | |
+54 −21 | src/shared/util.js | |
+1 −0 | test/pdfs/.gitignore | |
+ − | test/pdfs/glyph_accent.pdf | |
+8 −0 | test/test_manifest.json | |
+8 −1 | test/unit/api_spec.js | |
+4 −3 | web/page_view.js |