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
/
content_scripts
/
vimium_frontend.coffee
Age
Commit message (
Expand
)
Author
2016-03-06
Don't HUD.init() until DOM is ready.
Stephen Blott
2016-03-06
Do no init Vomnibar pre-DomReady (tweak).
Stephen Blott
2016-03-06
Do no init Vomnibar pre-DomReady.
Stephen Blott
2016-03-06
Address possible race condition in Vomnibar initialization.
Stephen Blott
2016-03-06
Initialize UI components only when they're needed.
Stephen Blott
2016-03-06
Normal mode tests.
Stephen Blott
2016-03-05
Generalise topFrame commands.
Stephen Blott
2016-03-05
Simplify command-registry generation.
Stephen Blott
2016-03-05
Key bindings; disable on disconnect.
Stephen Blott
2016-03-05
Key bindings; move Vomnibar commands back to content scripts.
Stephen Blott
2016-03-05
Key bindings; and yet more tweaks.
Stephen Blott
2016-03-05
Key bindings; refactor passKeys distribution.
Stephen Blott
2016-03-05
Key bindings; tweaks.
Stephen Blott
2016-03-05
Key bindings; refactor passKeys.
Stephen Blott
2016-03-05
Key bindings; tweaks.
Stephen Blott
2016-03-05
Key bindings; fix tests...
Stephen Blott
2016-03-05
Key bindings; more minor tweaks.
Stephen Blott
2016-03-05
Key bindings; more tweaks and fixes.
Stephen Blott
2016-03-05
Key bindings; rewire vomnibar (tweaked).
Stephen Blott
2016-03-05
Key bindings; rewire vomnibar.
Stephen Blott
2016-03-05
Key bindings; remove legacy code.
Stephen Blott
2016-03-05
Key bindings; fix passkeys.
Stephen Blott
2016-03-05
Key bindings; partially functioning w/ backgound commands.
Stephen Blott
2016-03-05
Key bindings; initial partially-functioning version.
Stephen Blott
2016-03-05
Key bindings; initial "generic" class.
Stephen Blott
2016-03-05
Improved test for messages intended for background page.
Stephen Blott
2016-02-28
Remove some legacy (and unused) code.
Stephen Blott
2016-02-28
Merge pull request #2026 from smblott-github/fix-2023
Stephen Blott
2016-02-28
Refactor focusFrame.
Stephen Blott
2016-02-28
Pass to count to scroll commands.
Stephen Blott
2016-02-26
Change followLink to use the same method as LinkHints clicking
mrmr1993
2016-02-20
Remove (unused) `tabInfoMap`.
Stephen Blott
2016-02-18
PassNextKey; fix tests.
Stephen Blott
2016-02-18
PassNextKey; move key parsing to keyboard_utils.coffee.
Stephen Blott
2016-02-18
PassNextKey; initial implementation.
Stephen Blott
2016-02-16
Use `for own ... of` instead of `for ... of`
mrmr1993
2016-02-11
Change HelpDialog. to @ for methods inside the HelpDialog object
mrmr1993
2016-02-11
Only load help dialog iframe when the dialog is to be shown
mrmr1993
2016-02-03
Fix closing the help dialog
mrmr1993
2016-02-03
Prevent nested help dialog iframes
mrmr1993
2016-02-03
Move help dialog into an iframe
mrmr1993
2016-02-03
Move toggleHelpDialog to HelpDialog.toggle
mrmr1993
2016-02-03
Move frameId check from toggleHelpDialog to its message listener
mrmr1993
2016-02-03
Move isShowingHelpDialog to HelpDialog.showing
mrmr1993
2016-02-03
Rename VimiumHelpDialog to HelpDialog
mrmr1993
2016-02-03
Remove redundant functions show/hideHelpDialog
mrmr1993
2016-02-03
Show/hide advanced commands with CSS class, other tidying
mrmr1993
2016-02-03
Update only help dialog contents when showing
mrmr1993
2016-02-03
Restructure VimiumHelpDialog so show and init have appropriate code
mrmr1993
2016-02-03
Move help dialog hide code into VimiumHelpDialog.hide
mrmr1993
[next]