pdf.js/src/display
Jonas Jenwald e8f4b47d59 Prevent errors, in SimpleXMLParser.onEndElement, when the stack has already been completely parsed (issue 10410)
The error was triggered for a particular set of metadata, where an end tag was encountered without the corresponding begin tag being present in the data.
(The patch also fixes a minor oversight, from a recent PR, in the `SimpleDOMNode.nextSibling` method.)
2019-01-05 11:15:34 +01:00
..
annotation_layer.js [api-minor] Refactor/simplify the PDFObject class 2018-11-08 10:13:39 +01:00
api_compatibility.js removed safari compatibility check 2018-06-21 12:57:56 +03:00
api.js Merge pull request #10334 from Snuffleupagus/OpenAction-dest 2018-12-23 20:49:50 +01:00
canvas.js Optimize CanvasGraphics.setFont to avoid intermediate string creation 2018-12-30 14:58:32 +01:00
content_disposition.js Fall back to ISO-8859-1 in content_disposition.js 2018-06-03 16:17:28 +02:00
dom_utils.js [api-minor] Change the getViewport method, on PDFPageProxy, to take a parameter object rather than a bunch of (randomly) ordered parameters 2018-12-21 11:55:20 +01:00
fetch_stream.js Add support for async/await using Babel 2018-08-19 16:54:11 +02:00
font_loader.js Use the Font Loading API in MOZCENTRAL builds, and GENERIC builds for Firefox version 63 and above (issue 9945) 2018-09-29 16:05:00 +02:00
metadata.js New XML parser 2018-03-19 20:51:41 -05:00
network_utils.js set returnValues.suggestedLength to Content-Length if integer 2018-10-07 13:26:29 -04:00
network.js Add support for async/await using Babel 2018-08-19 16:54:11 +02:00
node_stream.js Add support for async/await using Babel 2018-08-19 16:54:11 +02:00
pattern_helper.js Update the ESLint dependencies, and also tweak the no-multiple-empty-lines rules 2018-01-03 13:32:57 +01:00
svg.js Handle line width of zero in SVG 2018-12-04 16:05:32 +02:00
text_layer.js Optimize TextLayerRenderTask._layoutText to avoid intermediate string creation 2018-12-30 14:39:08 +01:00
transport_stream.js Add support for async/await using Babel 2018-08-19 16:54:11 +02:00
webgl.js Update the ESLint dependencies, and also tweak the no-multiple-empty-lines rules 2018-01-03 13:32:57 +01:00
worker_options.js Introduce a GlobalWorkerOptions object for (basic) Worker configuration 2018-02-16 13:22:35 +01:00
xml_parser.js Prevent errors, in SimpleXMLParser.onEndElement, when the stack has already been completely parsed (issue 10410) 2019-01-05 11:15:34 +01:00