| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-12 | Uppercase utils -> Utils | Phil Crosby | |
| 2012-06-12 | Recognize shifted-keystrokes in link hints. | Phil Crosby | |
| Not sure when this was regressed. | |||
| 2012-06-12 | Port keyboard_utils.js to coffeescript | Phil Crosby | |
| 2012-06-12 | port dom_utils.js to coffeescript | Phil Crosby | |
| 2012-06-12 | port clipboard.js to coffeescript | Phil Crosby | |
| 2012-06-12 | Port settings.js to coffeescript | Phil Crosby | |
| 2012-06-12 | Port commands.js to coffeescript | Phil Crosby | |
| 2012-06-10 | Ignore the utils test file | Phil Crosby | |
| 2012-06-10 | Add a target to build the coffeescript | Phil Crosby | |
| 2012-06-10 | Make it so URLs don't span multiple lines in the vomnibar. They're pretty noisy | Phil Crosby | |
| 2012-06-10 | Add a few comments and eliminate an unnecessary parameter. | Phil Crosby | |
| 2012-06-10 | Move the tests for utils.convertToUrl into coffeescript | Phil Crosby | |
| 2012-06-10 | Run all tests from within the Cakefile. Not sure why I used a subprocess before. | Phil Crosby | |
| Maybe to make any stacktraces thrown by tests shorter. | |||
| 2012-06-10 | readme tweak | Phil Crosby | |
| 2012-06-10 | Add notes about coffeescript to the readme | Phil Crosby | |
| 2012-06-10 | Mention the vomnibar in the release notes. | Phil Crosby | |
| 2012-06-10 | Ignore the compiled js files. We'll move these into a separate directory soon. | Phil Crosby | |
| As part of the coffeescript port. | |||
| 2012-06-10 | hide relevancy. It's a debug option. | Phil Crosby | |
| 2012-06-10 | Perform a google search if they hit enter with no selection. | Phil Crosby | |
| 2012-06-10 | Show results immediately when you hit Shift+O (vomnibar with current URL). | Phil Crosby | |
| 2012-06-10 | Complete tabs in the omnibar. | Phil Crosby | |
| Right now this is triggered on Shift+T. Firefox also does tab matching in their omnibar. I'm not sure if collapsing the two searches into one UI is a good idea. | |||
| 2012-06-10 | Ensure matches are case insensitive, and cache regexp's so they're not ↵ | Phil Crosby | |
| created excessively. | |||
| 2012-06-10 | Trim the vomnibar query | Phil Crosby | |
| 2012-06-10 | Only allow one query to run at a time | Phil Crosby | |
| 2012-06-10 | Update the timestamps of cached history entries when a new site is visited. | Phil Crosby | |
| This allows the vomnibar rankings to properly rank sites you've visited recently, after it populated its original cache. | |||
| 2012-06-10 | Monitor newly visited pages and update the list of domains for completions. | Phil Crosby | |
| 2012-06-04 | Don't use a closure for the onPageVisited handler. | Phil Crosby | |
| I'm worried about keeping around a reference to history forever, unnecessarily. | |||
| 2012-06-03 | Fix a highlighting bug where we overlapping query terms would corrupt the html | Phil Crosby | |
| 2012-06-03 | Add a domain completer | Phil Crosby | |
| 2012-06-03 | Make title in suggestions optional (domain suggestions may not have a title) | Phil Crosby | |
| 2012-06-03 | Make computing the recency score of an item into RankingUtils. | Phil Crosby | |
| 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-06-02 | A cakefile for autobuilding coffeescript and running tests. | Phil Crosby | |
| 2012-05-29 | make utils.js work in a commonjs format. | Phil Crosby | |
| 2012-05-29 | Use a less wasteful escapeHtml function | Phil Crosby | |
| 2012-05-29 | Have Function.curry take varargs instead of an array. | Phil Crosby | |
| 2012-05-29 | Css changes to accomodate a 2-lined suggestions UI. | Phil Crosby | |
| 2012-05-28 | Remove maxresults option, which isn't currently used. | Phil Crosby | |
| 2012-05-28 | better explain what we're getting from the background page | Phil Crosby | |
| 2012-05-26 | Move shoulda.js checkout to tests/ folder. | Phil Crosby | |
| 2012-05-26 | Update to the latest shoulda | Phil Crosby | |
| 2012-05-26 | Rename the force parameter | Phil Crosby | |
| 2012-05-26 | Rename class to searchArea | 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. | |||
