Yury Delendik
3f530c43a9
Specifies default workerSrc (if possible)
12 years ago
Rob Wu
c653bf3aff
Set URL in history.replaceState/pushState
...
When <base href> is present, history.replaceState and
history.pushState behave inconsistent with relative URLs.
http://code.google.com/p/chromium/issues/detail?id=274024
Contrary to what one expect, passing '' as the URL parameter to
replaceState/pushState does not associate the currently active
URL with the history entry, but a path relative to <base href>.
To fix the issue, explicitly associate the current active URL
with the history's state.
12 years ago
Yury Delendik
ba23a9e8f9
Adds initial telemetry probes
12 years ago
Yury Delendik
b8143b394c
Reduce max size for pattern and limit group canvases
12 years ago
Yury Delendik
5ca1c84564
Merge pull request #3581 from yurydelendik/pushState
...
Misc IE fixes
12 years ago
Jonas
628f4aaf81
Enable loading of PDFs with undefined or missing stream lengths
12 years ago
Yury Delendik
cb59b31927
IE9 does not need onreadystatechange
12 years ago
Yury Delendik
7e145c1228
Merge remote-tracking branch 'mozilla/master' into pushState
12 years ago
Yury Delendik
abe00cbc76
Merge pull request #3530 from brendandahl/worker-split
...
Split files into worker and main thread pieces.
12 years ago
Yury Delendik
fa885678df
Don't provide optional pushState parameter
12 years ago
Soumya Deb
de52e711f8
Unprefixing CSS as current browsers support
12 years ago
Brendan Dahl
2bd9901d62
Show sensible output for showText commands in the stepper.
12 years ago
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
86077810b0
Fixes canvas alignment for small scale and scale adjustment after Cmd+0
12 years ago
Brendan Dahl
5ecce4996b
Split files into worker and main thread pieces.
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
Jonas
d99879bfbf
Move ThumbnailView from viewer.js to its own file
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