682 Commits (56e3a66c160d3fe43e2a34dd702f14c4d9c731f5)

Author SHA1 Message Date
Jonas Jenwald fb9fea2f36 Add strict equalities in src/core/worker.js 11 years ago
Jonas Jenwald c9fb3e1b6d Add strict equalities in src/core/ps_parser.js 11 years ago
Jonas Jenwald ee371fe6b2 Add strict equalities in src/core/pattern.js 11 years ago
Jonas Jenwald ee0c0dd8a9 Add strict equalities in src/core/obj.js 11 years ago
Jonas Jenwald a154ca2dd3 Add strict equalities in src/core/murmurhash3.js 11 years ago
Jonas Jenwald 8f5894d81a Add strict equalities in src/core/function.js 11 years ago
Jonas Jenwald 97b3eadbc4 Add strict equalities in src/core/fonts.js 11 years ago
Jonas Jenwald 87038e44cd Add strict equalities in src/core/evaluator.js 11 years ago
Jonas Jenwald 83a4c68df9 Add strict equalities in src/core/core.js 11 years ago
Jonas Jenwald 0012b8803c Add strict equalities in src/core/colorspace.js 11 years ago
Jonas Jenwald 84503c656d Add strict equalities in src/core/bidi.js 11 years ago
Jonas Jenwald 2162a19ed9 Add strict equalities in src/core/arithmetic_decoder.js 11 years ago
Jonas Jenwald 9cb09324d2 Add strict equalities in src/core/annotation.js 11 years ago
Nicholas Nethercote adf58ed687 Represent cid chars using integers, not strings. 11 years ago
fkaelberer c03cf20d37 Fix JBIG2 decoding issue #5026 11 years ago
Nicholas Nethercote 28687bca75 Optimize CMap.prototype.forEach(). 11 years ago
Nicholas Nethercote b86daed29d Make CMap.map quasi-private. 11 years ago
Nicholas Nethercote f1d5ec407e Right-size |chars.length| and |type.length| in bidi(). 11 years ago
Jonas Jenwald 4960af3a4c Avoid creating intermediate strings in the PostScriptLexer 11 years ago
Jonas Jenwald a5c98aab36 Re-factor parsing of the Linearization dictionary 11 years ago
Jonas Jenwald 86f9503876 Remove src/core/cidmaps.js 11 years ago
Jonas Jenwald c3c72948b9 Stop including cidmaps.js 11 years ago
Nicholas Nethercote 1039791472 Use Array.join to build up strings in readPostScriptTable(). 11 years ago
Nicholas Nethercote 856e1c600b Optimize Ref_toString(). 11 years ago
Jonas Jenwald 2485f11829 Fix loading of PDF files with invalid or missing Type3 characters (issue 5039) 11 years ago
Nicholas Nethercote 501446ccc4 Optimize common cases in hexToStr(). 11 years ago
Nicholas Nethercote c7f02d2c8e Minimize memory usage of font-related arrays. 11 years ago
Jonas Jenwald f13c217b25 Fix another seac regression (issue 4801) 11 years ago
Jonas Jenwald b950118681 Revert commit fc73e2e (PR 5005) for breaking certain PDF files 11 years ago
Jonas Jenwald 1cb4de2227 Add |fillRgb| method to LabCS 11 years ago
Jonas Jenwald a7c786775d [CIDFontType2] Map characters missing in toUnicode to the private use area (bug 1028735 and issue 4881) 11 years ago
Nicholas Nethercote a483c80fc3 Make QueueOptimizer easier to read. 11 years ago
Nicholas Nethercote db866945b7 Improve how DecodeStream handles empty buffers. 11 years ago
fkaelberer fc73e2e173 use getBytes() instead of looping over getByte() 11 years ago
Jonas Jenwald c5f4051a75 A few small optimizations of adjustMapping 11 years ago
Jonas Jenwald c121def806 A few small optimizations for CIDFontType2 fonts 11 years ago
Jonas Jenwald 04975acceb Prevent CMapFactory.create from failing by passing the necessary parameters from PartialEvaluator_readToUnicode (issue 5010) 11 years ago
fkaelberer 9a41659ae7 Faster chunkedStream_getByte() 11 years ago
pramodhkp 8407d28c9e Combine re element into constructPath 11 years ago
Fabian Lange 60f67c3961 Restructured EvaluatorPreprocessor_read to be more natural. 11 years ago
Nicholas Nethercote 081866a184 Use null instead of [] for ops with no args. 11 years ago
Jonas Jenwald b19bb74813 Additional heuristics to recognize unknown glyphs for toUnicode (bug 1027533) 11 years ago
Nicholas Nethercote 1ad3ffbc7b Factor out repeated Ref key string generation code. 11 years ago
Nicholas Nethercote 17170af3c7 Avoid allocating return object in EvaluatorPreprocessor_read(). 11 years ago
Yury Delendik 623fa29300 Removes error catch from fetchUncompressed() 11 years ago
Yury Delendik fbdab2c7c5 Not ignoring MissingDataException exception. 11 years ago
Yury Delendik 88fd1aa78b Removes PDFJS.Annotation 11 years ago
Nicholas Nethercote bce7601480 Build up textChunk.str more efficiently. 11 years ago
Nicholas Nethercote 4428cebdbc Add ChunkedStream.ensureByte(). 11 years ago
Yury Delendik bdeca30fbf Splits shared/annotation.js into core/ and display/ 11 years ago