Commit Graph

1272 Commits

Author SHA1 Message Date
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
83fabc49c2 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
66dbc718b0 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
Vivien Nicolas
3d85caa212 Do not add the font-loader canvas to the page dom to save some load time 2011-06-24 21:25:08 +02:00
sbarman
383bc110cc draws a broken image 2011-06-24 10:24:31 -07:00
sbarman
2d4c2c0ff3 draws a broken image 2011-06-24 10:24:31 -07:00
Rob Sayre
87f72705e9 Try harder to clean up after the browsers. 2011-06-24 09:45:41 -07:00
Rob Sayre
2b6b6d5ab2 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
a67a4c0677 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
Rob Sayre
6446b6d03a Run browsers in parallel. No limit on the number of concurrent browsers right now. 2011-06-24 08:43:26 -07:00
sbarman
1ea51ed62d Merge branch 'master' into faxstream
Conflicts:
	pdf.js
2011-06-24 08:01:55 -07:00
sbarman
1bcb3a39fa Merge branch 'master' into faxstream
Conflicts:
	pdf.js
2011-06-24 08:01:55 -07:00
sbarman
6c8e545e5e Still fixing faxstream 2011-06-24 07:51:59 -07:00
sbarman
46a17a2deb Still fixing faxstream 2011-06-24 07:51:59 -07:00
notmasteryet
c78c209eb5 Basic DecryptStream functionality; md5 and arcfour algorithms 2011-06-24 07:51:31 -05:00
notmasteryet
994b075470 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
3955ed1b4c 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
Vivien Nicolas
86f197daba 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
Chris Jones
adaa483f0a 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
6501c2100f 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
fa045139ad 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
78ce1863bb 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
d256253d62 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
Justin D'Arcangelo
0b48feb208 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
Vivien Nicolas
40006194ea Don't read the lsb instead of the width 2011-06-24 03:01:41 +02:00
Vivien Nicolas
5443714d34 Fix Windows 'hmtx' bust table 2011-06-24 02:58:17 +02:00
Vivien Nicolas
d704bfacf4 Fix Windows 'hmtx' bust table 2011-06-24 02:58:17 +02:00
Justin D'Arcangelo
791947ff74 Refactored the multi-page viewer to adhere to the coding style guidelines. 2011-06-23 20:50:01 -04:00
Justin D'Arcangelo
0b52d11b71 Refactored the multi-page viewer to adhere to the coding style guidelines. 2011-06-23 20:50:01 -04:00
Vivien Nicolas
014fc4c0fe Remove code to handle FlateStream differently now that we have a sane interface 2011-06-24 02:45:58 +02:00
Vivien Nicolas
0f1b9949b6 Remove code to handle FlateStream differently now that we have a sane interface 2011-06-24 02:45:58 +02:00
Chris Jones
ae2e637044 TODO for bpc!=8 2011-06-23 17:09:42 -07:00
Chris Jones
d9d7b3d205 TODO for bpc!=8 2011-06-23 17:09:42 -07:00
Vivien Nicolas
69449f7346 Merge branch 'master' of https://github.com/vingtetun/pdf.js 2011-06-24 01:39:55 +02:00
Vivien Nicolas
71da81b9de Merge branch 'master' of https://github.com/vingtetun/pdf.js 2011-06-24 01:39:55 +02:00
Vivien Nicolas
df406d43a1 Remove some useless var 2011-06-24 01:37:54 +02:00
Vivien Nicolas
0a18434a2d Remove some useless var 2011-06-24 01:37:54 +02:00