aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-06-20Refactor prefix recognition, add about: prefix as well.Jez Ng
2012-06-20Teach URL canonicalizer about 'view-source:' prefix.Jez Ng
2012-06-20Move focusInput into the global scope.Jez Ng
2012-06-20Fix variable name mismatch.Jez Ng
2012-06-17Fix a regression where link hint chars were passed through to the underlying ...Phil Crosby
2012-06-17Use the browser's built-in bind() instead of our proxy()Phil Crosby
2012-06-13Fix the cake build targetPhil Crosby
2012-06-12Update the install instructions to include building from coffeescriptPhil Crosby
2012-06-12Port vomnibar.js to coffeescriptPhil Crosby
2012-06-12Remove semicolonPhil Crosby
2012-06-12Upcase the vomnibar command name.Phil Crosby
2012-06-12Add a target to clean compiled jsPhil Crosby
2012-06-12Port vimium_frontend.js to coffeescript. This file still needs a ton of cleanup.Phil Crosby
2012-06-12Add a global extend functionPhil Crosby
2012-06-12Port link_hints.js to coffeescriptPhil Crosby
2012-06-12Uppercase linkhints. This will break a few people's bindings.Phil Crosby
2012-06-12Port utils.js to coffeescriptPhil Crosby
2012-06-12Uppercase utils -> UtilsPhil Crosby
2012-06-12Recognize shifted-keystrokes in link hints.Phil Crosby
2012-06-12Port keyboard_utils.js to coffeescriptPhil Crosby
2012-06-12port dom_utils.js to coffeescriptPhil Crosby
2012-06-12port clipboard.js to coffeescriptPhil Crosby
2012-06-12Port settings.js to coffeescriptPhil Crosby
2012-06-12Port commands.js to coffeescriptPhil Crosby
2012-06-10Ignore the utils test filePhil Crosby
2012-06-10Add a target to build the coffeescriptPhil Crosby
2012-06-10Make it so URLs don't span multiple lines in the vomnibar. They're pretty noisyPhil Crosby
2012-06-10Add a few comments and eliminate an unnecessary parameter.Phil Crosby
2012-06-10Move the tests for utils.convertToUrl into coffeescriptPhil Crosby
2012-06-10Run all tests from within the Cakefile. Not sure why I used a subprocess before.Phil Crosby
2012-06-10readme tweakPhil Crosby
2012-06-10Add notes about coffeescript to the readmePhil Crosby
2012-06-10Mention the vomnibar in the release notes.Phil Crosby
2012-06-10Ignore the compiled js files. We'll move these into a separate directory soon.Phil Crosby
2012-06-10hide relevancy. It's a debug option.Phil Crosby
2012-06-10Perform a google search if they hit enter with no selection.Phil Crosby
2012-06-10Show results immediately when you hit Shift+O (vomnibar with current URL).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-10Trim the vomnibar queryPhil 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