| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
on windows or linux.
|
|
|
|
|
|
the vomnibox
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
completion.js from the frontend
|
|
This is the first step in an attempt to split background js from frontend.
|
|
|
|
|
|
The genericism is not helping.
|
|
fixes that vimium doesn't work anymore when you open the selection in a
new tab because your typing will end up in fuzzy's input element
|
|
|
|
|
|
This has the following advantages:
* searching is done in the background, UI responsiveness is improved
* caches are no longer duplicated. This saves RAM and improves performance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For example, tab completion can happen instantly while history completion shouldn't.
|
|
This enables to set threshold to 0 for tabs (so that tabs are shown before typing).
|
|
|
|
|
|
|
|
|
|
|
|
updating
|
|
perceived responsiveness
|
|
|
|
Also decrease the number of included results slightly.
|
|
|
|
|
|
|
|
|
|
|
|
|