..
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
Fix errors reported by the keyword-spacing
ESLint rule
2016-12-12 20:35:56 +01:00
cmap.js
Catch errors and continue parsing in parseCMap
(issue 7492)
2016-07-18 16:39:56 +02: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
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
font_renderer.js
Enable the no-else-return
ESLint rule
2017-01-09 20:27:39 +01:00
fonts.js
Enable the spaced-comment
ESLint rule
2017-01-19 16:41:59 +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
Fix #7701 : additional check for http/https protocols to fix unsafe header request.
2016-11-14 11:39:10 +05:30
obj.js
Enable the no-else-return
ESLint rule
2017-01-09 20:27:39 +01:00
parser.js
Switch to using ESLint, instead of JSHint, for linting
2016-12-16 21:06:36 +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 PdfManager
s, instead of in the XRef
2017-01-03 20:29:52 +01:00
primitives.js
Prevent an infinite loop in XRef_fetchUncompressed
for encrypted PDF files with indirect objects in the /Encrypt dictionary (issue 7665)
2016-09-25 00:18:47 +02:00
ps_parser.js
Move the isSpace
utility function from core/parser.js to shared/util.js
2016-06-06 09:11:33 +02:00
standard_fonts.js
Improve rendering of non-embedded NuptialScript font
2016-11-22 17:56:17 +01:00
stream.js
Fixes issue #6071 .
2017-01-10 16:42:43 +00: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