qutebrowser/qutebrowser/mainwindow
Florian Bruhin d44ff5ba01 Don't load the URL immediately on :undo
On some pages like Qt's Gerrit, Indiegogo or Telegram Web, this caused a crash
with QtWebEngine and Qt 5.10.1 in
QtWebEngineCore::WebContentsAdapter::webContents().

I'm not sure what causes the crash exactly, but I'm guessing it's some kind of
race condition between loading the URL initially and deserializing the history,
which both ends up loading the URL.

Since restoring the history means we end up on the given URL anyways, let's just
not open the URL beforehand, which seems to fix this.

Fixes #3619.
2018-02-25 15:55:20 +01:00
..
statusbar Make statusbar widgets configurable 2018-02-10 13:15:11 +01:00
__init__.py Update copyright years 2018-02-05 12:19:50 +01:00
mainwindow.py Make QtNetwork download manager great^H^H^H^Hlobal again 2018-02-11 16:15:29 +01:00
messageview.py Update copyright years 2018-02-05 12:19:50 +01:00
prompt.py Merge remote-tracking branch 'origin/pr/3525' 2018-02-11 10:44:27 +01:00
tabbedbrowser.py Don't load the URL immediately on :undo 2018-02-25 15:55:20 +01:00
tabwidget.py Fix incorrect scroll offset after tab pin 2018-02-11 00:20:39 -05:00