Rob Wu
a4dd4b1789
[CRX] Fixes to view local files again
...
pdfHandler-local.js references the isPdfDownloadable function from
pdfHandler.js, but the function didn't expect that the responseHeaders
property was absent. Added a check to prevent a runtime error when a
local file is displayed in a frame, and show local PDF files again.
Local files are rendered on the chrome-extension:-protocol. The previous
method of getting the PDF URL was incorrect, this has been fixed as well.
12 years ago
Yury Delendik
e5cd027dce
Merge pull request #3557 from timvandermeij/named-actions
...
Named actions implementation
12 years ago
Yury Delendik
863d81aaf4
Merge pull request #3525 from timvandermeij/fix-gbkp-cmap
...
Support for CMap GBKp-EUC-H
12 years ago
Tim van der Meij
b2b922b866
Support for CMap GBKp-EUC-H
12 years ago
Tim van der Meij
75035a2970
Named actions implementation
12 years ago
Yury Delendik
e2993a7251
Merge pull request #3556 from Snuffleupagus/issue-2853
...
Enable loading of PDFs with invalid document information dictionaries
12 years ago
Jonas
d90ad429f6
Enable loading of PDFs with invalid document information dictionaries
12 years ago
Yury Delendik
99db7a8dbc
Merge pull request #3520 from brendandahl/single-cs
...
Create only one instance of each device colorspace.
12 years ago
Yury Delendik
44184a1d5b
Merge pull request #3549 from brendandahl/uhandled-stack
...
Dump the stack with unhandled rejections.
12 years ago
Yury Delendik
2c552e9608
Merge pull request #3551 from brendandahl/destroy-logic
...
Fix destroy logic for when there are multiple render requests.
12 years ago
Brendan Dahl
5afef1874c
Fix destroy logic for when there are multiple render requests.
12 years ago
Brendan Dahl
820145da05
Merge pull request #3523 from yurydelendik/csp
...
Bug 889320 - [CSP] removes inlined styles and scripts, also HTTP headers
12 years ago
Yury Delendik
6736cca8c4
Merge pull request #3542 from fkaelberer/FasterJBIG2decode
...
Faster JBIG2 decoding for Firefox
12 years ago
Brendan Dahl
97a40252dc
Dump the stack with unhandled rejections.
12 years ago
Yury Delendik
b946762e6f
Merge pull request #3539 from Snuffleupagus/issue-3538
...
Prevent link borders from being drawn if their width is undefined
12 years ago
Yury Delendik
74a4bc5561
Merge pull request #3548 from brendandahl/render-task-fix
...
Fix intermittent blank page on fast zoom.
12 years ago
Brendan Dahl
d85e38d629
Fix intermittent blank page on fast zoom.
12 years ago
Yury Delendik
029b970871
Merge pull request #3529 from brendandahl/refactor-font2
...
Move chars to glyphs conversion to the worker.
12 years ago
Yury Delendik
2e1713e72e
Merge pull request #3546 from yurydelendik/backout-3513
...
Backout of #3513 (except formatting)
12 years ago
Yury Delendik
ea184776ff
Merge pull request #3544 from ReuDa/localizationGerman
...
Fixed german translation for sidebar
12 years ago
Yury Delendik
bea2e41e45
Backout of #3513 (except formatting)
12 years ago
ReuDa
27cb7a54e3
Fixed german translation for sidebar
12 years ago
Yury Delendik
387132c842
Merge pull request #3540 from alivedise/byebyemoztt
...
Remove MozTT reference
12 years ago
Alive Kuo
334c7d4d8f
Remove MozTT reference
12 years ago
Yury Delendik
7435b267f9
Merge pull request #3535 from Snuffleupagus/issue-3534
...
Fix issue with initial scale when opening a new file and another one is already loaded
12 years ago
Jonas
688cea0758
Prevent link borders from being drawn if their width is undefined
12 years ago
fkaelberer
0c10b76aa3
Faster JBIG2 decoding for Firefox
12 years ago
Brendan Dahl
65fd2c77d0
Merge pull request #3513 from Snuffleupagus/keep-scroll-position-on-zoom-v2
...
Keep current scroll position when zooming the document
12 years ago
Jonas
8170d67a6b
Fix issue with initial scale when opening a new file and another one is already loaded
12 years ago
Brendan Dahl
efa8f561a5
Move chars to glyphs conversion to the worker.
12 years ago
Yury Delendik
8d386a5368
Merge pull request #3461 from brendandahl/incremental-rendering2
...
Incrementally render by sending the operator list by chunks as they're ready.
12 years ago
Brendan Dahl
6bfb5d228a
Merge pull request #3526 from yurydelendik/cffchecksum
...
Fixing CFF checksum for test font
12 years ago
Brendan Dahl
bf72bc94e2
Incrementally render by sending the operator list by chunks as they're ready.
12 years ago
Jonas
edf3163fa6
Keep current scroll position when zooming the document
12 years ago
Yury Delendik
41c7c6f351
Fixing CFF checksum for test font
12 years ago
Yury Delendik
7a43492e5f
[CSP] remove HTTP CSP Headers
12 years ago
Yury Delendik
99c9079f54
[CSP] removes inlined styles and scripts
12 years ago
Brendan Dahl
55d6ede1da
Create only one instance of each device colorspace.
12 years ago
Yury Delendik
f7d2a09bf8
Merge pull request #3506 from brendandahl/base-transform
...
Paint patterns relative to content base transformation.
12 years ago
Brendan Dahl
02906d7ef1
Merge pull request #3433 from yurydelendik/issue-3427
...
Fixes glyph 0 in CIDTypeFont2
12 years ago
Yury Delendik
34177b01a4
Fixes glyph 0 in CIDTypeFont2
12 years ago
Brendan Dahl
1bbf0ac50b
Update README.md
12 years ago
Brendan Dahl
81308d153d
Merge pull request #3516 from Rob--W/crx-dont-parse-querystring
...
[CRX] Get pdf name from URL instead of query string
12 years ago
Brendan Dahl
592a498dd7
Merge pull request #3515 from Rob--W/crx-webnav-strip-hash
...
[CRX] Strip location fragment from URL in the UrlFilter of the webNavigation API
12 years ago
Brendan Dahl
a6daed5ded
Merge pull request #3514 from Rob--W/crx-viewer-GET-only
...
Disable Chrome extension for non-GET requests
12 years ago
Brendan Dahl
e39083ddc3
Merge pull request #3495 from Snuffleupagus/check-if-viewer-embedded
...
Check if viewer is embedded only once and cache the result
12 years ago
Rob Wu
b2b2e85ba2
[CRX] Get pdf name from URL instead of querystring
12 years ago
Rob Wu
4f5e15695a
[CRX] Strip #... from URL in filter
...
Otherwise the PDF Viewer is not rendered for URLs that contain a #-character.
12 years ago
Rob Wu
f67a66c108
Disable Chrome extension for non-GET requests
12 years ago
Brendan Dahl
2aecbe874e
Paint patterns relative to content base transformation.
12 years ago