1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-28 23:28:16 +02:00
pdf.js/src/core
Tim van der Meij 9ff19985c0 Merge pull request #7832 from seanburke-wf/expose-userunit-on-page
Expose the optional UserUnit entry as a page property
2016-11-22 21:18:57 +01:00
..
annotation.js Widget annotation: implement field name according to the specification 2016-11-02 21:44:44 +01:00
arithmetic_decoder.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
bidi.js Fixes weird loop in the bidi.js. 2016-04-27 16:14:33 -05:00
cff_parser.js Ignore reserved commands when parsing operands in CFFParser_parseDict, instead of just rejecting the entire font (bug 1308536) 2016-11-03 12:50:40 +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 unused variables 2016-05-11 16:11:13 +02:00
cmap.js Catch errors and continue parsing in parseCMap (issue 7492) 2016-07-18 16:39:56 +02:00
colorspace.js Lint: correct code style violations 2016-11-01 15:04:21 +01:00
crypto.js Lint: correct code style violations 2016-11-01 15:04:21 +01:00
document.js Expose the optional UserUnit entry as a page property 2016-11-22 09:18:19 -07:00
encodings.js Refactor Encodings 2016-01-28 11:32:59 -06:00
evaluator.js For commands with with too few arguments, clear out args if it's an Array instead of replacing it with null in EvaluatorPreprocessor_read (issue 7804) 2016-11-16 10:20:29 +01:00
font_renderer.js Lint: correct code style violations 2016-11-01 15:04:21 +01:00
fonts.js Correctly detect more cases of non-embedded Arial Black fonts (issue 7835) 2016-11-22 13:56:21 +01:00
function.js Lint: correct code style violations 2016-11-01 15:04:21 +01:00
glyphlist.js Lazify GlyphsUnicode. 2016-01-28 11:32:59 -06:00
image.js trivial spelling fixes 2016-07-17 14:33:41 +02:00
jbig2.js Remove unused variables 2015-12-16 23:52:16 +01:00
jpg.js Lint: correct code style violations 2016-11-01 15:04:21 +01:00
jpx.js Lint: correct code style violations 2016-11-01 15:04:21 +01:00
metrics.js Lazify Metrics 2016-01-28 12:11:46 -06:00
murmurhash3.js Lint: correct code style violations 2016-11-01 15:04:21 +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 [api-minor] Add support for a couple of white-listed JavaScript actions that contains valid URLs (issue 3897, bug 843699) 2016-11-08 16:48:27 +01:00
parser.js Let Parser_makeFilter pass in the DecodeParms data to various image Streams, instead of re-fetching it in various [...]Stream.prototype.ensureBuffer methods 2016-10-15 12:09:51 +02:00
pattern.js Use Dict_getArray in more places in src/core/ to avoid issues when Arrays contain indirect objects 2016-05-05 19:42:57 +02:00
pdf_manager.js [api-minor] Add support for relative URLs, in both annotations and the outline, by adding a docBaseUrl parameter to PDFJS.getDocument (bug 766086) 2016-10-19 22:20:24 +02: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 Correctly detect more cases of non-embedded Arial Black fonts (issue 7835) 2016-11-22 13:56:21 +01:00
stream.js Let Parser_makeFilter pass in the DecodeParms data to various image Streams, instead of re-fetching it in various [...]Stream.prototype.ensureBuffer methods 2016-10-15 12:09:51 +02:00
type1_parser.js Move the isSpace utility function from core/parser.js to shared/util.js 2016-06-06 09:11:33 +02:00
unicode.js Convert uniXXXX glyph names to proper ones when building the charCodeToGlyphId map for TrueType fonts (bug 1132849, issue 6893, issue 6894) 2016-03-09 19:37:15 +01:00
worker.js Expose the optional UserUnit entry as a page property 2016-11-22 09:18:19 -07:00