qutebrowser/qutebrowser
Florian Bruhin 1e4b80d1ac Don't emit predicted_navigation when reloading because of it
When we reload because of a config change in _on_load_finished, we can't use
self.reload() as no URL is set yet. Instead, we call self.openurl with the
current URL.

However, we need to make sure we don't emit predicted_navigation again at that
point.

This should (finally) fix #3718
2018-03-15 14:44:44 +01:00
..
browser Don't emit predicted_navigation when reloading because of it 2018-03-15 14:44:44 +01:00
commands Add missing docs for {url:host} 2018-02-27 17:29:36 +01:00
completion Merge remote-tracking branch 'origin/pr/3613' 2018-03-13 08:39:36 +01:00
config Don't emit predicted_navigation with invalid URLs 2018-03-13 09:46:09 +01:00
html Make bindings.default only settable in autoconfig.yml 2018-03-07 18:30:44 +01:00
img
javascript Fix hinting in frames on qt5.9 with input ranges 2018-03-13 18:54:08 -04:00
keyinput Swap Control/Meta back on macOS 2018-03-14 19:40:56 +01:00
mainwindow Apply changes from PR review 2018-03-13 08:47:41 +01:00
misc Merge remote-tracking branch 'origin/pr/3704' 2018-03-14 08:06:24 +01:00
utils Merge remote-tracking branch 'origin/pr/3613' 2018-03-13 08:39:36 +01:00
__init__.py Release v1.2.1 2018-03-14 20:20:20 +01:00
__main__.py Update copyright years 2018-02-05 12:19:50 +01:00
app.py Merge remote-tracking branch 'origin/pr/3613' 2018-03-13 08:39:36 +01:00
qutebrowser.py Update copyright years 2018-02-05 12:19:50 +01:00
resources.py