1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-24 17:18:07 +02:00
pdf.js/src/core
2017-07-07 09:40:24 -05:00
..
annotation.js Refactor ObjectLoader to use Dicts 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 Removes error() 2017-07-07 09:40:24 -05: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 Removes error() 2017-07-07 09:40:24 -05:00
colorspace.js Removes error() 2017-07-07 09:40:24 -05:00
crypto.js Removes error() 2017-07-07 09:40:24 -05:00
document.js Removes error() 2017-07-07 09:40:24 -05:00
encodings.js Fix missing notdef in expert encoding. 2017-06-29 12:12:39 -07:00
evaluator.js Removes error() 2017-07-07 09:40:24 -05:00
font_renderer.js Removes error() 2017-07-07 09:40:24 -05:00
fonts.js Removes error() 2017-07-07 09:40:24 -05:00
function.js Removes error() 2017-07-07 09:40:24 -05:00
glyphlist.js Convert the files in the /src/core folder to ES6 modules 2017-05-30 22:06:21 +02:00
image.js Removes error() 2017-07-07 09:40:24 -05:00
jbig2.js Removes error() 2017-07-07 09:40:24 -05:00
jpg.js Removes error() 2017-07-07 09:40:24 -05:00
jpx.js Removes error() 2017-07-07 09:40:24 -05: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 Fixes wrong structure of fullReader.read() result. 2017-07-01 15:52:47 +05:30
obj.js Removes error() 2017-07-07 09:40:24 -05:00
parser.js Removes error() 2017-07-07 09:40:24 -05:00
pattern.js Removes error() 2017-07-07 09:40:24 -05: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 Removes error() 2017-07-07 09:40:24 -05: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 Removes error() 2017-07-07 09:40:24 -05: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