Brendan Dahl
1e53ab125e
Merge pull request #3154 from mete0r/korean-language
...
Add Korean language localization (ko)
2013-04-29 11:23:28 -07:00
Brendan Dahl
abd85cabdc
Merge pull request #3107 from hksonngan/master
...
Vietnamese language
2013-04-29 11:17:15 -07:00
Yury Delendik
bc57221b9f
Merge pull request #3086 from brendandahl/less-warn
...
Lower two common warnings to info.
2013-04-29 10:21:23 -07:00
Yury Delendik
341d37ef97
Merge pull request #3151 from mduan/issue3149
...
Remove redundant log in network.js
2013-04-29 10:20:03 -07:00
Yury Delendik
2a7f6d6582
Merge pull request #3082 from brendandahl/min-canvas-width
...
Use at least 1x1 pixel canvas for groups.
2013-04-29 10:13:54 -07:00
Kalervo Kujala
8ac0690913
Use only one temp canvas for patterns
...
This fixes a regression #3153 which was introduced by #2177 .
The temp vanvases that are being created are not being re-used, which lead
to high memory use.
2013-04-28 23:56:29 +03:00
Ehsan Akhgari
926c783ee0
Simplify ChromeActions.isInPrivateBrowsing to not rely on the global PB service
2013-04-27 12:25:27 -04:00
Mack Duan
1d48e9c201
Handle server returning 200 for range request
2013-04-25 16:20:03 -07:00
mete0r
d42bd1c7e0
Korean language (ko)
2013-04-25 14:05:43 +09:00
Brendan Dahl
ff616c830f
Merge pull request #3023 from simonster/remove-URI-check
...
Remove DOM window URI check
2013-04-24 18:20:17 -07:00
Simon Kornblith
f524eaefe2
Remove DOM window URI check
...
Per discussion in #2937
2013-04-24 21:02:33 -04:00
Mack Duan
e1a50eda59
Fix node make extension for building chrome
2013-04-24 13:21:37 -07:00
Mack Duan
0f4fe7f762
Remove redundant log in network.js
2013-04-24 10:38:55 -07:00
Mack Duan
91f9948df4
Only update progress bar if it increases
2013-04-23 10:00:31 -07:00
Yury Delendik
f93582a26d
Merge pull request #3143 from mduan/issue3137
...
Disable range request if content-length is unknown
2013-04-23 06:49:09 -07:00
Yury Delendik
9c9ed2f2a1
Merge pull request #3128 from mete0r/master
...
Use decodeURIComponent instead of unescape in parseQueryString() in viewer.js
2013-04-23 06:23:28 -07:00
Brendan Dahl
75e3ea088b
Merge pull request #3142 from mduan/issue3133
...
Use same obj/font id counter for all partial evaluators on page
2013-04-22 20:09:54 -07:00
Mack Duan
a8b652b0f6
Merge pull request #3135 from Snuffleupagus/issue3068
...
Workaround for issue 3068
2013-04-22 17:50:18 -07:00
Jonas
77c1235b13
Workaround for issue 3068 - v3
2013-04-23 02:19:15 +02:00
Mack Duan
d69f14328c
Use same obj/font id counter for all partial evaluators on page
2013-04-22 16:50:30 -07:00
Mack Duan
1daf9c984e
Disable range request if content-length is unknown
2013-04-22 15:49:39 -07:00
Brendan Dahl
d12812e884
Merge pull request #3103 from JakubOnderka/patch-1
...
Fixed typo in Czech viewer.properties
2013-04-22 11:58:44 -07:00
Yury Delendik
8ae5d2745c
Merge pull request #3131 from mduan/issue3122
...
Only perform range requests for identity Content-Encoding
2013-04-22 09:20:32 -07:00
Mack Duan
c5084d9e8a
Update loading bar during onprogress of range requests
2013-04-22 08:46:58 -07:00
Mack Duan
e0d4b322cf
Only perform range requests for identity Content-Encoding
2013-04-22 08:36:54 -07:00
Mack Duan
3d3fd46b0c
Merge pull request #3132 from saebekassebil/issue-3130
...
Fix issue #3130 by changing a wrong reference of scope
2013-04-21 21:35:21 -07:00
Jakob Miland
d86fe6b301
Save datalistener in memory
2013-04-21 17:14:10 +02:00
Yury Delendik
8e4d9e9aa0
Merge pull request #3126 from mduan/issue3118-2
...
Clamp end of range request to be the length of the file
2013-04-20 11:20:31 -07:00
Yury Delendik
e27a604d1f
Merge pull request #3123 from mduan/issue3115
...
Do not cache content stream
2013-04-20 10:48:34 -07:00
mete0r
66cb12822d
Fix parseQueryString -- use decodeURIComponent instead of unescape
2013-04-20 21:32:15 +09:00
Mack Duan
fdd092bb92
Clamp end of range request to be the length of the file
2013-04-19 16:27:39 -07:00
Mack Duan
30e127d848
Do not cache content stream
2013-04-19 14:07:15 -07:00
Brendan Dahl
49ff029f5f
Merge pull request #2719 from mduan/chunked
...
Implement progressive loading of PDFs
2013-04-18 13:56:10 -07:00
Mack Duan
2ce00279be
Address more of brendan's comments
2013-04-18 10:41:33 -07:00
Mack Duan
27fe18e8c6
Address brendan's comments
2013-04-18 00:16:53 -07:00
Mack Duan
dbccbaaa27
Make getOperatorList() calls independent and merge queues at end
2013-04-18 00:16:41 -07:00
Mack Duan
6b2c6fc223
Changes to regression tests for progressive loading
2013-04-18 00:16:36 -07:00
haison
3b94550712
Vietnamese language
2013-04-17 14:05:35 +09:00
Brendan Dahl
15a9ab34d3
Lower two common warnings to info.
2013-04-16 15:45:29 -07:00
vyv03354
0ee757e22d
Increase minimum font size to 16px to avoid conflict with browser's minimum font size settings
2013-04-17 00:18:07 +09:00
Jakub Onderka
8d9a2581bf
Fixed typo in Czech viewer.properties
2013-04-16 14:16:09 +03:00
Brendan Dahl
3cba5a0c8a
Normalize CFF CID sub matrices to work on windows.
2013-04-15 16:14:07 -07:00
Yury Delendik
369b81b63f
Merge pull request #3089 from terrafrost/master
...
grammar fix for some comments
2013-04-15 06:19:12 -07:00
Mack Duan
ef423ef30c
Implement progressive loading of PDFs
2013-04-12 16:13:22 -07:00
terrafrost
78dde0efab
fix grammar in comment
...
migth -> might
want -> wants
2013-04-12 11:06:49 -05:00
Adolfo Jayme Barrientos
eeacb9e7a4
Update Spanish l10n
...
Not removing es_MX for now. Would it be a good idea to create symlinks
or something like that?
2013-04-12 06:34:31 -05:00
Brendan Dahl
added3da8f
Merge pull request #3055 from saebekassebil/da-l10n
...
Update danish locale
2013-04-11 11:42:49 -07:00
Brendan Dahl
ecb04c8bbe
Use at least 1x1 pixel canvas for groups.
2013-04-11 11:19:42 -07:00
Brendan Dahl
985307907b
Merge pull request #3054 from saebekassebil/disabled
...
Disable outline button when unavailable
2013-04-11 09:29:52 -07:00
Jakob Miland
6b4f72a2c3
Disable outline button when unavailable
2013-04-11 18:27:35 +02:00