qutebrowser/qutebrowser/browser
Daniel Schadt dcad81a78f cache: fix crash when cache_dir is None
Issue #1412

When passing --cachedir="" on the command line, standarddir.cache()
returns None, which stands for "deactivate cache" and has to be
properly handled in DiskCache.__init__() (i.e. don't pass it to
os.path.join)
2016-04-26 23:14:55 +02:00
..
network Fix types in @pyqtSlot decorations 2016-04-26 20:34:38 +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 cache: fix crash when cache_dir is None 2016-04-26 23:14:55 +02:00
commands.py Simplify deleting fragment 2016-04-25 19:05:20 +02:00
cookies.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
downloads.py Fix types in @pyqtSlot decorations 2016-04-26 20:34:38 +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 Fix types in @pyqtSlot decorations 2016-04-26 20:34:38 +02:00
webview.py Fix types in @pyqtSlot decorations 2016-04-26 20:34:38 +02:00