1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00
pdf.js/test
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.
2011-08-23 23:21:15 +03:00
..
pdfs 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. 2011-08-19 14:05:07 +01:00
resources Use strict in user.js. 2011-08-09 00:24:01 +03:00
.gitignore Add new test directories. 2011-06-23 09:05:51 -07:00
driver.js Make 'make test' factors faster. 2011-08-23 23:21:15 +03:00
test.py Fix bug in ref-updating code 2011-08-06 00:07:33 -07:00
test_manifest.json 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. 2011-08-19 14:05:07 +01:00
test_slave.html Make test driver a separate js file, eradicate some global variables. 2011-07-04 14:17:23 -07:00