qutebrowser/tests
Ryan Roden-Corrent c6cb6ccd07 Fix fetch/delete sql category bug.
Fixes #2868, where pressing <shift-tab> then <ctrl-d> in history
completion (with > 256 items) would cause later items to disappear (and
cause a crash if you try to delete again).

Cause:
Scrolling to the bottom would fetch an additional 256 items (in addition
to the 256 that are fetched at first). Deleting causes the query to
re-run, but it only fetches the initial 256 items, so the current index
is now invalid.

Fix:
After deleting from the history category, call fetchMore until it has
enough rows populated that the current index is valid.
2017-07-28 09:07:30 -04:00
..
end2end Fix renderer process test for older Qt versions 2017-07-25 17:35:42 +02:00
helpers Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
manual Replace all GitHub links 2017-02-05 00:13:11 +01:00
unit Fix fetch/delete sql category bug. 2017-07-28 09:07:30 -04:00
conftest.py Replace OS X with macOS 2017-07-08 11:12:43 +02:00
test_conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00