pdf.js/test
Ophir LOJKINE 4a66eccedc Rewrite Lexer_getNumber.
Now, it computes the numbers with only basic arithmetic operations, without first creating a string and then calling parseFloat.
The new function doesn't behave exactly the same as the old one.
In particular, the old behaviour was that when there was a number immediatly followed by an 'E', the 'E' was consumed. Now it's not. It allows for "glued" numbers and operators.
Also, the new function is faster and consumes less memory.
2014-02-01 21:46:09 +01:00
..
features Uses postMessage transfers 2013-11-14 15:21:42 -08:00
font Basic function.js split 2014-01-27 20:29:47 -06:00
mozcentral Sync with m-c http://hg.mozilla.org/mozilla-central/rev/162130598df0 2012-09-07 20:21:07 -05:00
pdfs Implements shading types 4-7 2014-01-27 20:35:51 -06:00
resources Fix reftest analyzer naming(again). 2014-01-08 14:02:07 -08:00
stats Start of the stat utilities. 2012-12-10 10:19:02 -08:00
ttx Adds ttx test harness 2012-11-01 19:29:04 -05:00
unit Rewrite Lexer_getNumber. 2014-02-01 21:46:09 +01:00
.gitignore Ignore test snapshots directory. 2013-03-15 11:24:08 -07:00
driver.js Refactors getTextContent return value 2014-01-17 13:26:00 -06:00
reporter.js Replacing gjslint with jshint; fixing jshint for windows 2013-02-05 10:17:49 -06:00
test_manifest.json Implements shading types 4-7 2014-01-27 20:35:51 -06:00
test_slave.html Refactors shared/pattern.js into core/ and display/ 2014-01-25 12:18:22 -06:00
test.py Increase browser timeout. 2013-06-27 10:46:45 -07:00