Xavier Fung
613f4f2b90
Update translation
2012-05-30 02:47:00 +08:00
Brendan Dahl
85f9217c5e
Merge pull request #1774 from arturadib/mozcentral-test-1
...
Moz-Central tests: Remove all async tests
2012-05-29 10:58:41 -07:00
Brendan Dahl
d9764ab468
Merge pull request #1674 from mozilla/textsearch
...
Text search with new API, new UI
2012-05-29 10:16:18 -07:00
Brendan Dahl
2ba7cbc4fa
Merge pull request #1766 from yurydelendik/encryptmeta
...
Suppress metadata decryption
2012-05-29 09:44:24 -07:00
Artur Adib
2a962f2c97
merging upstream
2012-05-29 12:16:57 -04:00
Artur Adib
92465b41c5
EXT_PREFIX --> PREF_PREFIX
2012-05-29 12:14:12 -04:00
Yury Delendik
1fb02300a4
Removing log
2012-05-29 11:01:46 -05:00
Artur Adib
9597efb3f4
merge upstream
2012-05-29 11:54:11 -04:00
Artur Adib
f991af003d
Merge pull request #1701 from brendandahl/fallback-ui
...
Fallback UI for Extension
2012-05-29 08:43:31 -07:00
Yury Delendik
42a9fb4400
Merge pull request #1770 from tomer/master
...
Hebrew localization for pdf.js
2012-05-28 17:06:40 -07:00
Tomer Cohen
ff14136fab
Hebrew (he) localization
2012-05-29 01:23:45 +03:00
Yury Delendik
48811f362b
Skipping incorrectly encoded metadata
2012-05-27 19:00:13 -05:00
Yury Delendik
413e5357b9
Suppress metadata decryption
2012-05-27 18:03:04 -05:00
Nils Maier
40b9be137f
Decode XML metadata as UTF-8
...
XML uses UTF-8 by default, which needs to be decoded to a Javascript
String prior to feeding it to the DOMParser.
In an ideal world, the XML would actually be analyzed and the specified
charset would be used, however that does not seem feasible unless JS
engines get iconv bindings.
Fixes GH-1692
2012-05-27 22:56:49 +02:00
Julian Viereck
d3019a72a7
Merge pull request #1757 from yurydelendik/print-visible
...
Don't print toolbar and not loaded pages
2012-05-27 12:40:23 -07:00
Brendan Dahl
e9632120c4
Merge pull request #1713 from yurydelendik/chromext-1
...
Fixes extension for Chrome
2012-05-25 15:42:33 -07:00
Brendan Dahl
c0cfb48621
Prevent fallback when not ff extension.
2012-05-25 14:52:00 -07:00
Brendan Dahl
b1bf3ae56a
Trigger todo on forms.
2012-05-25 13:22:43 -07:00
Brendan Dahl
5416b92392
Add todo comment.
2012-05-25 13:07:07 -07:00
Brendan Dahl
7ea8caeb18
Change unsupported feature message.
2012-05-25 13:03:13 -07:00
Artur Adib
417eeb640d
removing all async tests
2012-05-25 13:06:55 -04:00
Yury Delendik
dc09e164da
Merge remote-tracking branch 'mozilla/master' into print-visible
...
Conflicts:
web/viewer.css
2012-05-25 07:38:50 -05:00
Yury Delendik
91bc7f7950
remove svg image
2012-05-24 16:11:51 -05:00
Yury Delendik
d370f69978
Merge remote-tracking branch 'mozilla/master' into textsearch
...
Conflicts:
extensions/firefox/components/PdfStreamConverter.js
2012-05-24 16:04:09 -05:00
Brendan Dahl
2da12930a6
Merge branch 'master' of github.com:mozilla/pdf.js into fallback-ui
...
Conflicts:
extensions/firefox/components/PdfStreamConverter.js
2012-05-24 14:01:10 -07:00
Yury Delendik
b8128f69ba
Localize the Find button
2012-05-24 16:00:55 -05:00
Yury Delendik
f59ae949ba
Merge pull request #1744 from brendandahl/diff-ids
...
Use different id's for moz central and extension.
2012-05-24 13:48:26 -07:00
Artur Adib
9201c7caa7
mc tests- fixing intermittent crashes
2012-05-24 16:11:32 -04:00
Brendan Dahl
e16a5c81d4
Merge pull request #1734 from yurydelendik/issue-1721
...
Adjust heuristic to properly handle unicode characters
2012-05-24 09:44:29 -07:00
Artur Adib
932628981f
updating tests
2012-05-24 12:22:46 -04:00
Brendan Dahl
5d67183b4d
Fix notification from showing up in wrong window.
2012-05-23 16:54:55 -07:00
Brendan Dahl
ee54c0bfe4
Remove disable option. Change download wording to open.
2012-05-23 16:16:48 -07:00
Brendan Dahl
4bee4c6ee8
Use different id's for moz central and extension.
2012-05-23 15:57:14 -07:00
Brendan Dahl
139200e772
Merge pull request #1716 from yurydelendik/issue-1709
...
Adjusts MacRoman switch heuristics threshold
2012-05-22 18:09:51 -07:00
Yury Delendik
60a1074623
Merge pull request #1740 from yurydelendik/locale-cs
...
Czech locale
2012-05-22 17:38:21 -07:00
Sam
d5bfd71c02
Czech locale
2012-05-22 19:33:39 -05:00
Yury Delendik
c4e2c630a5
Merge pull request #1739 from arturadib/mozcentral-stuff
...
Fixed moz-central manifest; bundle Mochitests
2012-05-22 17:20:44 -07:00
Artur Adib
ea60f2a088
addr reviewer comments
2012-05-22 19:20:24 -04:00
Artur Adib
424f52205c
Fixed moz-central manifest; bundling Mochitests
2012-05-22 18:56:12 -04:00
Yury Delendik
6971aec9f3
Adjust heuristic to properly handle unicode characters
2012-05-21 22:15:09 -05:00
Artur Adib
5ac7513fa3
Merge pull request #1728 from yurydelendik/lexer-1
...
Allow parsing of the "glued" commands
2012-05-21 13:55:29 -07:00
Brendan Dahl
a9136d9f0f
Merge pull request #1720 from yurydelendik/remove-cid-1
...
Removes the CID data from the CFF font
2012-05-21 13:48:51 -07:00
Yury Delendik
874357aac1
Comment for knownCommands
2012-05-21 15:23:49 -05:00
Yury Delendik
74616848ca
Merge remote-tracking branch 'mozilla/master' into textsearch
...
Conflicts:
l10n/en-US/viewer.properties
web/viewer.html
2012-05-21 14:07:30 -05:00
Artur Adib
1e41f65735
Merge pull request #1712 from yurydelendik/winfont-1
...
Moves Subrs to Private tail in CFF top dict
2012-05-21 11:25:47 -07:00
Yury Delendik
a4f319104b
Don't print toolbar and not loaded pages
2012-05-21 13:08:42 -05:00
Artur Adib
db31a3efd8
Merge pull request #1731 from yurydelendik/browse-icon
...
Replaces browse button with a icon
2012-05-21 10:38:20 -07:00
Yury Delendik
609b2a797e
Merge remote-tracking branch 'mozilla/master' into textsearch
...
Conflicts:
l10n/en-US/viewer.properties
web/viewer.html
2012-05-21 11:32:16 -05:00
Yury Delendik
55d9a53e40
Fixes tab order, temp icon and localization
2012-05-21 11:23:12 -05:00
Yury Delendik
35171a8d31
Simplify small screen CSS logic
2012-05-21 10:59:43 -05:00