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
/
vimiumFrontend.js
Age
Commit message (
Expand
)
Author
2009-12-31
Set a few more styles explicitly on the HUD, to make it resistant to the page...
Phil Crosby
2009-12-31
Fix broken behavior when calling hide and then immediately calling show on th...
Phil Crosby
2009-12-31
Enter insert mode when any form element is focused. Fixes #36 and #27.
Phil Crosby
2009-12-30
Refresh the completion keys on every keystroke sent to the background page. T...
ilya
2009-12-30
Hook up the content script to completion keys. Still need to fetch an updated...
ilya
2009-12-30
Missing return statement.
ilya
2009-12-30
Bring up insert mode if the user opens up the native find interface. Closes i...
ilya
2009-12-30
Add support for excluded URL patterns; these URL patterns can be configured f...
Phil Crosby
2009-12-07
Switch up the scroll restoration logic for in place search to occur before th...
ilya
2009-12-07
Prevent the space bar from scrolling us if we're in find mode.
ilya
2009-12-07
Cooked up some in-place finding. The search results won't jump around the pag...
ilya
2009-12-06
Make sure the HUD shows on top of page elements.
Phil Crosby
2009-12-06
Override any line height in the HUD set by the page's css.
Phil Crosby
2009-12-06
Merge branch 'master' of github.com:philc/vimium
Phil Crosby
2009-12-06
Guard against trying to use the HUD prior to document.body being ready. Close...
Phil Crosby
2009-12-06
Show the zoom level in the HUD when you increase or decrease it. Closes #15.
Phil Crosby
2009-12-06
Add a tween class for fading an element's alpha. Use it to fade our HUD in an...
Phil Crosby
2009-12-06
Simplify our key handling further.
ilya
2009-12-06
Merge branch 'master' of git://github.com/philc/vimium
ilya
2009-12-06
Enable non-alphanumeric characters in find queries. Closes #14.
ilya
2009-12-06
Style our HUD to match chrome's perfectly. Also avoid zooming it if the page ...
Phil Crosby
2009-12-06
Enter insert mode when we click on a flash embed. Fixes #23.
Phil Crosby
2009-12-05
Exit out of find mode if you try to delete the backspace. Closes #13
ilya
2009-11-30
Fix bug where find mode HUD matched its own searches.
ilya
2009-11-30
Add extra sanity checking to partially address issue #12 -- insert mode detec...
ilya
2009-11-30
Minor cleanup per Phil's comments.
ilya
2009-11-28
Case-insensitive search.
ilya
2009-11-28
First pass at find interface. Still needs some UI love and a highlight-all fe...
ilya
2009-11-28
Password text inputs should send us into insert mode too.
Ilya
2009-11-28
Add link hints, aka "follow link" support.
Phil Crosby
2009-11-28
Only enter insert mode with the "INPUT" element is of type "text".
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
Move the HUD over to the right for the time being -- it gets covered up by th...
ilya
2009-11-15
First pass at a settings page. Hooked up scrollStepSize as our first setting.
ilya
2009-11-15
Don't test the focusNode if there isn't one.
ilya
2009-11-13
Refactor a bit to use new isInputOrText() function.
ilya
2009-11-13
Enter insert mode if the content script loads with a text input already focus...
ilya
2009-11-13
Move processing of 'i' command out into background command processor. Closes #5.
ilya
2009-11-11
Shuffle some methods around.
Phil Crosby
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-11
Prevent our content script from being run on iframes -- only allow it to run ...
Phil Crosby
2009-11-09
Implement 'gf' -- toggle view source for the current page.
ilya
2009-11-08
Crank down the initial step size a bit; add commands for page up and page down.
Phil Crosby
2009-11-08
Pass through control keystrokes as "<c-a>" for control+A.
Phil Crosby
2009-11-08
Make the style consistent in a few places.
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
[next]