qutebrowser/qutebrowser/browser/webkit
Florian Bruhin e003b11670 Fix overflow handling for QtWebKit scrolling
If we do "m * val / 100", the value gets bigger, so we need to check for an
overflow afterwards.
2017-10-15 22:30:17 +02:00
..
network Use utils.is_* for platform checks everywhere 2017-09-20 11:10:24 +02:00
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
cache.py Make qtutils.version_check strict by default 2017-10-08 19:08:37 +02:00
certificateerror.py Reintroduce __hash__ for CertificateErrorWrapper 2017-09-18 23:01:18 +02:00
cookies.py Update some more references to old config options 2017-07-04 16:46:02 +02:00
http.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
mhtml.py Start using attrs 2017-09-19 22:21:45 +02:00
rfc6266.py Start using attrs 2017-09-19 22:21:45 +02:00
tabhistory.py Drop legacy QtWebKit support 2017-09-18 23:01:17 +02:00
webkitelem.py Drop support for Qt < 5.7.1 2017-09-18 23:01:17 +02:00
webkithistory.py Add an lru cache for WebHistoryInterface.historyContains 2017-06-19 07:44:11 -04:00
webkitinspector.py Update some more references to old config options 2017-07-04 16:46:02 +02:00
webkitsettings.py Drop support for Qt < 5.7.1 2017-09-18 23:01:17 +02:00
webkittab.py Fix overflow handling for QtWebKit scrolling 2017-10-15 22:30:17 +02:00
webpage.py Drop support for Qt < 5.7.1 2017-09-18 23:01:17 +02:00
webview.py Use utils.is_* for platform checks everywhere 2017-09-20 11:10:24 +02:00