aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
AgeCommit message (Expand)Author
2012-09-08Set up PhantomJS testing.Jez Ng
2012-09-08Fix completion key generation.Jez Ng
2012-09-04More misc cleanups.Jez Ng
2012-09-03Merge pull request #640 from mgarriott/get_showadvanced_from_settingsJez Ng
2012-09-03Make hints tests pass again.Jez Ng
2012-09-03Fixes and cleanups for main.coffee.Jez Ng
2012-09-03The help dialog now gets showAdvancedCommands directly from settings.Matt Garriott
2012-09-01Specifically create a "newtab" page, as suggested by #630Phil Crosby
2012-09-01Add a few missed exports to main.coffeePhil Crosby
2012-09-01Remove an old upgrade codepath for version 1.21.Phil Crosby
2012-09-01port main.js to main.coffee. All coffeescript all the time.Phil Crosby
2012-08-25The help dialog will now properly read the user's preference for showing adva...Matt Garriott
2012-08-20Point options link in help dialog to new location.Jez Ng
2012-08-19Merge pull request #618 from dmacdougall/browser_action_iconPhil Crosby
2012-08-19Tabs -> spaces.Jez Ng
2012-08-18Re-enable browser action with new iconsDaniel MacDougall
2012-08-06vomnibar: New tabs for 'O' and 'B'Carl Helmertz
2012-08-04Re-expose defaults -- options.js needs it.Jez Ng
2012-08-04Convert one-shot ports to requests. Closes #8 (!!)Jez Ng
2012-08-04Convert 'getScrollPosition' from port to request.Jez Ng
2012-08-04Improve encapsulation of Settings.Jez Ng
2012-08-04linkHintCss should be accessed via settings. Closes #605.Jez Ng
2012-08-04Miscellaneous cleanups.Jez Ng
2012-07-26Upgrade to manifest version 2.Jez Ng
2012-07-22Use vimium-specific class names, and use vimium reset. Now the vomnibar is mo...Phil Crosby
2012-07-06Bookmarks mode in Vomnibarilya
2012-07-06Use more Coffeescript idioms.Jez Ng
2012-07-04Use block strings for settingsDarren Jeacocke
2012-06-17Use the browser's built-in bind() instead of our proxy()Phil Crosby
2012-06-12Upcase the vomnibar command name.Phil Crosby
2012-06-12Uppercase linkhints. This will break a few people's bindings.Phil Crosby
2012-06-12Uppercase utils -> UtilsPhil Crosby
2012-06-12Port settings.js to coffeescriptPhil Crosby
2012-06-12Port commands.js to coffeescriptPhil 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