pdf.js/src/core
Jonas Jenwald f7d99ccc26 Remove the unused isStream property on various Streams
This property was added all the way back in PR 542, but hasn't actually been relied upon ever since PR 692.
Note that there's a `isStream()` utility function which replaced the property years ago, hence the `isStream` property is now dead code.
2017-02-01 11:38:11 +01:00
..
annotation.js Replace direct lookup of uniquePrefix/idCounters, in Page instances, with an idFactory containing an createObjId method instead 2017-01-09 23:16:25 +01:00
arithmetic_decoder.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
bidi.js Fix inverted calculation of RTL text percentage in bidi. 2017-01-12 23:54:06 +08:00
cff_parser.js Enable the no-else-return ESLint rule 2017-01-09 20:27:39 +01:00
charsets.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
chunked_stream.js Remove the unused isStream property on various Streams 2017-02-01 11:38:11 +01:00
cmap.js Move EOF/isEOF from core/parser.js to core/primitives.js 2017-01-27 13:37:48 +01:00
colorspace.js Enable the no-else-return ESLint rule 2017-01-09 20:27:39 +01:00
crypto.js Enable the spaced-comment ESLint rule 2017-01-19 16:41:59 +01:00
document.js Replace direct lookup of uniquePrefix/idCounters, in Page instances, with an idFactory containing an createObjId method instead 2017-01-09 23:16:25 +01:00
encodings.js Refactor Encodings 2016-01-28 11:32:59 -06:00
evaluator.js Move EOF/isEOF from core/parser.js to core/primitives.js 2017-01-27 13:37:48 +01:00
font_renderer.js Enable the no-else-return ESLint rule 2017-01-09 20:27:39 +01:00
fonts.js Enable the no-empty-pattern/no-floating-decimal/no-self-compare/no-delete-var/no-new-object ESLint rules 2017-01-23 20:30:50 +01:00
function.js Enable the spaced-comment ESLint rule 2017-01-19 16:41:59 +01:00
glyphlist.js Add TeX-specific glyph names to glyphlist.js to improve both glyph mapping and text selection for mathematic fonts (issue 2594) 2016-10-26 16:39:58 +02:00
image.js Enable the no-else-return ESLint rule 2017-01-09 20:27:39 +01:00
jbig2.js Enable the spaced-comment ESLint rule 2017-01-19 16:41:59 +01:00
jpg.js Enable the spaced-comment ESLint rule 2017-01-19 16:41:59 +01:00
jpx.js Fix (most) errors reported by the no-multi-spaces ESLint rule 2016-12-12 20:35:51 +01:00
metrics.js Lazify Metrics 2016-01-28 12:11:46 -06:00
murmurhash3.js Switch to using ESLint, instead of JSHint, for linting 2016-12-16 21:06:36 +01:00
network.js [Firefox addon] Stop bundling src/core/network.js into the FIREFOX/MOZCENTRAL builds (PR 7322 follow-up) 2017-01-23 22:23:17 +01:00
obj.js Enable the no-else-return ESLint rule 2017-01-09 20:27:39 +01:00
parser.js Move EOF/isEOF from core/parser.js to core/primitives.js 2017-01-27 13:37:48 +01:00
pattern.js Switch to using ESLint, instead of JSHint, for linting 2016-12-16 21:06:36 +01:00
pdf_manager.js Refactor the password handling so that it's stored in the PdfManagers, instead of in the XRef 2017-01-03 20:29:52 +01:00
primitives.js Move EOF/isEOF from core/parser.js to core/primitives.js 2017-01-27 13:37:48 +01:00
ps_parser.js Move EOF/isEOF from core/parser.js to core/primitives.js 2017-01-27 13:37:48 +01:00
standard_fonts.js Improve rendering of non-embedded NuptialScript font 2016-11-22 17:56:17 +01:00
stream.js Remove the unused isStream property on various Streams 2017-02-01 11:38:11 +01:00
type1_parser.js Fix errors reported by the keyword-spacing ESLint rule 2016-12-12 20:35:56 +01:00
unicode.js Enable the spaced-comment ESLint rule 2017-01-19 16:41:59 +01:00
worker.js [api-minor] Ensure that the getDocument Promise is rejected if the loadingTask is destroyed, or an Error is thrown, inside of the onPassword callback (issue 7806) 2017-01-03 20:29:46 +01:00