pdf.js/src/core
Jonas Jenwald 1ee016b005 Remove Dict_getAll since it is now unused
`Dict_getAll` is problematic for a number of reasons. First of all, as issue 6961 shows, it can be really bad for performance, since it dereferences all indirect objects.
Second of all, all the derefencing can lead to data being unncessarily requested when ranged/chunked loading is used, thus unnecessarily delaying rendering.

Note: For cases where `Dict_getAll` was previously used, `Dict_getKeys` in combination with `Dict_get` can be used instead. This has the advantage that data isn't requested until it's actually needed.
2016-02-12 22:32:07 +01:00
..
annotation.js Implement support for Highlight annotations 2016-01-01 15:31:46 +01:00
arithmetic_decoder.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
bidi.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
charsets.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
chunked_stream.js Replaces literal {} created lookup tables with Object.create 2016-01-28 12:18:38 -06:00
cmap.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
colorspace.js Get rid of getAll usage in colorspace.js 2016-02-11 11:59:26 +01:00
crypto.js Better crypto key length recovery. 2015-12-29 15:10:38 -06:00
document.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
encodings.js Refactor Encodings 2016-01-28 11:32:59 -06:00
evaluator.js Remove getAll from EvaluatorPreprocessor_read 2016-02-12 22:31:50 +01:00
font_renderer.js Replaces literal {} created lookup tables with Object.create 2016-01-28 12:18:38 -06:00
fonts.js Merge pull request #6933 from brendandahl/faster-decrypt 2016-02-09 23:41:22 +01:00
function.js Replaces literal {} created lookup tables with Object.create 2016-01-28 12:18:38 -06:00
glyphlist.js Lazify GlyphsUnicode. 2016-01-28 11:32:59 -06:00
image.js Adjust a comment discussing transferred ArrayBuffers to refer to those buffers being detached, not neutered. This change makes the comment consistent with terminology used in the ECMAScript specification. 2016-01-28 14:52:07 -08:00
jbig2.js Remove unused variables 2015-12-16 23:52:16 +01:00
jpg.js Remove unused variables 2015-12-16 23:52:16 +01:00
jpx.js Remove unused variables 2015-12-16 23:52:16 +01:00
metrics.js Lazify Metrics 2016-01-28 12:11:46 -06:00
murmurhash3.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
network.js Replaces literal {} created lookup tables with Object.create 2016-01-28 12:18:38 -06:00
obj.js Merge pull request #6915 from yurydelendik/lookuptables 2016-01-28 15:01:06 -06:00
parser.js Merge pull request #6915 from yurydelendik/lookuptables 2016-01-28 15:01:06 -06:00
pattern.js shading-pattern: Decreased Shadings.SMALL_NUMBER 2016-01-06 15:26:40 +01:00
pdf_manager.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
primitives.js Remove Dict_getAll since it is now unused 2016-02-12 22:32:07 +01:00
ps_parser.js Replaces literal {} created lookup tables with Object.create 2016-01-28 12:18:38 -06:00
standard_fonts.js Lazify stdFontMap, serifFonts, GlyphMapForStandardFonts 2016-01-28 11:51:54 -06:00
stream.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
unicode.js Lazify NormalizedUnicodes 2016-01-28 11:56:42 -06:00
worker.js [api-minor] Add support for PageLabels in the API 2016-01-19 22:49:04 +01:00