qutebrowser/tests/unit/browser
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
..
webengine tests: Use pytest.param 2017-05-23 08:08:46 +02:00
webkit Fix qute://history javascript for SQL. 2017-06-19 07:44:11 -04:00
test_adblock.py Fix adblock UTF-8 test on Windows 2017-03-13 07:01:13 +01:00
test_commands.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_pdfjs.py tests: relax pdfjs tests 2016-10-06 16:18:21 +02:00
test_qutescheme.py Optimize qute://history for SQL backend. 2017-06-19 07:44:11 -04:00
test_shared.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_signalfilter.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_tab.py Finally update copyrights... 2017-05-09 21:37:03 +02:00