index
:
vimium
1.42
1.49
1.50
1.52
1.54
1.55
1.56
1.57
fix-h-l-left-right-scrolling
master
The hacker's browser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
background_page.html
Age
Commit message (
Expand
)
Author
2010-01-18
Have the Options page use the default settings hash defined in background_pag...
Phil Crosby
2010-01-18
Make the characters used in link hints a user-configurable option. Fixes #66.
Phil Crosby
2010-01-18
add scroll keys <c-e> and <c-y>
Clemens Buchacher
2010-01-12
Reverse J and K for tab navigation. Closes issue #59
Mark Stosberg
2010-01-11
added c-f + c-b (scroll full page up or down)
Adrian Rollett
2010-01-09
ESC clears the keyQueue
Jim Ramsay
2010-01-06
'yy' instead of 'y' for the copy url to clipboard command.
ilya
2010-01-03
Implement 'y' -- yank (copy) the current tab's url to the clipboard.
ilya
2010-01-04
Add bindings 'gt'->nextTab 'gT'->previousTab
Jim Ramsay
2010-01-02
a few style changes per phil's comments
Ilya
2009-12-30
Get rid of chrome.tabs.getSelected in getCurrentTabUrl.
ilya
2009-12-30
Get rid of chrome.tabs.getSelected in checkKeyQueue.
ilya
2009-12-30
Refresh the completion keys on every keystroke sent to the background page. T...
ilya
2009-12-30
Expose completion keys via sendRequest interface in background page.
ilya
2009-12-30
Add logic to the background page to calculate the keys that will complete a v...
ilya
2009-12-30
Add infrastructure to handle sendRequest calls in the background page.
ilya
2009-12-30
Add support for excluded URL patterns; these URL patterns can be configured f...
Phil Crosby
2009-12-30
Remove some unnecessary indentation
Phil Crosby
2009-12-05
Support shift+F to open a link in a background tab
Phil Crosby
2009-12-05
Refactor the command parser to not store invalid keys in the two-key buffer. ...
ilya
2009-11-29
Merge branch 'master' of github.com:philc/vimium
Phil Crosby
2009-11-29
Avoid using getSelected in getSetting and getZoomLevel, because the tab may b...
Phil Crosby
2009-11-28
First pass at find interface. Still needs some UI love and a highlight-all fe...
ilya
2009-11-28
Add link hints, aka "follow link" support.
Phil Crosby
2009-11-27
Break the content script's initialization into two stages, so we can do tasks...
Phil Crosby
2009-11-27
Remove space after the "function" keyword.
Phil Crosby
2009-11-27
Persist the current zoom level to local storage, and restore the page zoom le...
Phil Crosby
2009-11-15
First pass at a settings page. Hooked up scrollStepSize as our first setting.
ilya
2009-11-13
Move processing of 'i' command out into background command processor. Closes #5.
ilya
2009-11-11
Merge branch 'master' of github.com:philc/vimium
Phil Crosby
2009-11-11
Implement zoom in and zoom out.
Phil Crosby
2009-11-09
Implement 'gf' -- toggle view source for the current page.
ilya
2009-11-09
Keep tab queue per-window instead of globally. This mirrors behavior in both ...
ilya
2009-11-08
Add commands for selecting the next tab and previous tab.
Phil Crosby
2009-11-08
Crank down the initial step size a bit; add commands for page up and page down.
Phil Crosby
2009-11-08
Make the style consistent in a few places.
Phil Crosby
2009-11-07
Set the scroll position of a restored tab once the content script is ready.
Phil Crosby
2009-11-07
Use window.scrollX and window.scrollY instead of document.scrollLeft/top.
Phil Crosby
2009-11-04
Implement forward and back in history.
ilya
2009-11-04
Some cleanup.
ilya
2009-11-04
Save scroll position for removed tabs.
ilya
2009-10-31
String together some callbacks to properly execute multiple actions that are ...
ilya
2009-10-31
Initial support for counts. Commands like '5j' and '5t' work pretty well. '5d...
ilya
2009-10-29
Implement basic tab restore functionality (the 'u' command).
ilya
2009-10-28
Reload.
ilya
2009-10-28
Implement basic h,j,k,l navigation and remove the unnecessary registry in the...
ilya
2009-10-28
Clean up some code that's now unnecessary.
ilya
2009-10-28
Simplify the registry in background_page a bit.
ilya
2009-10-28
Add tab create and remove to the new system, disable the old system.
ilya
2009-10-28
First pass at a better framework for mapping keys to commands.
ilya
[prev]
[next]