aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2009-11-08Pass through control keystrokes as "<c-a>" for control+A.Phil Crosby
2009-11-08Make the style consistent in a few places.Phil Crosby
2009-11-07Set the scroll position of a restored tab once the content script is ready.Phil Crosby
2009-11-07Use window.scrollX and window.scrollY instead of document.scrollLeft/top.Phil Crosby
2009-11-04Implement forward and back in history.ilya
2009-11-04Some cleanup.ilya
2009-11-04Add a workaround for a chrome/webkit bug that gives back bad scrollTop data:ilya
2009-11-04Save scroll position for removed tabs.ilya
2009-10-31Small bugfix for bug introduced in last commit. Don't take any keystrokes bes...ilya
2009-10-31Cleanup the code in the content script a bit.ilya
2009-10-31String together some callbacks to properly execute multiple actions that are ...ilya
2009-10-31Initial support for counts. Commands like '5j' and '5t' work pretty well. '5d...ilya
2009-10-29Implement basic tab restore functionality (the 'u' command).ilya
2009-10-28Reload.ilya
2009-10-28Implement basic h,j,k,l navigation and remove the unnecessary registry in the...ilya
2009-10-28Clean up some code that's now unnecessary.ilya
2009-10-28Simplify the registry in background_page a bit.ilya
2009-10-28Add tab create and remove to the new system, disable the old system.ilya
2009-10-28First pass at a better framework for mapping keys to commands.ilya
2009-09-20Initial project commitPhil Crosby