index
:
vimium
1.42
1.49
1.50
1.52
1.54
1.55
1.56
1.57
fix-h-l-left-right-scrolling
master
The hacker's browser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
background_scripts
/
completion.js
Age
Commit message (
Collapse
)
Author
2012-06-02
Remove completion.js to make way for the coffeescript implementation
Phil Crosby
2012-05-26
Don't render fuzzy matches less than 3 characters in the ui
Phil Crosby
They're aleady being discarded for ranking purposes.
2012-05-26
Ignore any matches between the query and the target which are 2 characters ↵
Phil Crosby
are less.
2012-05-26
Hide results below a certain relevancy threshold.
Phil Crosby
2012-05-26
Add a developer flag to render the relevancy scores of the vomnibox
Phil Crosby
2012-05-26
Don't show a trailing slash in vomnibar history results. It makes the ↵
Phil Crosby
display cleaner.
2012-05-26
Restyle the vomnibar to be more chrome-like (at least on OSX). Feedback welcome.
Phil Crosby
2012-05-05
Put content scripts and background scripts in separate directories, so the ↵
Phil Crosby
purpose and execution mode are more clear. Sorry if you had patches in your local copies and this breaks them -- these renames were a long time coming, and now is better than later.