| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
modifying an argument.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We can choose a simpler implementation in the near future.
|
|
|
|
The genericism is not helping.
|
|
|
|
|
|
vomnibar.
|
|
|
|
blur input then hiding fuzzyMode
|
|
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
|
|
|
|
|
|
(no css manupulation of the target element)
Conflicts:
lib/domUtils.js
|
|
Closes #520.
|
|
Vimium Omnibox implementation, with fuzzy completion
|
|
Just in case a website sets a global overflow:auto/scroll.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|