qutebrowser/qutebrowser/browser
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
..
network Uninstall application proxy factory before exit 2018-03-05 07:39:36 +01:00
webengine Don't emit predicted_navigation when reloading because of it 2018-03-15 14:44:44 +01:00
webkit Don't emit predicted_navigation for reloads at all 2018-03-14 18:19:11 +01:00
__init__.py Update copyright years 2018-02-05 12:19:50 +01:00
adblock.py Make QtNetwork download manager great^H^H^H^Hlobal again 2018-02-11 16:15:29 +01:00
browsertab.py Don't emit predicted_navigation when reloading because of it 2018-03-15 14:44:44 +01:00
commands.py Merge remote-tracking branch 'origin/pr/3704' 2018-03-14 08:06:24 +01:00
downloads.py Allow download manager to overwrite existing files unprompted. 2018-03-03 13:14:49 +13:00
downloadview.py Update copyright years 2018-02-05 12:19:50 +01:00
greasemonkey.py Greasemonkey: add a way to register scripts directly. 2018-03-03 15:02:43 +13:00
hints.py Merge remote-tracking branch 'origin/pr/3613' 2018-03-13 08:39:36 +01:00
history.py Update copyright years 2018-02-05 12:19:50 +01:00
inspector.py Update copyright years 2018-02-05 12:19:50 +01:00
mouse.py Add an input.insert_mode.auto_enter setting 2018-03-07 23:45:19 +01:00
navigate.py Update copyright years 2018-02-05 12:19:50 +01:00
pdfjs.py Update copyright years 2018-02-05 12:19:50 +01:00
qtnetworkdownloads.py Make QtNetwork download manager great^H^H^H^Hlobal again 2018-02-11 16:15:29 +01:00
qutescheme.py Always enable JavaScript for file://, chrome:// and qute:// 2018-03-05 17:09:47 +01:00
shared.py Don't double HTML escape JavaScript messages 2018-03-08 18:23:36 +01:00
signalfilter.py Refactor TabbedBrowser from inheritance to composition 2018-02-19 14:29:05 +01:00
urlmarks.py Trigger save on bookmark-add --toggle. 2018-02-11 16:33:00 -05:00
webelem.py Add an input.insert_mode.auto_enter setting 2018-03-07 23:45:19 +01:00