aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
AgeCommit message (Collapse)Author
2013-03-02Disable repeated tab closing. Refs #555.Jez Ng
2013-02-19Merge pull request #783 from deiga/patch-2Phil Crosby
Added `gU` command to go to root of page including current port and protocol
2013-02-18Renamed to 'goToRoot', condensed functionTimo Sand
2013-02-18Moved to advanced commands and renamed command for clearnessTimo Sand
2013-02-17Added functionality to "float" current tab ie. open in new windowTimo Sand
2013-02-17Trying to add incognito window openingTimo Sand
2013-02-16Added `gU` command to go to root of page including current port and protocolTimo Sand
2013-02-16Added commands for duplicate tabTimo Sand
2012-10-29Implement marks.Jez Ng
2012-09-04Style fixes.Jez Ng
Errors were detected using coffeelint.
2012-08-06vomnibar: New tabs for 'O' and 'B'Carl Helmertz
'B' is a new command for searching for a bookmark and opens it in a new tab. 'O' now searches through history and bookmarks and opens the selected item in a new tab. Previously, it started vomnibar with the current URI selected and opened the selection in the same tab. This fixes #594. Signed-off-by: Carl Helmertz <helmertz@gmail.com>
2012-08-04Miscellaneous cleanups.Jez Ng
* " -> &quot; because my syntax highlighting gets confused * Remove inline onclick handlers as part of manifest v2 upgrade
2012-07-06Bookmarks mode in Vomnibarilya
2012-07-06Use more Coffeescript idioms.Jez Ng
2012-06-12Upcase the vomnibar command name.Phil Crosby
We'll want to revert this later, to divorce the name of the command from the implementation.
2012-06-12Uppercase linkhints. This will break a few people's bindings.Phil Crosby
We should avoid revealing our implementation in the future.
2012-06-12Port commands.js to coffeescriptPhil Crosby