pdf.js/test
Nicholas Nethercote adf58ed687 Represent cid chars using integers, not strings.
cid chars are 16-bit unsigned integers. Currently we convert them to
single-char strings when inserting them into the CMap, and then convert
them back to integers when extracting them from the CMap. This patch
changes CMap so that cid chars stay in integer format throughout, saving
both time and space.

When loading the PDF from issue #4580, this change reduces peak RSS from
~600 to ~370 MiB. It also improves overall speed on that PDF by ~26%,
going from 724 ms to 533 ms.
2014-08-01 02:35:17 -07:00
..
features Uses postMessage transfers 2013-11-14 15:21:42 -08:00
font Splits shared/annotation.js into core/ and display/ 2014-06-17 17:43:33 -05:00
mozcentral Refactors new extension find bar code to support old FF versions 2014-05-08 09:05:28 -05:00
pdfs Add a couple of reduced test-cases for PR 4259 2014-07-31 13:46:11 +02:00
resources In the reftest analyzer, make it possible to toggle "Circle differences" with the D key 2014-07-16 12:21:32 +02:00
stats Removes statcmp.py 2014-06-12 21:16:40 +02:00
ttx Fix typo in test/ttx/README.md 2014-03-28 00:05:22 +01:00
unit Represent cid chars using integers, not strings. 2014-08-01 02:35:17 -07:00
.gitignore Ignore test snapshots directory. 2013-03-15 11:24:08 -07:00
downloadutils.js Fixes lint warning W004 in /test 2014-04-11 00:02:33 +02:00
driver.js Removing unused code 2014-07-18 22:34:50 +02:00
test_manifest.json Add a couple of reduced test-cases for PR 4259 2014-07-31 13:46:11 +02:00
test_slave.html Splits shared/annotation.js into core/ and display/ 2014-06-17 17:43:33 -05:00
test.js Removing unused code 2014-07-18 22:34:50 +02:00
testutils.js Fixes lint warning W004 in /test 2014-04-11 00:02:33 +02:00
webbrowser.js Fixes webbrowser.js to avoid undefined callback call 2014-04-17 07:35:31 -05:00
webserver.js Removing unused code 2014-07-18 22:34:50 +02:00