qutebrowser/qutebrowser/browser
Daniel Schadt ffa276a182 pdfjs: compatibility for v1.6.210
They renamed PDFView to PDFViewerApplication, which we need to account
for in our pdfjs scripts.

Also, it seems like the actual viewer is now only created when the DOM
has been loaded. This means that at the time when our script is
executed, the viewer does not yet exist. Thus we need to delay the open
request too by registering a DOMContentLoaded handler.
2016-10-06 14:43:16 +02:00
..
webengine Adjust for scrolling off-by-one errors 2016-10-03 06:52:54 +02:00
webkit Break long lines 2016-10-05 09:07:35 +02:00
__init__.py Split browser into browser/browser.webkit 2016-06-13 11:18:21 +02:00
adblock.py Fix lint 2016-09-15 14:51:22 +02:00
browsertab.py Initial implementation of new messages 2016-09-15 14:51:21 +02:00
commands.py Merge branch 'issue1987' of https://github.com/HolySmoke86/qutebrowser into HolySmoke86-issue1987 2016-10-03 06:45:01 +02:00
downloadview.py Fix removing of a clicked download 2016-09-12 21:47:01 +02:00
hints.py Get rid of queued messages and unused code 2016-09-15 14:51:21 +02:00
history.py Split up QtWebKit specific part in browser.history 2016-08-10 14:51:29 +02:00
inspector.py Don't inherit AbstractWebInspector from QtWebKit 2016-08-10 14:55:50 +02:00
mouse.py Initial implementation of new messages 2016-09-15 14:51:21 +02:00
navigate.py Initial implementation of new messages 2016-09-15 14:51:21 +02:00
pdfjs.py pdfjs: compatibility for v1.6.210 2016-10-06 14:43:16 +02:00
qutescheme.py Add missing docstring 2016-09-15 17:16:30 +02:00
shared.py Fix more lint 2016-09-07 18:57:00 +02:00
signalfilter.py Remove support for showing JS statusbar messages 2016-07-11 16:19:44 +02:00
urlmarks.py Initial implementation of new messages 2016-09-15 14:51:21 +02:00
webelem.py Use QApplication.postEvent again 2016-09-11 19:37:09 +02:00