Commit Graph

4003 Commits

Author SHA1 Message Date
Artur Adib
277c127921 Merge pull request #1743 from yurydelendik/mobile-1
Add viewport metatag for mobile
2012-06-04 14:34:02 -07:00
Brendan Dahl
16b1fa1e98 Merge upstream. 2012-06-04 11:16:02 -07:00
Brendan Dahl
72e6dbebaa Update factory in bootstrap.js. 2012-06-04 09:45:09 -07:00
Brendan Dahl
da94701c7b Addresses review feedback from mozilla central. See bugzilla bug 752676. 2012-06-04 09:38:22 -07:00
Xavier Fung
adeef04fee Update translation 2012-06-04 14:35:12 +08:00
Ivan Krechetov
5be6707a9e A new (valid) link for Cyrillic_Alphabets-Chars.pdf test file.
The old one returned a 404, and prevented `node make server` from running the first time.
2012-06-03 12:15:25 +02:00
Yury Delendik
769bbf20e1 Merge pull request #1781 from brendandahl/app-pref
GH Portion of the Control pdf.js and Other PDF Plugins using Application Preferences bug
2012-06-01 16:46:48 -07:00
Yury Delendik
b47e1c8b3b Merge pull request #1786 from brendandahl/blob-download2
Use already downloaded data for the open with/save as dialog.
2012-06-01 15:23:52 -07:00
Brendan Dahl
6175e4b526 Use already downloaded data for the open with/save as dialog. 2012-06-01 14:17:09 -07:00
Brendan Dahl
121040a5dc Make pdf.js the default pdf viewer for moz central.
Update the tests to reflect this.
2012-06-01 13:21:45 -07:00
Brendan Dahl
8ae9c7dcbd Merge pull request #1783 from yurydelendik/remove-xx
Fixing search button; removing xx culture
2012-05-31 14:54:36 -07:00
Yury Delendik
e2011a4244 Fixing search button; removing xx culture 2012-05-31 16:13:27 -05:00
Brendan Dahl
43cd5c5095 Merge pull request #1782 from yurydelendik/review-742099
Addressing the bug 742099 review
2012-05-31 14:07:31 -07:00
Yury Delendik
5371dc671b Missing parent 2012-05-31 16:01:54 -05:00
Yury Delendik
fd85882366 Addressing the bug 742099 review 2012-05-31 15:56:38 -05:00
Brendan Dahl
3d7f01d9ca Add global pref to enable/disable. Control pdf.js in application preferences. Add Artur's mochi tests. 2012-05-31 11:16:06 -07:00
Brendan Dahl
2a9efa8acc TODO isn't defined in viewer, just directly call fallback. 2012-05-31 11:12:46 -07:00
benbro
6de284acc9 Set the style element ID. 2012-05-31 12:05:06 +03:00
benbro
4e39685753 Use a style tag with an ID instead of keeping a reference to it. 2012-05-31 12:01:15 +03:00
Yury Delendik
2578476e7c Merge pull request #1775 from xavier114fch/zh-TW
Update translation
2012-05-29 11:54:24 -07:00
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
50b86ff480 Move putImageData 2012-05-28 15:10:44 -05: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
Yury Delendik
81681e7914 Pre-scale image in the paintImageMaskXObject 2012-05-27 13:50:46 -05: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