Yury Delendik
f014481149
Replaces throw to error() and uses shadow()
2012-06-22 05:55:19 -05:00
Yury Delendik
699abbd4f2
Removing huffman tables; decoding context refactoring
2012-06-22 05:36:56 -05:00
Yury Delendik
2e5414cd18
Fixes template 2; implements end of stripe
2012-06-22 00:50:04 -05:00
Yury Delendik
aa877e1d40
Implements refinement
2012-06-21 17:26:24 -05:00
Yury Delendik
e09eb529d9
Adds basic symbol dictionary and text region.
2012-06-18 15:03:20 -05:00
Yury Delendik
95bc99f698
Initial JBIG2 code
2012-06-16 15:15:42 -05:00
Brendan Dahl
1c1447e599
Merge pull request #1763 from yurydelendik/type3-1
...
Type3 smoothing: pre-scale image in the paintImageMaskXObject
2012-06-06 09:26:38 -07:00
Yury Delendik
d5da15e001
Fixes brackets
2012-06-05 17:56:18 -05: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
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
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
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
Yury Delendik
81681e7914
Pre-scale image in the paintImageMaskXObject
2012-05-27 13:50:46 -05:00
Brendan Dahl
5416b92392
Add todo comment.
2012-05-25 13:07:07 -07: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
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
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
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
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
43f1946c7a
Add prefixes for literals
2012-05-20 14:05:23 -05:00
Yury Delendik
ec6c185cf5
Allow parsing of the "glued" commands
2012-05-20 13:44:03 -05:00
Yury Delendik
ed02be8352
Removes the CID data from the CFF font
2012-05-18 16:51:55 -05:00
Yury Delendik
84b4f53ed6
Adjusts MacRoman switch heuristics threshold
2012-05-18 11:15:44 -05:00
Yury Delendik
45ae175d0b
Fixes CFF: moves Subrs to Private tail
2012-05-17 18:15:11 -05:00
Jakob Miland
b655b414d8
PasswordException in closure
2012-05-17 21:34:39 +02:00
Jakob Miland
3ddf9b5dfd
Merge branch 'fixpassword', remote-tracking branch 'origin/master' into fixpassword
2012-05-16 21:03:09 +02:00
Artur Adib
0bac4abcb5
Merge branch 'master' of github.com:mozilla/pdf.js into textsearch
2012-05-16 12:51:19 -04:00
Brendan Dahl
e962d93946
Change to info for most gstate settings.
2012-05-15 16:05:45 -07:00
Brendan Dahl
60dd0e08e4
Merge pull request #1694 from yurydelendik/owner-password
...
Fixes user and owner passwords logic
2012-05-15 11:52:56 -07:00
Brendan Dahl
080c3e79fc
Merge upstream. Use new l10n.
2012-05-15 10:33:01 -07:00
Brendan Dahl
034583e1a1
Add new severity log info(). Change severity of some log messages. Trigger fallback on errors and warnings for extension.
2012-05-14 17:19:09 -07:00
Jakob Miland
45d6daa853
Wrong variable name, fix
2012-05-14 20:58:56 +02:00
Jakob Miland
0a30d3961b
Support password and add the relevant l10n strings
2012-05-14 20:45:07 +02:00
Brendan Dahl
3586b7579f
Merge pull request #1686 from yurydelendik/evaluator-tests
...
Evaluator tests
2012-05-14 09:06:41 -07:00
Jakob Miland
b7ea788b0c
Merge remote-tracking branch 'origin/master' into fixpassword
2012-05-14 17:58:10 +02:00
Yury Delendik
910ba0b91f
Fixes user and owner passwords logic
2012-05-12 21:34:32 -05:00
Dmitry Kataev
6acdf1791c
Two or more operations can be combined together like qqBT
2012-05-09 21:29:50 +04:00
Artur Adib
2d3ed7fc78
Merge branch 'refs/heads/master' into textsearch
...
Conflicts:
web/viewer.css
web/viewer.html
web/viewer.js
2012-05-08 17:22:48 -04:00
beat
e1146b64ad
fix 4 lint errors
2012-05-08 16:34:46 +02:00
beat
e11cad884c
code style fixes
2012-05-08 14:17:51 +02:00
beat
7786e4fefb
Make authentication work
2012-05-07 09:17:00 +02:00
asraniel
315071ca28
Add stub for the last piece of the puzzle
2012-05-06 21:32:30 +02:00