qutebrowser/qutebrowser
Ryan Roden-Corrent eb61269068 Fix qute://history javascript for SQL.
Returning "next" was no longer possible as the SQL query does not fetch
more items than necessary. This is solved by using a start time, a
limit, and an offset. The offset is needed to prevent fetching duplicate
items if multiple entries have the same timestamp.

Two of the history tests that relied on qute://history were changed to
rely on qute://history/data instead to make them less failure-prone.
2017-06-19 07:44:11 -04:00
..
browser Fix qute://history javascript for SQL. 2017-06-19 07:44:11 -04:00
commands Try a different way of fixing userscript crashes 2017-06-11 14:44:19 +02:00
completion Only complete most recent atime for url. 2017-06-19 07:44:11 -04:00
config Remove code rendered dead by sql implementation. 2017-06-19 07:44:11 -04:00
html Remove private browsing notes for QtWebKit-NG 2017-06-09 10:31:21 +02:00
img New qutebrowser logo! 2016-04-14 17:44:38 +02:00
javascript Fix qute://history javascript for SQL. 2017-06-19 07:44:11 -04:00
keyinput Finally update copyrights... 2017-05-09 21:37:03 +02:00
mainwindow Remove another stray # 2017-06-19 09:43:45 +02:00
misc Use EXISTS for SqlTable.contains. 2017-06-19 07:44:11 -04:00
utils Fix qute://version sql init bug. 2017-06-19 07:44:11 -04:00
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
__main__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
app.py Fix qute://version sql init bug. 2017-06-19 07:44:11 -04:00
qutebrowser.py Reorganize pylint config 2017-05-17 20:20:12 +02:00
resources.py Regenerate resources 2016-04-14 17:59:28 +02:00