Commit Graph

6022 Commits

Author SHA1 Message Date
Yury Delendik
f11a6ae238 Merge pull request #4322 from prometheansacrifice/FixUnhandledExistingPageBug
Attempting to fix #4166
2014-02-23 16:01:54 -06:00
Manas (prometheansacrifice)
5a038b17a2 Trying to fix #4166 2014-02-23 23:46:14 +05:30
Tim van der Meij
d880131312 Merge pull request #4319 from dferer/forms.js
Fixed examples/acroforms/forms.js
2014-02-22 15:09:15 +01:00
Samuel Chantaraud
4eb7c04034 Fixed examples/acroforms/forms.js 2014-02-22 09:49:29 -04:00
Yury Delendik
287e7c808b Merge pull request #4311 from yurydelendik/jpgjs-speed
jpgjs performance tuning
2014-02-18 11:01:04 -06:00
fkaelberer
e874b272bf jpgjs performance tuning 2014-02-18 09:24:59 -06:00
Yury Delendik
4c22afa380 Merge pull request #4300 from Snuffleupagus/issue-4296
Handle undefined url in LinkAnnotation
2014-02-18 09:00:55 -06:00
Yury Delendik
d28b890aa1 Merge pull request #4299 from peerlibrary/bind-compatibility
Fix for bind compatibility implementation (polyfill)
2014-02-18 09:00:17 -06:00
Yury Delendik
7e1c6a6aa3 Merge pull request #4306 from peerlibrary/warnings
Info function does not interpolate strings
2014-02-18 07:48:24 -06:00
Mitar
958a49d655 Info function does not interpolate strings. 2014-02-17 21:25:28 -08:00
Jonas Jenwald
054f1e7e57 Handle undefined url in LinkAnnotation 2014-02-15 13:49:24 +01:00
Mitar
628de8a1f4 Fix for bind compatibility implementation (polyfill).
Previously, reconstruction of arguments was incorrect if arguments contained
arrays. Arrays were added to arguments as their elements and not as a whole
array. It is enough to simply pass whole array to concat and it will be (only
one level deep) added to arguments.

