Commit Graph

1190 Commits

Author SHA1 Message Date
Andreas Gal
98b2c4784d Merge pull request #87 from cgjones/master
fix test_harness missing exceptions thrown by numPages getter r=gal
2011-06-24 20:47:36 -07:00
Andreas Gal
cc7aeedfd2 Merge pull request #87 from cgjones/master
fix test_harness missing exceptions thrown by numPages getter r=gal
2011-06-24 20:47:36 -07:00
Vivien Nicolas
29eae2c468 Do less manual conversion 2011-06-25 05:45:15 +02:00
Vivien Nicolas
cbd89e26fd Do less manual conversion 2011-06-25 05:45:15 +02:00
Chris Jones
636a548b5d Merge pull request #86 from andreasgal/staging
fix issue #78, don't try to use 'in' operator on null
2011-06-24 20:43:48 -07:00
Chris Jones
a1d654c010 Merge pull request #86 from andreasgal/staging
fix issue #78, don't try to use 'in' operator on null
2011-06-24 20:43:48 -07:00
Chris Jones
2e40fc0d4a errors thrown by |get numPages()| were not caught. GETTERS!!! 2011-06-24 20:41:47 -07:00
Chris Jones
9b7ff00f67 errors thrown by |get numPages()| were not caught. GETTERS!!! 2011-06-24 20:41:47 -07:00
Andreas Gal
1ca690e583 Merge github.com:andreasgal/pdf.js into staging 2011-06-24 23:34:58 -04:00
Andreas Gal
fb4fab0b47 Merge github.com:andreasgal/pdf.js into staging 2011-06-24 23:34:58 -04:00
Andreas Gal
ab20b9c999 Merge pull request #85 from notmasteryet/decryptstream
Decryptstream; prediction stream and toHexDigit fixes
2011-06-24 20:32:54 -07:00
Andreas Gal
83c672a178 Merge pull request #85 from notmasteryet/decryptstream
Decryptstream; prediction stream and toHexDigit fixes
2011-06-24 20:32:54 -07:00
notmasteryet
d3d13b252d Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into decryptstream 2011-06-24 22:28:34 -05:00
notmasteryet
6ab78d649a Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into decryptstream 2011-06-24 22:28:34 -05:00
Andreas Gal
5422182eda fix issue #78, don't try to use 'in' operator on null 2011-06-24 23:27:22 -04:00
Andreas Gal
2f246236cb fix issue #78, don't try to use 'in' operator on null 2011-06-24 23:27:22 -04:00
Chris Jones
3c72311a36 Merge remote branch 'gal' 2011-06-24 20:24:25 -07:00
Chris Jones
45d47abd24 Merge remote branch 'gal' 2011-06-24 20:24:25 -07:00
notmasteryet
2e1d947ec5 security.js -> crypto.js; add ref to the multi-page-viewer 2011-06-24 22:17:57 -05:00
notmasteryet
d68b136ac4 security.js -> crypto.js; add ref to the multi-page-viewer 2011-06-24 22:17:57 -05:00
Vivien Nicolas
7bc26ba127 Add the Type1 subrs into the CFF local subrs index 2011-06-25 05:12:35 +02:00
Vivien Nicolas
159c986e6e Add the Type1 subrs into the CFF local subrs index 2011-06-25 05:12:35 +02:00
notmasteryet
63e74b53e9 Fix arcfour initialization and encoding; png prediction fix 2011-06-24 22:08:33 -05:00
notmasteryet
4326a1d5bf Fix arcfour initialization and encoding; png prediction fix 2011-06-24 22:08:33 -05:00
Andreas Gal
8daac2dc64 Merge pull request #82 from cgjones/master
add Intel ISA doc as load test, and make harness resilient to bad PDF loads r=gal
2011-06-24 19:50:55 -07:00
Andreas Gal
558a12bc56 Merge pull request #82 from cgjones/master
add Intel ISA doc as load test, and make harness resilient to bad PDF loads r=gal
2011-06-24 19:50:55 -07:00
sbarman
9c986c0c63 Merge pull request #84 from sbarman/master
bug fix, pixBytes should be rowBytes
2011-06-24 19:43:11 -07:00
sbarman
3faef37549 Merge pull request #84 from sbarman/master
bug fix, pixBytes should be rowBytes
2011-06-24 19:43:11 -07:00
sbarman
86eeedc397 Fixed bug, used pixBytes instead of rowBytes 2011-06-24 19:40:51 -07:00
sbarman
4189bb610e Fixed bug, used pixBytes instead of rowBytes 2011-06-24 19:40:51 -07:00
Chris Jones
925a4d1858 Merge remote branch 'gal' 2011-06-24 19:28:42 -07:00
Chris Jones
3eeabcb56f Merge remote branch 'gal' 2011-06-24 19:28:42 -07:00
Chris Jones
2fd80549c7 Merge pull request #83 from sayrer/master
missing favicon.ico file
2011-06-24 19:27:02 -07:00
Chris Jones
67456c8e41 Merge pull request #83 from sayrer/master
missing favicon.ico file
2011-06-24 19:27:02 -07:00
Rob Sayre
3a99b05b79 Add favicon.ico file 2011-06-24 19:25:03 -07:00
Rob Sayre
d56e6614a3 Add favicon.ico file 2011-06-24 19:25:03 -07:00
Chris Jones
29b7489a3f add Intel ISA doc as load test, and make harness resilient to bad PDF loads 2011-06-24 19:23:29 -07:00
Chris Jones
6ca1c4cf83 add Intel ISA doc as load test, and make harness resilient to bad PDF loads 2011-06-24 19:23:29 -07:00
sbarman
cde62c85bc fully working faxstreams 2011-06-24 19:07:42 -07:00
sbarman
7be264ea88 fully working faxstreams 2011-06-24 19:07:42 -07:00
Vivien Nicolas
1a141cbf17 Add a 'scale' url parameter 2011-06-25 03:48:49 +02:00
Vivien Nicolas
69c1a54971 Add a 'scale' url parameter 2011-06-25 03:48:49 +02:00
Andreas Gal
d08943b51d Merge pull request #79 from sayrer/master
Just some small fixes making the test harness a little better. r=gal
2011-06-24 18:40:22 -07:00
Andreas Gal
74fad436e4 Merge pull request #79 from sayrer/master
Just some small fixes making the test harness a little better. r=gal
2011-06-24 18:40:22 -07:00
notmasteryet
da30105b13 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into decryptstream 2011-06-24 20:03:26 -05:00
notmasteryet
490571f7f9 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into decryptstream 2011-06-24 20:03:26 -05:00
Rob Sayre
813b31750a Clean up 404 noise from favicon.ico, send Content-Length with GET responses. 2011-06-24 17:58:07 -07:00
Rob Sayre
4278660216 Clean up 404 noise from favicon.ico, send Content-Length with GET responses. 2011-06-24 17:58:07 -07:00
Rob Sayre
40f67c9573 Turn off safe-browsing code in test harness. 2011-06-24 17:13:31 -07:00
Rob Sayre
0b422b4277 Turn off safe-browsing code in test harness. 2011-06-24 17:13:31 -07:00