Commit Graph

564 Commits

Author SHA1 Message Date
Andreas Gal
def0060a7c Merge pull request #92 from notmasteryet/multisize
Support for PDF with different page sizes r=gal
2011-06-26 09:38:09 -07:00
notmasteryet
8a044058f3 Support for multi-size page PDFs 2011-06-26 09:15:33 -05:00
Chris Jones
ed306568d9 Merge pull request #89 from sayrer/master
Fix the log scrolling in the test harness.
2011-06-25 18:16:21 -07:00
Rob Sayre
fc65ddb7df Still more whitespace fixing. 2011-06-25 11:02:35 -07:00
Rob Sayre
cfcac65de4 Fix whitespace. 2011-06-25 09:51:27 -07:00
Rob Sayre
b016f4e76a Merge remote branch 'upstream/master' 2011-06-25 09:47:37 -07:00
Rob Sayre
6b675d8db6 Make the log auto-scroll if the scrollbar is near the bottom, but maintain position if it isn't. 2011-06-25 09:42:59 -07:00
Andreas Gal
8c2804145c hack around OOM problem due to broken pattern code 2011-06-25 00:17:28 -04:00
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
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
2e40fc0d4a errors thrown by |get numPages()| were not caught. GETTERS!!! 2011-06-24 20:41:47 -07: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
notmasteryet
d3d13b252d 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
Chris Jones
3c72311a36 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
63e74b53e9 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
sbarman
9c986c0c63 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
Chris Jones
925a4d1858 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
Rob Sayre
3a99b05b79 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
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
notmasteryet
da30105b13 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
40f67c9573 Turn off safe-browsing code in test harness. 2011-06-24 17:13:31 -07:00
Chris Jones
bfff2ba63f update test_slave for the new font-loading API 2011-06-24 17:11:39 -07:00
Chris Jones
5d1ed2405c Merge pull request #77 from sayrer/master
Concurrent browsers sending results asynchronously
2011-06-24 16:22:08 -07:00
Rob Sayre
185b3e6272 Concurrent browsers sending snapshots asynchronously. 2011-06-24 16:14:33 -07:00
Andreas Gal
cdb8788865 nits 2011-06-24 17:12:06 -04:00
Andreas Gal
48aed109e4 Merge pull request #76 from vingtetun/master
Minor changes
2011-06-24 14:10:14 -07:00
Chris Jones
86c18ca92f Merge pull request #75 from sayrer/master
Run the browsers in parallel, and try hard to clean up after them
2011-06-24 13:39:04 -07:00
Vivien Nicolas
f13cbe883f Update the multi_page_viewer.js code to work with the new FontLoader API 2011-06-24 21:46:48 +02:00
Vivien Nicolas
a71fa0a11f Merge branch 'master' of https://github.com/andreasgal/pdf.js 2011-06-24 21:27:43 +02:00
Vivien Nicolas
c1c8ca4ef3 Do not add the font-loader canvas to the page dom to save some load time 2011-06-24 21:25:08 +02:00
Rob Sayre
87f72705e9 Try harder to clean up after the browsers. 2011-06-24 09:45:41 -07:00
Rob Sayre
2bbfb7ae57 Add a line to prevent TestPilot from installing. 2011-06-24 09:00:13 -07:00
Rob Sayre
a1440b8e15 Run browsers in parallel. No limit on the number of concurrent browsers right now. 2011-06-24 08:43:26 -07:00
notmasteryet
c78c209eb5 Basic DecryptStream functionality; md5 and arcfour algorithms 2011-06-24 07:51:31 -05:00
Vivien Nicolas
26389c083a Fix a bunch of warnings from Firebug strict mode 2011-06-24 11:58:05 +02:00
Vivien Nicolas
07ca9bfec5 Start adding a FontLoader class to isolate the font-loaded hack 2011-06-24 11:47:22 +02:00
Chris Jones
2e2924430a Merge pull request #73 from justindarc/master
Updated to follow coding style guidelines
2011-06-23 19:16:18 -07:00
Justin D'Arcangelo
c5b889a47b Brought pdf.js back up to the latest revision. 2011-06-23 21:37:40 -04:00
Justin D'Arcangelo
b9af0da8f8 Fixed vim indentation rules. 2011-06-23 21:18:07 -04:00
Justin D'Arcangelo
b18006a055 Fixed file renaming issues. 2011-06-23 21:17:31 -04:00
Justin D'Arcangelo
f9687a1707 Fixed file renaming issues. 2011-06-23 21:12:39 -04:00
Justin D'Arcangelo
8584daf738 Revert ae2e637044e5abe5d4c119de133e65e0aef4a9b5^..HEAD 2011-06-23 21:11:50 -04:00
Vivien Nicolas
bc7e2b0110 Don't read the lsb instead of the width 2011-06-24 03:01:41 +02:00