774 Commits (acdd49f48097ffcb27332673a8b51cd653f6de88)

Author SHA1 Message Date
Tim van der Meij 238a5f8a30 Fixes CCITTFaxStream regression 11 years ago
Jonas Jenwald 643ad37f2a Revert commit 9a41659 (PR 5005) for breaking the loading of certain PDF files in the Firefox addon when range requests are active 11 years ago
Yury Delendik 682b93ac9e Fixes lint errors 11 years ago
Yury Delendik cc180d7e2b Removes some bind() calls from fetchAsync 11 years ago
Tim van der Meij 5cc7d23066 Properly set this.eof in CCITTFaxStream 11 years ago
fkaelberer 5b83e0b9a3 Faster JBIG2 bitmap decoding 11 years ago
Nicholas Nethercote 51055e5836 Make IdentityCMaps more compact. 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
Jonas Jenwald 8ecbb4da05 Adjust the heuristics to recognize more cases of unknown glyphs for |toUnicode| (issue 5070) 11 years ago
Jonas Jenwald b918df3547 Re-factor heuristics to recognize unknown glyphs for |toUnicode| 11 years ago
Jonas Jenwald 4b54d6fd43 Add strict equalities in src/core/stream.js 11 years ago
Jonas Jenwald 7fa204c805 Add strict equalities in src/core/parser.js 11 years ago
Tim van der Meij 4899e9e54f Use strict equalities in src/core/jbig2.js 11 years ago
Tim van der Meij 5d0fde4a2c Use strict equalities in src/core/jpx.js 11 years ago
Tim van der Meij 2796d1bf10 Use strict equalities in src/core/jpg.js 11 years ago
Tim van der Meij 160c7cab33 Use strict equalities in src/core/image.js 11 years ago
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