Yury Delendik
bdeca30fbf
Splits shared/annotation.js into core/ and display/
2014-06-17 17:43:33 -05:00
Yury Delendik
fcc4dfd9b5
Moves shared/function.js to core/
2014-05-23 14:11:47 -05:00
Yury Delendik
7a19085159
Moves shared/colorspace.js into core/
2014-05-23 14:11:47 -05:00
Michał Gołębiowski
e625af3fef
Remove type="text/javascript" from script tags.
...
"text/javascript" is not a correct MIME type (the correct one is
"application/javascript") but it's not even needed; all browsers default
to the correct type and treat it as executable JS when type is ommited.
Since not all browsers recognize the "application/javascript" MIME type
the only way to both stay compliant and to support all popular browsers
is to omit the type. It's also shorter this way.
2014-05-13 02:41:01 +02:00
Yury Delendik
f57c6935d7
Implements WebGL support
2014-04-03 08:36:22 -05:00
Yury Delendik
bf432a37bb
Refactors shared/pattern.js into core/ and display/
2014-01-25 12:18:22 -06:00
Brendan Dahl
bb2529de03
Move the creation of canvas path fonts to the worker.
2013-08-19 16:33:20 -07:00
Brendan Dahl
5ecce4996b
Split files into worker and main thread pieces.
2013-08-12 10:48:06 -07:00
Yury Delendik
0e133f0090
Drawing without fillText; refactoring ADD_TO_PATH
2013-05-15 15:57:27 -05:00
Mack Duan
f8f4b3f45d
Refactor code for annotations
2013-05-07 14:22:13 -04:00
Mack Duan
ef423ef30c
Implement progressive loading of PDFs
2013-04-12 16:13:22 -07:00
Brendan Dahl
332ae4ce41
Change to the Apache v2 license.
2012-08-31 15:48:21 -07:00
Yury Delendik
95bc99f698
Initial JBIG2 code
2012-06-16 15:15:42 -05:00
Brendan Dahl
5608f8e445
Test refactoring for async api.
2012-04-11 18:05:43 -07:00
Adil Allawi
b50cf76ab5
Properly integrate new file bidi.js
2012-02-13 14:56:37 +00:00
notmasteryet
93ca387d1b
Migration of the JPX code (from jpx5)
2012-01-11 20:08:46 -06:00
Brendan Dahl
9bb2b881b0
Adds cmyk jpg support. Treats the cmyk jpg as a regular stream.
2011-11-08 08:48:10 -08:00
Julian Viereck
3b7829d057
Address review comments. Use only one PDFJS.workerSrc variable to specify the worker source
2011-11-01 19:32:20 +01:00
Artur Adib
e9c96c6052
Nit
2011-10-25 21:31:35 -04:00
Artur Adib
f9ba29cf12
Fixed tests
2011-10-25 21:29:51 -04:00
Artur Adib
8fbb05613e
Progress
2011-10-25 09:10:56 -07:00
=
2ad1e622ab
Move remaining worker.js code into pdf.js.
2011-10-20 12:13:18 -07:00
Kalervo Kujala
633baa881f
Make test_slave.html as valid html5.
...
Fix also warnings in the error console that appear from a test run.
2011-10-11 22:09:13 +02:00
Julian Viereck
23e413520b
Small fixes + docs
2011-10-08 17:08:17 +02:00
Julian Viereck
3054102d3b
Merge worker_pull with master
2011-10-08 14:18:23 +02:00
notmasteryet
66cd79f308
Initial CID0 font encodings
2011-09-28 19:54:40 -05:00
notmasteryet
107576d634
Removing introduced by the test run DOM elements
2011-09-22 18:04:50 -05:00
Vivien Nicolas
41ebb55d75
Fix tests failures
2011-09-22 01:22:34 +02:00
Julian Viereck
00290b9ff4
Rename some stuff and add missing font_handler.js
2011-09-16 09:31:12 -07:00
Julian Viereck
fea3388c41
Make testdriver use new worker infrastructure
2011-09-15 09:03:50 -07:00
notmasteryet
4e21e417cd
Fix test_slave.html ref to metrics.js
2011-09-09 16:46:46 -05:00
Rob Sayre
a4f8251d10
Make test driver a separate js file, eradicate some global variables.
2011-07-04 14:17:23 -07:00
Chris Jones
49058c9174
merge with remote
2011-06-30 02:14:47 -07:00
Chris Jones
a564076b22
add another hackity hack to detect font loaded-ness
2011-06-30 02:08:53 -07:00
notmasteryet
5ece4da552
the "hieght" and the 72dpi<->96dpi fixes
2011-06-29 22:43:59 -05:00
Rob Sayre
42b7c7dfc6
Use AppleScript to close Chrome.
2011-06-28 16:29:52 -07:00
Chris Jones
76f1291284
convert twips->CSS pixels
2011-06-27 20:18:40 -07:00
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
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
Chris Jones
2e40fc0d4a
errors thrown by |get numPages()| were not caught. GETTERS!!!
2011-06-24 20:41:47 -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
bfff2ba63f
update test_slave for the new font-loading API
2011-06-24 17:11:39 -07:00
Rob Sayre
185b3e6272
Concurrent browsers sending snapshots asynchronously.
2011-06-24 16:14:33 -07:00
Rob Sayre
ed574cb6c0
Add SpecialPowers extension to allow the browser to quit from content, and a bunch of other exciting things.
2011-06-23 13:12:22 -07:00
Rob Sayre
9da2b9c0ea
Merge upstream.
2011-06-23 09:57:36 -07:00
Rob Sayre
2793532599
Modify paths of web resources to work with test resources more buried.
2011-06-23 09:48:34 -07:00