In addition, we call slice on arguments for maximum compatibility (it is used
in Underscore.js library, with which I was comparing implementations while
debugging).
2014-02-15 03:48:18 -08:00
Jonas Jenwald
35f5a1ea5e Merge pull request #4294 from deepj/cs-locale
Update cs locale
2014-02-14 12:24:32 +01:00
deepj
8a2b3cdb3a Update cs locale 2014-02-14 12:12:00 +01:00
Jonas Jenwald
2067df8c57 Merge pull request #4291 from hugo53/patch-1
Corrected word spelling and made translation be right
2014-02-14 11:10:08 +01:00
Minh-Hoang, Nguyen
73d19c5293 Corrected word spelling 2014-02-14 16:40:21 +07:00
Tim van der Meij
815b5e8b64 Merge pull request #4288 from deepj/cs-locale
Update cs locale
2014-02-14 00:01:04 +01:00
deepj
579fb815ad Update cs locale 2014-02-13 23:56:21 +01:00
Brendan Dahl
576857cbdb Merge pull request #4287 from gabrielesvelto/bug-972435-recompress-png
Bug 972435 - Recompress all PNG assets
2014-02-13 11:55:06 -08:00
Gabriele Svelto
f4d54517c4 Bug 972435 - Recompress all PNG assets 2014-02-13 17:57:10 +01:00
Yury Delendik
4563f6cd58 Merge pull request #4191 from Rob--W/crx-chrome-os
Register PDF Viewer as PDF handler in Chrome OS's file browser
2014-02-11 12:51:36 -06:00
Yury Delendik
4bb71d0121 Merge #4274 2014-02-11 10:32:26 -06:00
Haebaru
4ba6570e16 Update ja locale 2014-02-11 10:31:58 -06:00
Yury Delendik
a2378482ec Merge pull request #4272 from brendandahl/change-test-font
Change test font to one that works with ttx v2.4.
2014-02-11 10:24:06 -06:00
Brendan Dahl
fc0106822c Change test font to one that works with ttx v2.4. 2014-02-10 14:53:50 -08:00
Yury Delendik
522167ffb2 Merge pull request #4258 from Rob--W/network-reduce-requests
Do not switch to a range request for small PDFs
2014-02-10 14:54:53 -06:00
Rob Wu
2a19dc86e7 Do not switch to a range request for small PDFs 2014-02-09 23:03:52 +01:00
Jonas Jenwald
0c268f2345 Merge pull request #4256 from moztw/0207_zhtw
Backport latest zh-TW strings from l10n-aurora
2014-02-06 18:02:55 +01:00
Peter Pin-Guang Chen
06a24136e5 Backport latest zh-TW strings from l10n-aurora 2014-02-07 00:50:33 +08:00
Yury Delendik
3fa15c0f46 Merge pull request #4241 from brendandahl/csp
Remove inline script warnings.
2014-02-03 14:24:27 -08:00
Brendan Dahl
e477958b74 Remove inline script warnings. 2014-02-03 14:14:54 -08:00
Yury Delendik
2451968bac Merge pull request #4236 from lovasoa/master
Lexer_getNumber faster number parsing
2014-02-02 10:47:20 -08:00
Ophir LOJKINE
77b58543c9 Add @lovasoa to AUTHORS 2014-02-01 21:53:47 +01:00
Ophir LOJKINE
4a66eccedc Rewrite Lexer_getNumber.
Now, it computes the numbers with only basic arithmetic operations, without first creating a string and then calling parseFloat.
The new function doesn't behave exactly the same as the old one.
In particular, the old behaviour was that when there was a number immediatly followed by an 'E', the 'E' was consumed. Now it's not. It allows for "glued" numbers and operators.
Also, the new function is faster and consumes less memory.
2014-02-01 21:46:09 +01:00
Yury Delendik
591bd91482 Merge pull request #4235 from Rob--W/firefox-addon-xhr-private
[privacy] Respect private browsing mode in Firefox add-on
2014-01-31 16:25:38 -08:00
Rob Wu
a01556665e Firefox addon: Let XHR respect private mode 2014-01-31 22:23:45 +01:00
Brendan Dahl
54f6291cc9 Merge pull request #4207 from yurydelendik/function-split
Basic function.js split
2014-01-31 09:37:59 -08:00
Jonas Jenwald
a8d22ee825 Merge pull request #4231 from fkaelberer/DE_translation
Update DE translation (document properties dialog)
2014-01-31 00:58:22 -08:00
fkaelberer
ab6fd8c0b8 Update DE translation (doc properties) 2014-01-31 09:20:21 +01:00
Brendan Dahl
1e4d35c3a0 Merge pull request #4192 from yurydelendik/shading-r
Implements shading types 4-7
2014-01-30 13:36:01 -08:00
Brendan Dahl
7be0924ac4 Merge pull request #4212 from yurydelendik/jank4181
Removes scrolling jank after bw image optimization
2014-01-30 10:14:27 -08:00
Tim van der Meij
f1b832aa57 Merge pull request #4226 from timvandermeij/bengali-update
Bengali updates
2014-01-30 10:08:34 -08:00
Tim van der Meij
744470167a Bengali updates 2014-01-30 19:06:03 +01:00
Tim van der Meij
7fe8a0cfdd Merge pull request #4221 from rabbihossain/master
add and update Bengali (bn-BD) l10n
2014-01-30 10:00:24 -08:00
Yury Delendik
6cf6d2f4b9 Merge pull request #4223 from Rob--W/grab-to-pan-overlay-fix
Get rid of weird scrollbar on mouse down
2014-01-30 06:31:33 -08:00
Rob Wu
65701f941d Get rid of weird scrollbar on mouse down 2014-01-30 15:06:04 +01:00
Yury Delendik
acb33b3e7d Merge pull request #4213 from nnethercote/strings
Create less garbage while parsing
2014-01-30 04:41:53 -08:00
rabbihossain
cd976066cf update l10n strings and squash commit 2014-01-30 18:24:11 +06:00
Nicholas Nethercote
164d7a6e15 Don't create a string when lexing all-digit integers. 2014-01-29 18:22:09 -08:00
Nicholas Nethercote
b64cca0bef When lexing numbers, look for digits first. 2014-01-29 18:20:53 -08:00