qutebrowser/qutebrowser/browser
Florian Bruhin d132b6ed71 Fix :scroll-page with --bottom-navigate on QtWebEngine
There were two issues here:

- The comparison was backwards, causing scroller.at_bottom() to always return
  true.
- When zoomed in, jsret['px']['y'] can be a float, which means we can be
  slightly off when checking the difference - math.ceil() fixes that.
2017-06-29 22:39:48 +02:00
..
network Merge commit '3d9729839d6d9b5ee5d38afdf6ddf410dfca2027' into abbradar/pac-fix 2017-05-19 08:36:39 +02:00
webengine Fix :scroll-page with --bottom-navigate on QtWebEngine 2017-06-29 22:39:48 +02:00
webkit webkitsettings: Use self._get_settings in CookiePolicy._set 2017-06-06 15:59:42 +02:00
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
adblock.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
browsertab.py Track HTML fullscreen per-tab 2017-05-28 10:51:14 +02:00
commands.py Fix :undo documentation 2017-06-28 22:41:08 +02:00
downloads.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
downloadview.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
hints.py Get rid of webelem.FILTERS 2017-05-12 09:41:12 +02:00
history.py Merge branch 'new-private-browsing' 2017-05-16 06:32:15 +02:00
inspector.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
mouse.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
navigate.py Merge branch 'new-private-browsing' 2017-05-16 06:32:15 +02:00
pdfjs.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
qtnetworkdownloads.py Also make DownloadManager NAM private if private browsing is on 2017-05-16 11:32:35 +02:00
qutescheme.py Fix qute://backend-warning issues 2017-06-19 13:37:00 +02:00
shared.py Initial work on new private browsing 2017-05-10 07:00:21 +02:00
signalfilter.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
urlmarks.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
webelem.py Merge branch 'new-private-browsing' 2017-05-16 06:32:15 +02:00