Piotr Zalewa
812bc6795d
* InvalidPDFException added
...
* Act on throwing an Exception and InvalidPDFException by rejecting the worker
instead of throwing
* changed message for all builds
* alerting and closing window only for B2G builds
* invalid_file_error added to l10n (en and pl)
* UnknownErrorException added and used for every error()
2012-10-25 11:15:19 +02:00
Brendan Dahl
336d5041dd
Merge pull request #2243 from yurydelendik/issue-1233
...
Removes useless font tables for PDF rendering
2012-10-15 17:04:28 -07:00
Brendan Dahl
d76f4d735f
Merge pull request #2244 from yurydelendik/issue-2074
...
Fixes cmap when 0xFFFF character is included
2012-10-15 16:27:37 -07:00
Yury Delendik
7252583641
Merge pull request #2258 from brendandahl/mc-review-0.6.2
...
Addresses review feedback from mc bug 801280.
2012-10-15 15:30:27 -07:00
Brendan Dahl
c31c79761c
Merge pull request #2240 from yurydelendik/fix-text-clipping
...
Fixes text clipping
2012-10-15 15:27:44 -07:00
Brendan Dahl
d79960abb5
Addresses review feedback from mc bug 801280.
2012-10-15 15:14:36 -07:00
Yury Delendik
755d047388
Merge pull request #2257 from waddlesplash/master
...
More descriptive link types warning
2012-10-15 14:44:40 -07:00
waddlesplash
1ed1de10a5
More descriptive link types warning.
2012-10-15 17:23:17 -04:00
Yury Delendik
ab0576a2a7
Merge pull request #2256 from brendandahl/increase-wait
...
Increase wait timeout for api unit tests.
2012-10-15 13:31:49 -07:00
Brendan Dahl
c67cc874e8
Merge pull request #2215 from yurydelendik/issue-1836
...
Falls back to ErrorFont when font object is not available or corrupted
2012-10-15 11:51:09 -07:00
Brendan Dahl
66563d0f95
Increase wait timeout for api unit tests.
2012-10-15 11:37:50 -07:00
Yury Delendik
ab058dbe75
Fixes text clipping
2012-10-15 12:52:37 -05:00
Brendan Dahl
846038991c
Merge pull request #2214 from yurydelendik/issue-1859
...
Adds Type1 sbw command support for horizontal fonts
2012-10-15 10:07:36 -07:00
Brendan Dahl
e0dc176d9b
Merge pull request #2233 from yurydelendik/fix-fit-page
...
Fixes fit-page and fullscreen
2012-10-15 10:03:30 -07:00
Yury Delendik
8c3a82ff4d
Falls back to ErrorFont when font object is not available or corrupted
2012-10-15 11:48:45 -05:00
Yury Delendik
b09f0ccbaa
Adds Type1 sbw command support for horizontal fonts
2012-10-15 11:40:55 -05:00
Brendan Dahl
8c3fdd069a
Merge pull request #2254 from yurydelendik/no-glyphs
...
Fixes font processing when no glyphs are found
2012-10-15 09:09:46 -07:00
Yury Delendik
b6ad7fd103
Defines at least one glyph if none was found
2012-10-15 11:08:50 -05:00
Yury Delendik
84a7dc8e78
Fixes #2255
2012-10-15 11:06:19 -05:00
Brendan Dahl
565d13f670
Merge pull request #2213 from yurydelendik/bug762657
...
Removes PutBinaryImageData compatibility check (re:bug 762657)
2012-10-15 08:58:24 -07:00
Yury Delendik
c129ecea8a
Partially reverts #2239 due to reftest fails
2012-10-15 09:20:52 -05:00
Yury Delendik
19002cc8a3
Merge pull request #2239 from yurydelendik/no-glyphs-message
...
Stops font processing when valid glyphs are absent in the font
2012-10-15 07:06:27 -07:00
Yury Delendik
209ee959db
Fixes 'currentPage is undefined' viewer error
2012-10-15 09:01:09 -05:00
Yury Delendik
2f8421ca3e
Merge pull request #2252 from yurydelendik/no-visible-pages-undef
...
Removes 'visiblePages[0] is undefined' error
2012-10-15 05:50:07 -07:00
Yury Delendik
ee499b46cf
Removes 'visiblePages[0] is undefined' error
2012-10-15 07:40:05 -05:00
André Fiedler
28216d4f6b
Test file for issue 2074
2012-10-13 14:21:59 -05:00
Yury Delendik
7ea87c875e
Fixes cmap when 0xFFFF character is included
2012-10-13 14:21:15 -05:00
Yury Delendik
e4c8121ed4
Suppresses useless for PDF rendering font tables
2012-10-13 11:41:44 -05:00
Yury Delendik
969a2010b2
Merge pull request #2241 from Haebaru/master
...
Update l10n/ja/viewer.properties
2012-10-13 06:32:31 -07:00
Haebaru
4b372a9d6b
Update l10n/ja/viewer.properties
2012-10-13 17:47:11 +09:00
Yury Delendik
62b2c5a030
Stops font processing when valid glyphs are absent in the font
2012-10-12 17:54:20 -05:00
Brendan Dahl
8427e745fc
Merge pull request #2238 from brendandahl/version-0.6
...
Bump the version number to 0.6.
2012-10-11 09:34:27 -07:00
Brendan Dahl
36f6987aa1
Bump the version number.
2012-10-11 09:33:11 -07:00
Yury Delendik
391b5b0244
Moving fullscreen top border few pixels up
2012-10-10 22:41:28 -05:00
Yury Delendik
da73934baf
Fixes fit-page and fullscreen
2012-10-10 22:12:47 -05:00
Yury Delendik
15f0e58b4f
Merge pull request #2231 from brendandahl/enable-iframe-find
...
Only use the integrated find if we aren't in an frame.
2012-10-10 17:44:21 -07:00
Brendan Dahl
3cf43e7130
Merge pull request #2217 from yurydelendik/hide-cursor
...
Hides cursor in presentation mode
2012-10-10 17:36:27 -07:00
Yury Delendik
be779c2ec7
Hides cursor in presentation mode
2012-10-10 19:32:48 -05:00
Brendan Dahl
115f00cf4c
Merge pull request #2228 from yurydelendik/fix-white-border
...
Rounding page div width and height...
2012-10-10 17:32:16 -07:00
Brendan Dahl
848917b1bf
Only use the integrated find if we aren't in an frame.
2012-10-10 17:17:26 -07:00
Yury Delendik
5fb48d3441
Merge pull request #2227 from brendandahl/delay-extract-text
...
Delay extracting text until first find event.
2012-10-10 16:22:50 -07:00
Brendan Dahl
4734cd8198
Change status attribute name.
2012-10-10 15:46:04 -07:00
Yury Delendik
00852bd9ca
Rounds page div to the canvas size
2012-10-10 16:31:11 -05:00
Brendan Dahl
c3debc6ee0
Delay extracting text until first find event.
2012-10-10 13:58:14 -07:00
Yury Delendik
1c80c610db
Merge pull request #2226 from timvandermeij/dutch-english-translations
...
Improved the Dutch and English strings for the first and last page context menu items
2012-10-10 12:58:45 -07:00
Tim van der Meij
637efe9dde
Fixing capital letters
2012-10-10 21:54:05 +02:00
Tim van der Meij
83a236484b
Improved the Dutch and English strings for the first and last page context menu items
2012-10-10 21:41:38 +02:00
Yury Delendik
43e9bb629a
Merge pull request #2225 from timvandermeij/dutch-translations
...
Renewed the Dutch translations and added all missing strings
2012-10-10 12:35:19 -07:00
Tim van der Meij
8a8898d488
Renewed the Dutch translations and added all missing strings from the English language file
2012-10-10 21:28:27 +02:00
Yury Delendik
06f9b70f07
Merge pull request #2206 from timvandermeij/first-last-page-context-menu
...
Converted the first and last page buttons to context menu items
2012-10-10 10:36:21 -07:00