Yury Delendik
bdeca30fbf
Splits shared/annotation.js into core/ and display/
11 years ago
Yury Delendik
fcc4dfd9b5
Moves shared/function.js to core/
11 years ago
Yury Delendik
7a19085159
Moves shared/colorspace.js into core/
11 years ago
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.
11 years ago
Yury Delendik
f57c6935d7
Implements WebGL support
11 years ago
Yury Delendik
bf432a37bb
Refactors shared/pattern.js into core/ and display/
11 years ago
Brendan Dahl
bb2529de03
Move the creation of canvas path fonts to the worker.
12 years ago
Brendan Dahl
5ecce4996b
Split files into worker and main thread pieces.
12 years ago
Yury Delendik
0e133f0090
Drawing without fillText; refactoring ADD_TO_PATH
12 years ago
Mack Duan
f8f4b3f45d
Refactor code for annotations
12 years ago
Mack Duan
ef423ef30c
Implement progressive loading of PDFs
12 years ago
Brendan Dahl
332ae4ce41
Change to the Apache v2 license.
13 years ago
Yury Delendik
95bc99f698
Initial JBIG2 code
13 years ago
Brendan Dahl
5608f8e445
Test refactoring for async api.
13 years ago
Adil Allawi
b50cf76ab5
Properly integrate new file bidi.js
13 years ago
notmasteryet
93ca387d1b
Migration of the JPX code (from jpx5)
13 years ago
Brendan Dahl
9bb2b881b0
Adds cmyk jpg support. Treats the cmyk jpg as a regular stream.
14 years ago
Julian Viereck
3b7829d057
Address review comments. Use only one PDFJS.workerSrc variable to specify the worker source
14 years ago
Artur Adib
e9c96c6052
Nit
14 years ago
Artur Adib
f9ba29cf12
Fixed tests
14 years ago
Artur Adib
8fbb05613e
Progress
14 years ago
=
2ad1e622ab
Move remaining worker.js code into pdf.js.
14 years ago
Kalervo Kujala
633baa881f
Make test_slave.html as valid html5.
...
Fix also warnings in the error console that appear from a test run.
14 years ago
Kalervo Kujala
b353a7b37b
Make test_slave.html as valid html5.
...
Fix also warnings in the error console that appear from a test run.
14 years ago
Julian Viereck
23e413520b
Small fixes + docs
14 years ago
notmasteryet
66cd79f308
Initial CID0 font encodings
14 years ago
notmasteryet
107576d634
Removing introduced by the test run DOM elements
14 years ago
Vivien Nicolas
41ebb55d75
Fix tests failures
14 years ago
Julian Viereck
00290b9ff4
Rename some stuff and add missing font_handler.js
14 years ago
Julian Viereck
fea3388c41
Make testdriver use new worker infrastructure
14 years ago
notmasteryet
4e21e417cd
Fix test_slave.html ref to metrics.js
14 years ago
Rob Sayre
a4f8251d10
Make test driver a separate js file, eradicate some global variables.
14 years ago
Chris Jones
eb17d81316
fix test.py bug on windows and stomped failure messages
14 years ago
Chris Jones
a564076b22
add another hackity hack to detect font loaded-ness
14 years ago
notmasteryet
5ece4da552
the "hieght" and the 72dpi<->96dpi fixes
14 years ago
Rob Sayre
42b7c7dfc6
Use AppleScript to close Chrome.
14 years ago
Chris Jones
76f1291284
convert twips->CSS pixels
14 years ago
Chris Jones
f77707814e
convert twips->CSS pixels
14 years ago
Chris Jones
376224bc99
convert twips->CSS pixels
14 years ago
notmasteryet
8a044058f3
Support for multi-size page PDFs
14 years ago
notmasteryet
5d154e04bf
Support for multi-size page PDFs
14 years ago
Rob Sayre
fc65ddb7df
Still more whitespace fixing.
14 years ago
Rob Sayre
ee954d8c0a
Still more whitespace fixing.
14 years ago
Rob Sayre
cfcac65de4
Fix whitespace.
14 years ago
Rob Sayre
d0544a3511
Fix whitespace.
14 years ago
Rob Sayre
6b675d8db6
Make the log auto-scroll if the scrollbar is near the bottom, but maintain position if it isn't.
14 years ago
Rob Sayre
22538d6697
Make the log auto-scroll if the scrollbar is near the bottom, but maintain position if it isn't.
14 years ago
Chris Jones
2e40fc0d4a
errors thrown by |get numPages()| were not caught. GETTERS!!!
14 years ago
Chris Jones
9b7ff00f67
errors thrown by |get numPages()| were not caught. GETTERS!!!
14 years ago
Chris Jones
29b7489a3f
add Intel ISA doc as load test, and make harness resilient to bad PDF loads
14 years ago