pdf.js/src/display
Jonas Jenwald 7115e136e4 Hide unsupported LinkAnnotations (issue 3897)
Rather than displaying links that does *nothing* when clicked, it probably makes more sense to simply not render them instead. Especially since it turns out that, at least at this point in time, this is *very* easy to both implement and test.

Fixes 3897.
2017-09-06 12:52:56 +02:00
..
annotation_layer.js Hide unsupported LinkAnnotations (issue 3897) 2017-09-06 12:52:56 +02:00
api.js Replace the isInt helper function with the native Number.isInteger function 2017-09-01 16:52:50 +02:00
canvas.js Replace the isArray helper function with the native Array.isArray function 2017-09-01 20:27:13 +02:00
dom_utils.js Moves global scope out of shared/util. 2017-08-22 18:20:52 -05:00
fetch_stream.js Correctly validate the response status for non-HTTP fetch requests (PR 8768 follow-up) 2017-09-05 17:07:44 +02:00
font_loader.js Fix inconsistent spacing and trailing commas in objects in remaining src/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 12:32:18 +02:00
global.js Moves global scope out of shared/util. 2017-08-22 18:20:52 -05:00
metadata.js Removes error() 2017-07-07 09:40:24 -05:00
network_utils.js Correctly validate the response status for non-HTTP fetch requests (PR 8768 follow-up) 2017-09-05 17:07:44 +02:00
network.js Adds fetch stream logic for networking part of PDF.js 2017-08-29 22:56:48 +05:30
node_stream.js Fixes fetch and node behavior when disableAutoFetch adn disableStream is used. 2017-08-30 10:53:38 -05:00
pattern_helper.js Replace the isArray helper function with the native Array.isArray function 2017-09-01 20:27:13 +02:00
svg.js Replace the isArray helper function with the native Array.isArray function 2017-09-01 20:27:13 +02:00
text_layer.js Properly cancel streams and guard at getTextContent. 2017-08-03 16:36:46 -05:00
transport_stream.js Adds Streams API support for networking task of PDF.js project. 2017-07-28 02:32:30 +05:30
webgl.js Fix inconsistent spacing and trailing commas in objects in remaining src/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 12:32:18 +02:00