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