notmasteryet
7036bcd4c7
Zero gjslint warnings mark
14 years ago
notmasteryet
1f047495b1
Fixing large cmap-s; reduce changes in the indent encoding
14 years ago
notmasteryet
1d00b89285
Modifying how the artofwar encryption handled; add wdsg_fitc as reftest
14 years ago
Julian Viereck
00290b9ff4
Rename some stuff and add missing font_handler.js
14 years ago
Artur Adib
f3745f7c13
New README, .gitignores; Makefile
...
Makefile: commented out unnecessary closure download and shell testing (at least until someone decides to work on this).
14 years ago
Julian Viereck
921f8bd669
Tried to add a destroy function to free memeory, but doesn't seem to help
14 years ago
Julian Viereck
8f21f87fd9
Add firstPage option to tasks to speed up testing certain pages
14 years ago
Kalervo Kujala
07254bb0a5
Fix small lint warnings.
14 years ago
Julian Viereck
fea3388c41
Make testdriver use new worker infrastructure
14 years ago
notmasteryet
e512000877
Fixing properties.widths is null issue; fips197 test file
14 years ago
notmasteryet
94da20d776
Disable encryption when a ToUnicode stream is used in a font
14 years ago
Kalervo Kujala
8e5a8fb49f
Fix Mode comment lines.
14 years ago
notmasteryet
4e21e417cd
Fix test_slave.html ref to metrics.js
14 years ago
Artur Adib
1296da313c
Fixed browser shutdown bug for Macs
...
The unnecessary spaces in the URL query were causing `tellAppToQuit()` to fail to detect the query `path`, so the browser was being killed via timeout instead of intended script.
14 years ago
notmasteryet
3abe909556
Allow test.py serve files with spaces in the name
14 years ago
notmasteryet
92c2938bc1
Add PdKids.pdf as a ref test
14 years ago
notmasteryet
8e407fe06d
Adds cable.pdf link to tests
14 years ago
notmasteryet
db09e34f71
Fix inverted B/W images in PIPEHEATCABLE.PDF
14 years ago
notmasteryet
ff1f3ed882
Adds PDF index for "make server"
14 years ago
notmasteryet
03a39b899a
Add SVG to the 'make server' known types list
14 years ago
notmasteryet
238ac7c812
Fix insertAdjacentHTML for pre FF8
14 years ago
Kalervo Kujala
e00ae164f0
Catch multiline log function calls.
14 years ago
Kalervo Kujala
3fa8bba48e
Make 'make test' factors faster.
...
Profiling with firebug reveals that log and checkScrolling functions slow down
the 'make test' by factors.
Use insertAdjacentHtml in the log fucntion insteand of appending to
innerHTML. Also call checkScrolling function only when it is prudent to do
instead of unnecessarily in every log function call.
14 years ago
Adil Allawi
5a528944f0
Change the way Type 2 CID fonts are encoded. Move the cmap glyphs above the first 255 unicode values so that fillText does not change them and create an encoding to map characters to the glyphs.
14 years ago
Kalervo Kujala
6fc25241cc
Report results properly to test.py from driver.js.
...
If the PDFDoc creation failed in driver.js then that was not informed back to
test.py. This lead to State.remaining being off by one. And that did not let
the test to end as expected. Instead the test hung indefinitely.
This change now reveals TEST-UNEXPECTED-FAIL which was hidden previously.
14 years ago
Kalervo Kujala
7cbdc982c5
Report results properly to test.py from driver.js.
...
If the PDFDoc creation failed in driver.js then that was not informed back to
test.py. This lead to State.remaining being off by one. And that did not let
the test to end as expected. Instead the test hung indefinitely.
This change now reveals TEST-UNEXPECTED-FAIL which was hidden previously.
14 years ago
Kalervo Kujala
965193b38d
Keep the results visible in test_slave.html before quitting.
...
Currently the innerHTML is replaced with text:
Tests are finished.
CLOSE ME!
Instead of replacing the innerHTML prepend that text to it.
This way the user can still check the results of the test.
14 years ago
Kalervo Kujala
802f664baa
Indent the driver.js correctly.
14 years ago
notmasteryet
447ff0a059
Add JAI.pdf (issue #292 ) to the ref tests
14 years ago
notmasteryet
aad77fcc55
BaseFont and misc fonts fixes
14 years ago
Kalervo Kujala
56ed06e7ea
Refactor the lines that are over 80 characters long in driver.js.
14 years ago
Kalervo Kujala
9634eab60b
Use strict in user.js.
...
And correct the coding style according to gjslint.
14 years ago
Kalervo Kujala
30ecf43676
Correct the coding style according to gjslint for driver.js.
...
And remove stray tabs.
14 years ago
Brendan Dahl
4377eed920
Adding support for page rotation
14 years ago
Kalervo Kujala
25a6e09d78
Show browser-test results in pageNum/numPages format.
...
This is only for convenience in order to see how far in the pdf the test
currently is.
14 years ago
Kalervo Kujala
dc01974aa4
Create an example browser_manifest.json for windows.
14 years ago
Kalervo Kujala
b1ea9332b8
Avoid browser-test stoppage when task.pdfDoc is undefined.
...
If nextTask leaves task.pdfDoc as undefined then sendTaskResult will fail on
that. SendTaskResult tries to access task.pdfDoc.numPages which cannot
succeed. This leads to a complete stop in the browser-test.
14 years ago
Kalervo Kujala
17e02e3c39
Use strict in driver.js.
...
And declare undeclared variables.
14 years ago
sbarman
3c0ba19c88
Added new link file
14 years ago
Chris Jones
41bdf82137
Fix bug in ref-updating code
14 years ago
sbarman
4b132a7b3e
Added test for inline images
14 years ago
Artur Adib
02a6e3ffec
Updated test/pdfs link (intelisa.pdf)
14 years ago
notmasteryet
e9df0bb8ca
link to AESV2 encrypted file
14 years ago
Chris Jones
6f3fff5798
fix some bugs
14 years ago
Adil Allawi
8dbbbbb589
Add and wire in test files
14 years ago
Adil Allawi
9b3b49547a
Add test files with CID fonts
14 years ago
Chris Jones
452ba3d85b
#123 , part 2: move more PDF-page rendering stuff into pdf.js
14 years ago
Rob Sayre
e7e8e4f6c9
Fix wrong exception throwing syntax.
14 years ago
Saebekassebil
f88d05e3b5
Adding ASCIIHexDecode pdf to test/pdfs
14 years ago
Chris Jones
9c3aef1f19
remove State.masterMode
14 years ago