144 Commits (878fad47a728c8c65123702b718a00a4954cfaa1)

Author SHA1 Message Date
Tim van der Meij b215af30d3 Require destinations when they are needed and do not fetch all of them in advance 11 years ago
Jonas Jenwald dc5b0d251f Improve the getData unit test 11 years ago
Jonas Jenwald 27a80f3b88 Add unit test for |MissingPDFException| 11 years ago
Jonas Jenwald 6077e93275 In test/unit/api_spec.js rename the function `waitsForPromise` to `waitsForPromiseResolved`and add a `waitsForPromiseRejected` function 11 years ago
Jonas Jenwald fb7489ffd0 Add getStats unit test 11 years ago
Jonas Jenwald 9f1e140c4f Add unit test for PDF file loaded as typed array 11 years ago
Jonas Jenwald b201cc4940 Remove the remaining references to cidmaps.js from the test suite 11 years ago
Jonas Jenwald 1fb404aff2 Fix CMap unit tests 11 years ago
Jonas Jenwald 06b5d97bc6 Remove two instances of leftover console.log debug statements 11 years ago
Nicholas Nethercote 61e6b576d4 Avoid an allocation in readCharCode(). 11 years ago
Jonas Jenwald fc5ad8a8d6 Add even more unit tests for the API 11 years ago
Yury Delendik f750e35224 Optimizes functions to not create arrays 11 years ago
Yury Delendik cb81bd6be6 Compiles some of the FunctionType 4 11 years ago
Nicholas Nethercote adf58ed687 Represent cid chars using integers, not strings. 11 years ago
Tim van der Meij b0349cd184 Use strict equalities in test/unit/{function_spec, stream_spec, testreporter}.js 11 years ago
Tim van der Meij 7586d777eb Enforcing JSHint's undef option 11 years ago
Tim van der Meij 34728ee49b Removing unused code 11 years ago
Nicholas Nethercote 081866a184 Use null instead of [] for ops with no args. 11 years ago
Yury Delendik bdeca30fbf Splits shared/annotation.js into core/ and display/ 11 years ago
pramodhkp 1d00e9d13c Added getOperatorList to api.js 11 years ago
Daniel West 1fce2856c6 Added support for decrypting PDF 1.7/2.0 Algorithm 5 revision 5 and 6. 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
Yury Delendik d8eb8b1de1 Adds Promise to the getOperatorList 11 years ago
Jonas Jenwald a984fe5b55 Add more unit tests for the API 11 years ago
Christian Krebs 3e7bcaa892 Handle nested post script arguments in the preprocessor 11 years ago
Jonas Jenwald 3adab8b183 Fix unit test for getDestinations 11 years ago
Jonas Jenwald e00b986bd3 Add unit test for getData 11 years ago
Michał Gołębiowski e625af3fef Remove type="text/javascript" from script tags. 11 years ago
Tim van der Meij 4caf5b694e Completes unit tests for PostScript evaluator and fixes two bugs in the evaluator itself 11 years ago
Yury Delendik 63d5aae3f6 Groups path commands into single command 11 years ago
Thorben Bochenek e8f0700bfa Move the colour conversion to jpg.js 11 years ago
Brendan Dahl 70ce3a88a1 Use special powers quit in unit tests. 11 years ago
Tim van der Meij 7a2cb7cddd Fixes lint warning W004 in /test 11 years ago
Yury Delendik f57c6935d7 Implements WebGL support 11 years ago
Yury Delendik 20a91bcdbf Fixes ignoring of the escaped CR LF 11 years ago
Thorben Bochenek c547f17ee5 Add Test for PDFDocumentProxy_getPageIndex 11 years ago
Jonas Jenwald 2bd81786c2 Fix coding style in test/unit/testreporter.js 11 years ago
Jonas Jenwald 9e3f7e4d6d Fix coding style in test/unit/crypto_spec.js 11 years ago
Jonas Jenwald 6489a80dd0 Fix coding style in test/unit/font_spec.js 11 years ago
Jonas Jenwald 3cd64a85ba Fix coding style in test/unit/function_spec.js 11 years ago
Jonas Jenwald 7d4acc13fb Fix coding style in test/unit/parser_spec.js 11 years ago
Jonas Jenwald 9dfc26e1e3 Fix coding style in test/unit/stream_spec.js 11 years ago
Nicholas Nethercote b3024db677 Estimate the size of decoded streams in advance. 11 years ago
Mitar 2c82e720b8 Updated to current latest stable version of jshint. 11 years ago
Nicholas Nethercote fdb7c218da Use a cache to minimize the number of Name objects. 11 years ago
Brendan Dahl b5b94a4af3 Use built in CMaps and unify the glyph mapping. 11 years ago
Ophir LOJKINE 4a66eccedc Rewrite Lexer_getNumber. 11 years ago
Yury Delendik e9327050c3 Basic function.js split 11 years ago
Yury Delendik bf432a37bb Refactors shared/pattern.js into core/ and display/ 11 years ago