| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-03 | Rank results in the correct order. | Phil Crosby | |
| 2012-06-03 | Fix a naive term highlighting function to handle multiple words correctly. | Phil Crosby | |
| Wish this was shorter. | |||
| 2012-06-03 | Show relevancy in the ui for debugging search ranking | Phil Crosby | |
| 2012-06-03 | Implement ranking, and use recency when ranking history entries | Phil Crosby | |
| One major change between this and the previous implementation is that all scores are between [0, 1] and "1" means most relevant. | |||
| 2012-06-03 | Remove "action" from Suggestion. That level of genercism isn't needed atm. | Phil Crosby | |
| 2012-06-03 | A WIP rewrite of completion in the vomnibar. | Phil Crosby | |
| The purpose of this refactor is to simplify the contract so it's easier to modify, and to make some substantial usability improvements. One of the key differences is that matching is no longer fuzzy. If you want to search more than one term, separate them by spaces. This matches the behavior in Firefox. While fuzzy matching is a nice experience for a limited set of known items (like files in the current project), it doesn't work well for a huge messy collection, like URLs in your history. The query "hello" will match random stuff from your google search results for instance, and it's hard to prune that noise using ranking intelligence. | |||
| 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-23 | Fix #539: 'F' (Open a link in a new tab) no longer works | Phil Crosby | |
| This was a regression introduced by e97088b3d552243e833496ff81992d3895afec0d. Thanks holygeek for making the fix so easy. | |||
| 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. | |||
