Brendan Dahl
|
f90a05f5f8
|
Merge pull request #1837 from yurydelendik/jbig2-1
JBIG2 implementation
|
2012-06-26 16:00:32 -07:00 |
|
Yury Delendik
|
0dd445bf18
|
Fixes unit tests and adds few for util.js
|
2012-06-23 15:35:59 -05:00 |
|
Yury Delendik
|
00f1d6dbf1
|
Fetches pdf data in the worker
|
2012-06-23 14:48:33 -05:00 |
|
Yury Delendik
|
ae56ed53a2
|
jbig2 ref test
|
2012-06-22 05:59:53 -05:00 |
|
Yury Delendik
|
95bc99f698
|
Initial JBIG2 code
|
2012-06-16 15:15:42 -05:00 |
|
sbarman
|
7ec483a7fa
|
Added new test pdf to manifest
|
2012-06-13 10:29:02 -07:00 |
|
Brendan Dahl
|
5d8f463162
|
Adds support for the extend option for linear and radial shadings.
|
2012-06-07 16:00:07 -07:00 |
|
Yury Delendik
|
08b2249159
|
Merge pull request #1787 from ikr/master
A new (valid) link for Cyrillic_Alphabets-Chars.pdf test file
|
2012-06-04 16:42:50 -07:00 |
|
Brendan Dahl
|
da94701c7b
|
Addresses review feedback from mozilla central. See bugzilla bug 752676.
|
2012-06-04 09:38:22 -07: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 |
|
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
|
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
|
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 |
|
Artur Adib
|
417eeb640d
|
removing all async tests
|
2012-05-25 13:06:55 -04: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
|
139200e772
|
Merge pull request #1716 from yurydelendik/issue-1709
Adjusts MacRoman switch heuristics threshold
|
2012-05-22 18:09:51 -07: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 |
|
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
|
84b4f53ed6
|
Adjusts MacRoman switch heuristics threshold
|
2012-05-18 11:15:44 -05:00 |
|
Yury Delendik
|
686d637aa2
|
Reference test for 1629
|
2012-05-17 18:34:31 -05: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 |
|
Yury Delendik
|
910ba0b91f
|
Fixes user and owner passwords logic
|
2012-05-12 21:34:32 -05:00 |
|
Yury Delendik
|
324b867183
|
Adds evaluator tests
|
2012-05-10 16:11:27 -05:00 |
|
Yury Delendik
|
9b8b3bd25f
|
Initial localization
|
2012-04-30 15:29:05 -05:00 |
|
Brendan Dahl
|
ba9c828117
|
Merge pull request #1600 from yurydelendik/issue-1586
Don't check gen number for free entry; don't index objects twice
|
2012-04-25 17:04:11 -07:00 |
|
Yury Delendik
|
c13a4c1557
|
Replacing test with simulated bad pdf
|
2012-04-24 18:53:11 -05:00 |
|
Brendan Dahl
|
0cb6d62089
|
Merge pull request #1599 from yurydelendik/issue-1597
Guessing pdf char size based on the CMap numbers
|
2012-04-24 13:49:30 -07:00 |
|
Artur Adib
|
c933845320
|
Merge pull request #1596 from yurydelendik/tests-kill-browser
Terminates browser processes; if killed waits for termination
|
2012-04-24 12:07:17 -07:00 |
|
Yury Delendik
|
fcabd176a0
|
Don't check gen number for free entry; don't index objects twice
|
2012-04-23 22:14:58 -05:00 |
|
Yury Delendik
|
545775bd7f
|
Add ref test
|
2012-04-23 17:50:02 -05:00 |
|
Yury Delendik
|
f7ccb291f4
|
Fix broken metadata
|
2012-04-23 16:43:20 -05:00 |
|
Yury Delendik
|
d2600ea9da
|
Terminates browser processes; if killed waits for termination
|
2012-04-23 15:05:50 -05:00 |
|
Yury Delendik
|
8b7cd47798
|
Merge pull request #1580 from brendandahl/unittest
Use test.py for unit tests too.
|
2012-04-23 12:42:44 -07:00 |
|
Brendan Dahl
|
0c2f818828
|
Add "regression" to differentiate the two tests.
|
2012-04-23 09:39:04 -07:00 |
|
Brendan Dahl
|
909951d975
|
Allow time to finish requests.
|
2012-04-19 14:19:08 -07:00 |
|
Brendan Dahl
|
5f17d881a9
|
Fix nit.
|
2012-04-19 12:34:50 -07:00 |
|
Brendan Dahl
|
e18a2c512e
|
Use test.py for unit tests too.
|
2012-04-19 12:32:24 -07:00 |
|
Yury Delendik
|
cf19de8fcd
|
Merge pull request #1573 from brendandahl/issue-1516
Handle junk at the end of postscript functions.
|
2012-04-18 14:00:58 -07:00 |
|
Brendan Dahl
|
e5732f489d
|
Handle junk at the end of postscript functions.
|
2012-04-18 09:48:28 -07:00 |
|
Yury Delendik
|
b3c7766bb9
|
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into update-md5-2
Conflicts:
test/test_manifest.json
|
2012-04-17 16:54:09 -05:00 |
|
Yury Delendik
|
b02b7be879
|
Merge pull request #1556 from brendandahl/replacetcpdf33
Replace test pdf tcpdf 33 by custom generated pdf.
|
2012-04-17 14:51:32 -07:00 |
|
Brendan Dahl
|
9ffc49e512
|
Add browser test timeout.
|
2012-04-17 12:53:50 -07:00 |
|
Brendan Dahl
|
28024fba3b
|
Replace test pdf tcpdf 33 by custom generated pdf.
|
2012-04-17 10:39:17 -07:00 |
|
Yury Delendik
|
cff6c8db08
|
skip cached objects and has consistent font ids
|
2012-04-16 21:42:05 -05:00 |
|
Yury Delendik
|
357805696b
|
Fixing concurrency and test driver
|
2012-04-16 14:49:55 -05:00 |
|
Yury Delendik
|
50349658af
|
Temporary avoiding chrome on linux failures
|
2012-04-15 21:12:00 -05:00 |
|
Yury Delendik
|
59f507fff6
|
Merge pull request #1533 from brendandahl/api
Add basic unit tests for new API
|
2012-04-13 15:02:00 -07:00 |
|
Yury Delendik
|
e1b4fc5ac7
|
Enabled workers during testing
|
2012-04-13 16:04:57 -05:00 |
|
Brendan Dahl
|
19c0c6a983
|
Add back other unit tests. Disable worker.
|
2012-04-12 18:09:25 -07:00 |
|
Brendan Dahl
|
3925e37417
|
Add basic api unit testing.
|
2012-04-12 17:59:30 -07:00 |
|
Brendan Dahl
|
b6c587bb98
|
Fix driver viewport.
|
2012-04-12 09:59:17 -07:00 |
|
Yury Delendik
|
b312719d7e
|
Fixes test driver and examples
|
2012-04-12 08:23:38 -07:00 |
|
Brendan Dahl
|
5608f8e445
|
Test refactoring for async api.
|
2012-04-11 18:05:43 -07:00 |
|
Yury Delendik
|
c21a95c430
|
Update MD5s for the linked pdfs
|
2012-04-06 22:34:49 -07:00 |
|
Yury Delendik
|
b10d7fceb8
|
Merge pull request #1443 from brendandahl/gradientfix
Fix gradients for fill and stroke.
|
2012-04-05 16:14:55 -07:00 |
|
Brendan Dahl
|
449d7105c6
|
Merge pull request #1486 from yurydelendik/issue-1466
Improving invalid operations syntax recovery (#1466)
|
2012-04-05 15:39:47 -07:00 |
|
Brendan Dahl
|
fece736b8a
|
Merge upstream.
|
2012-04-05 12:46:23 -07:00 |
|
Artur Adib
|
bdc8a91778
|
Retry w/ JSON to avoid cross-object contamination
|
2012-04-04 18:25:22 -04:00 |
|
Yury Delendik
|
0ca4ca6077
|
Improving invalid operations syntax recovery (#1466) (see also #589)
|
2012-04-04 11:50:20 -05:00 |
|
Artur Adib
|
6d9e045413
|
driver.js: retry POST until successful
|
2012-04-03 18:19:03 -04:00 |
|
Brendan Dahl
|
6ec62cd148
|
Merge pull request #1444 from arturadib/new-bot
New files for Windows bot
|
2012-03-29 12:32:09 -07:00 |
|
Brendan Dahl
|
7008d07fde
|
Fix gradients for fill and stroke.
|
2012-03-29 08:53:51 -07:00 |
|
Artur Adib
|
0d216e62fe
|
fix wnv_chinese link
|
2012-03-27 21:00:27 -04:00 |
|
notmasteryet
|
19bc96a617
|
Merge pull request #1406 from 'bdahl/string_fontname'
Fix string font names.
|
2012-03-26 21:17:16 -05:00 |
|
Brendan Dahl
|
d9bb76d54c
|
Merge pull request #1418 from notmasteryet/truetype-enc-2
Checking if it's a true symbolic truetype font
|
2012-03-26 17:12:16 -07:00 |
|
notmasteryet
|
851220074d
|
Checking if it's a true symbolic truetype font
|
2012-03-25 16:30:44 -05:00 |
|
notmasteryet
|
a30f54078d
|
fixing usmanm-bad.pdf link
|
2012-03-22 18:07:40 -05:00 |
|
Brendan Dahl
|
25c0bfaa79
|
Merge pull request #1361 from notmasteryet/truetype-enc-1
Fixes TrueType cmap re-encoding
|
2012-03-22 11:49:16 -07:00 |
|
Brendan Dahl
|
2d7e1d6346
|
Merge upstream.
|
2012-03-21 16:13:24 -07:00 |
|
Brendan Dahl
|
52a4bcbd4f
|
Merge upstream.
|
2012-03-19 10:45:53 -07:00 |
|
Brendan Dahl
|
52222b7de3
|
Add test file for string font name.
|
2012-03-19 09:09:42 -07:00 |
|
notmasteryet
|
73c9f8797b
|
Add missing .link files; minor fix
|
2012-03-17 23:22:42 -05:00 |
|
notmasteryet
|
b2b78cfeb2
|
Add tests from #1309 and #1317
|
2012-03-17 23:13:54 -05:00 |
|
notmasteryet
|
1f0af7c476
|
Add 'Indexed' cs abbreviation
|
2012-03-17 17:35:04 -05:00 |
|
Brendan Dahl
|
1a1767ce82
|
Fix lint.
|
2012-03-10 19:47:14 -08:00 |
|
Brendan Dahl
|
4a50e06e85
|
Merge branch 'master' of https://github.com/mozilla/pdf.js into cff
|
2012-03-10 19:22:02 -08:00 |
|
Brendan Dahl
|
386ea373a5
|
Add font spec to the unit test list.
|
2012-03-10 19:19:00 -08:00 |
|
Brendan Dahl
|
ce53b1b018
|
CFF Parser and Compiler.
|
2012-03-10 19:12:33 -08:00 |
|
notmasteryet
|
38e3f32557
|
Add and fix pdfkit_compressed.pdf
|
2012-03-01 21:23:36 -06:00 |
|
Artur Adib
|
d09c0fbfd3
|
Merge pull request #1252 from notmasteryet/issue-1249
Check if glyphs are stored outside the glyf table
|
2012-02-29 10:43:45 -08:00 |
|
notmasteryet
|
a8cdbcf315
|
Merge remote-tracking branch 'mozilla/master' into bidi
Conflicts:
src/fonts.js
|
2012-02-21 18:23:00 -06:00 |
|
Brendan Dahl
|
884ea5f028
|
Merge pull request #1244 from notmasteryet/issue-1243
Sets proper unicode range for symbols; sanitize no-glyphs fonts
|
2012-02-21 11:37:56 -08:00 |
|
notmasteryet
|
a46a684935
|
Moving all symbolic font glyphs into 0xF000 - 0xF0FF range
|
2012-02-20 17:19:12 -06:00 |
|
notmasteryet
|
28b4dac2d8
|
Merge remote-tracking branch 'mozilla/master' into bidi
Conflicts:
web/viewer.html
|
2012-02-20 12:41:19 -06:00 |
|
Brendan Dahl
|
b6e4fc771f
|
Fix bad chars in Type2CFF font names.
|
2012-02-19 22:12:22 -08:00 |
|
notmasteryet
|
8f3b198c23
|
Check if glyph are stored outside the glyf table
|
2012-02-19 20:12:57 -06:00 |
|
notmasteryet
|
de821a0db1
|
Changing special-power version to 13.0
|
2012-02-19 14:49:08 -06:00 |
|
notmasteryet
|
321750bba6
|
Sets proper unicode range for symbols; sanitize no-glyphs fonts
|
2012-02-18 15:01:53 -06:00 |
|
notmasteryet
|
4e967b201d
|
Merge pull request #1212 from arturadib/issue-1155
Fixes #1155: intersection of CropBox and MediaBox
|
2012-02-16 09:04:21 -08:00 |
|
Brendan Dahl
|
c440dfeee0
|
Merge pull request #1203 from notmasteryet/glyf-sanitize
Sanitizing the font glyphs to avoid OTS rejections
|
2012-02-15 12:08:05 -08:00 |
|
Artur Adib
|
db5f43be46
|
oops
|
2012-02-14 15:00:43 -05:00 |
|
Artur Adib
|
f1dfe880e8
|
Adding regression test
|
2012-02-14 14:55:39 -05:00 |
|
Brendan Dahl
|
612151d1bc
|
Merge pull request #1173 from notmasteryet/tree-66
Fixes browsers minimal font limitations
|
2012-02-14 09:05:21 -08:00 |
|
Julian Viereck
|
72e3d3d703
|
Merge pull request #1209 from notmasteryet/tree-75
Add gif as known mime type for `make server`
|
2012-02-13 23:02:40 -08:00 |
|
notmasteryet
|
7a8a9b9d93
|
Add gif as known mime type for make server
|
2012-02-13 20:33:33 -06:00 |
|