aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/completion.js
AgeCommit message (Collapse)Author
2012-06-02Remove completion.js to make way for the coffeescript implementationPhil Crosby
2012-05-26Don't render fuzzy matches less than 3 characters in the uiPhil Crosby
They're aleady being discarded for ranking purposes.
2012-05-26Ignore any matches between the query and the target which are 2 characters ↵Phil Crosby
are less.
2012-05-26Hide results below a certain relevancy threshold.Phil Crosby
2012-05-26Add a developer flag to render the relevancy scores of the vomniboxPhil Crosby
2012-05-26Don't show a trailing slash in vomnibar history results. It makes the ↵Phil Crosby
display cleaner.
2012-05-26Restyle the vomnibar to be more chrome-like (at least on OSX). Feedback welcome.Phil Crosby
2012-05-05Put 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.