3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set the scroll position of a restored tab once the content script is ready. More... about 15 years ago
Use window.scrollX and window.scrollY instead of document.scrollLeft/top. More... about 15 years ago
Implement forward and back in history. More... about 15 years ago
Some cleanup. More... about 15 years ago
Add a workaround for a chrome/webkit bug that gives back bad scrollTop data: http://code.google.com/p/chromium/issues/detail?id=2891 More... about 15 years ago
Save scroll position for removed tabs. More... about 15 years ago
Small bugfix for bug introduced in last commit. Don't take any keystrokes besides ESC if insertMode is on. More... about 15 years ago
Cleanup the code in the content script a bit. More... about 15 years ago
String together some callbacks to properly execute multiple actions that are asynchronous. For example, there was a race between the tab remove call and the selection of a new tab. More... about 15 years ago
Initial support for counts. Commands like '5j' and '5t' work pretty well. '5d' and '5u' need some love. More... about 15 years ago
Implement basic tab restore functionality (the 'u' command). More... about 15 years ago
Reload. More... about 15 years ago
Implement basic h,j,k,l navigation and remove the unnecessary registry in the content script. More... about 15 years ago
Clean up some code that's now unnecessary. More... about 15 years ago
Simplify the registry in background_page a bit. More... about 15 years ago
Add tab create and remove to the new system, disable the old system. More... about 15 years ago
First pass at a better framework for mapping keys to commands. More... about 15 years ago
Initial project commit More... over 15 years ago