..
annotation.js
Refactor ObjectLoader
to use Dict
s correctly, rather than abusing their internal properties
2017-06-16 22:59:32 +02:00
arithmetic_decoder.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
bidi.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
cff_parser.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
charsets.js
Convert the files in the /src/core
folder to ES6 modules
2017-05-30 22:06:21 +02:00
chunked_stream.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
cmap.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
colorspace.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
crypto.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
document.js
Merge pull request #8488 from mukulmishra18/streams-getTextContent
2017-06-23 12:52:13 -05:00
encodings.js
Fix missing notdef in expert encoding.
2017-06-29 12:12:39 -07:00
evaluator.js
Adds Streams API in getTextContent to stream data.
2017-06-17 20:03:27 +05:30
font_renderer.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
fonts.js
Only special-case OpenType fonts with CFF
data if it's both a composite (i.e. Type0) font and also has a non-default CID to GID map (issue 8480)
2017-06-09 21:15:39 +02:00
function.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
glyphlist.js
Convert the files in the /src/core
folder to ES6 modules
2017-05-30 22:06:21 +02:00
image.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
jbig2.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
jpg.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
jpx.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
metrics.js
Convert the files in the /src/core
folder to ES6 modules
2017-05-30 22:06:21 +02:00
murmurhash3.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
network.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
obj.js
Refactor ObjectLoader
to use Dict
s correctly, rather than abusing their internal properties
2017-06-16 22:59:32 +02:00
parser.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
pattern.js
Ensure that TilingPattern
s have valid (non-zero) /BBox arrays (issue 8330)
2017-06-09 21:41:48 +02:00
pdf_manager.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
primitives.js
Rename map
to _map
inside of Dict
, to make it clearer that it should be regarded as a "private" property
2017-06-17 17:32:00 +02:00
ps_parser.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
standard_fonts.js
Convert the files in the /src/core
folder to ES6 modules
2017-05-30 22:06:21 +02:00
stream.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
type1_parser.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
unicode.js
Fix inconsistent spacing and trailing commas in objects in src/core/
files, so we can enable the comma-dangle
and object-curly-spacing
ESLint rules later on
2017-06-02 11:20:19 +02:00
worker.js
Check that the MessageHandler
isn't already terminated in the onFailure
handler in src/core/worker.js
(issue 8584)
2017-06-30 10:11:13 +02:00