aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/completion.coffee
AgeCommit message (Expand)Author
2012-09-12Use block stringsDarren Jeacocke
2012-09-04Style fixes.Jez Ng
2012-07-22Use vimium-specific class names, and use vimium reset. Now the vomnibar is mo...Phil Crosby
2012-06-17Use the browser's built-in bind() instead of our proxy()Phil Crosby
2012-06-12Uppercase utils -> UtilsPhil Crosby
2012-06-10Add a few comments and eliminate an unnecessary parameter.Phil Crosby
2012-06-10hide relevancy. It's a debug option.Phil Crosby
2012-06-10Complete tabs in the omnibar.Phil Crosby
2012-06-10Ensure matches are case insensitive, and cache regexp's so they're not create...Phil Crosby
2012-06-10Only allow one query to run at a timePhil Crosby
2012-06-10Update the timestamps of cached history entries when a new site is visited.Phil Crosby
2012-06-10Monitor newly visited pages and update the list of domains for completions.Phil Crosby
2012-06-04Don't use a closure for the onPageVisited handler.Phil Crosby
2012-06-03Fix a highlighting bug where we overlapping query terms would corrupt the htmlPhil Crosby
2012-06-03Add a domain completerPhil Crosby
2012-06-03Make title in suggestions optional (domain suggestions may not have a title)Phil Crosby
2012-06-03Make computing the recency score of an item into RankingUtils.Phil Crosby
2012-06-03Rank results in the correct order.Phil Crosby
2012-06-03Fix a naive term highlighting function to handle multiple words correctly.Phil Crosby
2012-06-03Show relevancy in the ui for debugging search rankingPhil Crosby
2012-06-03Implement ranking, and use recency when ranking history entriesPhil Crosby
2012-06-03Remove "action" from Suggestion. That level of genercism isn't needed atm.Phil Crosby
2012-06-03A WIP rewrite of completion in the vomnibar.Phil Crosby