Commit Graph

2524 Commits

Author SHA1 Message Date
notmasteryet
709dc1a0c9 Initial ToUnicode modifications 2011-11-24 09:38:09 -06:00
notmasteryet
59d9dfc014 Merge pull request #786 from brendandahl/cmykjpgnorm
Special color space JPEGS
2011-11-22 19:48:01 -08:00
Brendan Dahl
faa202df1e Merge upstream and change test pdf file. 2011-11-22 10:39:26 -08:00
notmasteryet
2829e8016a Merge pull request #794 from brendandahl/devicen
DeviceN Colorspace and Multidimensional Sampling Function Support
2011-11-22 09:42:53 -08:00
Brendan Dahl
b64b7d55b1 Use the updated jpgjs with faster transform. 2011-11-22 09:32:20 -08:00
Brendan Dahl
f90cdcf0cd Update md5. 2011-11-22 09:06:53 -08:00
notmasteryet
a469249b20 Merge pull request #827 from notmasteryet/tree-42
Add FBF tests back (#821)
2011-11-22 04:56:42 -08:00
notmasteryet
a191511c18 test fbf 2011-11-21 23:00:45 -06:00
Brendan Dahl
0e0527be81 Address Yury's comment. 2011-11-21 17:23:54 -08:00
Brendan Dahl
408dd5d403 Replace devicen file with an example we can include. 2011-11-21 17:20:23 -08:00
Julian Viereck
f06325ea61 Merge pull request #800 from kkujala/test
Create first unit test in Jasmine unit test framework.
2011-11-21 12:17:18 -08:00
Artur Adib
b3549d639c Merge pull request #826 from arturadib/bot-test
(DO NOT MERGE) Testing bot w/ FF 8
2011-11-21 11:28:47 -08:00
Artur Adib
1e64223113 Removed fbf from test_manifest 2011-11-21 13:44:30 -05:00
Brendan Dahl
7a5556ca91 Add license. 2011-11-21 09:35:36 -08:00
Artur Adib
f00e3ff154 blah 2011-11-21 09:26:19 -05:00
Artur Adib
4c15c98524 test 2011-11-21 09:17:44 -05:00
Kalervo Kujala
1b0ccad5b0 Add jasmine license file. 2011-11-20 21:29:54 +02:00
Kalervo Kujala
624a7a74ea Add jasmine files to external-directory. 2011-11-20 21:16:47 +02:00
Kalervo Kujala
94a64eece9 Merge remote-tracking branch 'upstream/master' into test 2011-11-20 20:03:11 +02:00
Artur Adib
beb310708d Merge pull request #797 from notmasteryet/tree-41
Warn (not fail) during MD5 verification, new MD5 for intelisa and f1040
2011-11-18 10:55:09 -08:00
Artur Adib
385b6df2b4 Linting 2011-11-18 13:54:27 -05:00
vingtetun
715e7f6a4b Merge pull request #814 from arturadib/build-ver
Macro for generating version information
2011-11-18 04:14:44 -08:00
Artur Adib
5e0d704b12 Macro for generating version information 2011-11-17 15:45:33 -05:00
Brendan Dahl
b150f8be0d Remove the open web link file for now. 2011-11-16 15:18:31 -08:00
Brendan Dahl
564fe0d907 Remove open web pdf until we can resolve the performance issues. 2011-11-16 15:16:04 -08:00
Brendan Dahl
d2964f3e94 Update documentation. 2011-11-16 15:12:42 -08:00
Artur Adib
1d04bd2dbb Added link to Corpus Report 2011-11-16 15:27:28 -05:00
Artur Adib
b9a2f38a3d Merge pull request #805 from notmasteryet/issue-644
Issue #644: bypassing identity cmap loading; resetting colorspace ...
2011-11-16 12:03:52 -08:00
Artur Adib
ab5808bb67 Update README.md 2011-11-16 13:54:36 -05:00
notmasteryet
7a2301dc95 Inline setXXXRGBColor calls 2011-11-15 20:16:22 -06:00
Chris Jones
25a8dbd04c Merge pull request #804 from brendandahl/fixmemleak
Fix two memory leaks in testing framework.
2011-11-15 16:38:41 -08:00
notmasteryet
ef58ccd284 Issue #644: bypassing identity cmap translation loading; resetting color space when stroke/fill color set 2011-11-15 18:23:45 -06:00
Brendan Dahl
edf6f51c27 Remove submodule documentation. 2011-11-15 15:51:32 -08:00
Brendan Dahl
29c21843d6 Nits 2011-11-15 15:45:37 -08:00
Brendan Dahl
9e8d079579 Adding jpg.js back as a regular file. 2011-11-15 15:08:13 -08:00
Brendan Dahl
87d13cf803 Remove submodule. 2011-11-15 15:05:31 -08:00
Brendan Dahl
9830cb935e Fix two memory leaks. 2011-11-15 14:43:05 -08:00
notmasteryet
3965185683 change the ERROR to WARNING; a message saying how to resolve these warnings 2011-11-14 21:08:36 -06:00
Brendan Dahl
4bdc252cb3 Merge pull request #802 from arturadib/encoding-2
encoding-2 from @notmasteryet
2011-11-14 11:38:49 -08:00
Artur Adib
a182431ac5 Fixing lint 2011-11-14 13:59:11 -05:00
vingtetun
51950478b0 Merge pull request #801 from vingtetun/master
Bump up firefox version
2011-11-14 02:58:47 -08:00
Vivien Nicolas
effddf39ea Bump up firefox version in install.rdf 2011-11-14 11:58:21 +01:00
Kalervo Kujala
c2dd452342 Create first unit test in Jasmine unit test framework.
To run the unit test open pdf.js/test/unit/unit_test.html in your browser.

This requires that https://github.com/pivotal/jasmine is cloned to the same
directory level as pdf.js.
2011-11-13 21:39:56 +02:00
Julian Viereck
b8a1d8a47a Merge pull request #796 from notmasteryet/tree-40
fix lint error
2011-11-12 23:54:45 -08:00
notmasteryet
0499eb58be Warn (not fail) during MD5 verification, new MD5 for intelisa and f1040 2011-11-12 11:27:49 -06:00
notmasteryet
37b4ceb098 fix lint error 2011-11-12 11:10:49 -06:00
notmasteryet
60744a8a61 Merge branch 'master' of git://github.com/mozilla/pdf.js.git into encoding-2
Conflicts:
	src/evaluator.js
	src/fonts.js
2011-11-12 11:09:19 -06:00
Brendan Dahl
543e3377de Adding multi dimensional interpolation and test file. 2011-11-11 14:44:47 -08:00
Julian Viereck
aee1ccf394 Merge pull request #789 from kkujala/master
Fix jslint warnings in pattern.js.
2011-11-11 00:30:22 -08:00
Brendan Dahl
a8117c4744 Merge pull request #788 from jviereck/worker_feature_disable
Disable web worker on firefox 8-9 localhost using feature detection
2011-11-10 14:48:50 -08:00