qutebrowser/qutebrowser/browser
Florian Bruhin 6349c00c72 Fix crash with :tab-{prev,next,focus} with 0 tabs
When using :tab-prev/:tab-next (or :tab-focus which uses :tab-next
internally) immediately after the last tab, those functions could be
called with 0 tabs open, which caused a ZeroDivisionError when trying to
do % 0.

Fixes #1448.
2016-04-25 18:55:15 +02:00
..
network Add a custom-headers setting 2016-04-19 06:35:32 +02:00
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
adblock.py Fix starting with -c "" 2016-03-29 07:43:11 +02:00
cache.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
commands.py Fix crash with :tab-{prev,next,focus} with 0 tabs 2016-04-25 18:55:15 +02:00
cookies.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
downloads.py Fix downloading of non-ascii files with LC_ALL=C 2016-04-10 20:16:40 +02:00
downloadview.py Avoid DownloadView being focused when pressing tab 2016-03-31 19:45:36 +02:00
hints.py Only set the ' mark on normal/current hinting. 2016-04-19 21:18:20 -04:00
history.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
http.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
inspector.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
mhtml.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
pdfjs.py pdfjs: fix misplaced comma 2016-02-08 06:12:24 +01:00
rfc6266.py flake8: Add flake8-pep3101 plugin. 2016-01-22 19:40:10 +01:00
signalfilter.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
tabhistory.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
urlmarks.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
webelem.py Complete coverage for webelem 2016-03-31 10:25:44 +02:00
webpage.py Ignore "Frame load interrupted by policy change" 2016-03-31 22:41:25 +02:00
webview.py Fix #1414 with a weird workaround 2016-04-10 15:26:02 +02:00