Xavier Fung
17492f4688
Minor fix to brackets
13 years ago
Xavier Fung
bf1063048b
Merge branch 'zh-TW' of github.com:xavier114fch/pdf.js into zh-TW
13 years ago
Xavier Fung
cba3e04c55
Merge branch 'zh-TW' of https://github.com/xavier114fch/pdf.js
13 years ago
Xavier Fung
65f6c31bf9
Merge remote-tracking branch 'upstream/master' into zh-TW
13 years ago
Xavier Fung
bf52f3f293
Merge remote-tracking branch 'upstream/master' into zh-TW
13 years ago
Yury Delendik
3a240263b0
Merge pull request #1794 from brendandahl/fix-fallback
...
Fix fallback after new download.
13 years ago
Brendan Dahl
87d9651eb7
Fix fallback after new download.
13 years ago
Xavier Fung
c37be31b49
Merge branch 'zh-TW' of https://github.com/xavier114fch/pdf.js into zh-TW
13 years ago
Yury Delendik
dc4e53ca00
Merge pull request #1793 from yurydelendik/ellipsis
...
Uses ellipsis instead of dots
13 years ago
Gavin Sharp
65a7017ac9
Uses ellipsis instead of dots
13 years ago
Yury Delendik
08b2249159
Merge pull request #1787 from ikr/master
...
A new (valid) link for Cyrillic_Alphabets-Chars.pdf test file
13 years ago
Yury Delendik
dab519228b
Merge pull request #1789 from brendandahl/app-pref
...
Addresses review feedback from mozilla central.
13 years ago
Brendan Dahl
4f314fff39
Remove space at end of line.
13 years ago
Artur Adib
277c127921
Merge pull request #1743 from yurydelendik/mobile-1
...
Add viewport metatag for mobile
13 years ago
Brendan Dahl
16b1fa1e98
Merge upstream.
13 years ago
Brendan Dahl
72e6dbebaa
Update factory in bootstrap.js.
13 years ago
Brendan Dahl
da94701c7b
Addresses review feedback from mozilla central. See bugzilla bug 752676.
13 years ago
Xavier Fung
adeef04fee
Update translation
13 years ago
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.
13 years ago
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
13 years ago
Yury Delendik
b47e1c8b3b
Merge pull request #1786 from brendandahl/blob-download2
...
Use already downloaded data for the open with/save as dialog.
13 years ago
Brendan Dahl
6175e4b526
Use already downloaded data for the open with/save as dialog.
13 years ago
Brendan Dahl
121040a5dc
Make pdf.js the default pdf viewer for moz central.
...
Update the tests to reflect this.
13 years ago
Brendan Dahl
8ae9c7dcbd
Merge pull request #1783 from yurydelendik/remove-xx
...
Fixing search button; removing xx culture
13 years ago
Yury Delendik
e2011a4244
Fixing search button; removing xx culture
13 years ago
Brendan Dahl
43cd5c5095
Merge pull request #1782 from yurydelendik/review-742099
...
Addressing the bug 742099 review
13 years ago
Yury Delendik
5371dc671b
Missing parent
13 years ago
Yury Delendik
fd85882366
Addressing the bug 742099 review
13 years ago
Brendan Dahl
3d7f01d9ca
Add global pref to enable/disable. Control pdf.js in application preferences. Add Artur's mochi tests.
13 years ago
Brendan Dahl
2a9efa8acc
TODO isn't defined in viewer, just directly call fallback.
13 years ago
benbro
6de284acc9
Set the style element ID.
13 years ago
benbro
4e39685753
Use a style tag with an ID instead of keeping a reference to it.
13 years ago
Yury Delendik
2578476e7c
Merge pull request #1775 from xavier114fch/zh-TW
...
Update translation
13 years ago
Xavier Fung
613f4f2b90
Update translation
13 years ago
Brendan Dahl
85f9217c5e
Merge pull request #1774 from arturadib/mozcentral-test-1
...
Moz-Central tests: Remove all async tests
13 years ago
Brendan Dahl
d9764ab468
Merge pull request #1674 from mozilla/textsearch
...
Text search with new API, new UI
13 years ago
Brendan Dahl
2ba7cbc4fa
Merge pull request #1766 from yurydelendik/encryptmeta
...
Suppress metadata decryption
13 years ago
Artur Adib
2a962f2c97
merging upstream
13 years ago
Artur Adib
92465b41c5
EXT_PREFIX --> PREF_PREFIX
13 years ago
Yury Delendik
1fb02300a4
Removing log
13 years ago
Artur Adib
9597efb3f4
merge upstream
13 years ago
Artur Adib
f991af003d
Merge pull request #1701 from brendandahl/fallback-ui
...
Fallback UI for Extension
13 years ago
Yury Delendik
42a9fb4400
Merge pull request #1770 from tomer/master
...
Hebrew localization for pdf.js
13 years ago
Tomer Cohen
ff14136fab
Hebrew (he) localization
13 years ago
Yury Delendik
50b86ff480
Move putImageData
13 years ago
Yury Delendik
48811f362b
Skipping incorrectly encoded metadata
13 years ago
Yury Delendik
413e5357b9
Suppress metadata decryption
13 years ago
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
13 years ago
Julian Viereck
d3019a72a7
Merge pull request #1757 from yurydelendik/print-visible
...
Don't print toolbar and not loaded pages
13 years ago
Yury Delendik
81681e7914
Pre-scale image in the paintImageMaskXObject
13 years ago