aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
AgeCommit message (Expand)Author
2018-10-28fix a small typo that attachShadow needs an argumentgdh1995
2018-10-28use Shadow DOM v1 if it existsgdh1995
2018-09-04Use function directly.Stephen Blott
2018-09-04Tweak #3119.Stephen Blott
2018-09-04Refactor, part 1Marco Costa
2018-02-05Create flash frame Shadow DOM element on demand.Stephen Blott
2018-02-04Disable pre-loading of Vomnibar iframe.Stephen Blott
2018-01-19Fix bug on hashchange event.Stephen Blott
2017-12-14Fix enabled state on webNavigation.Stephen Blott
2017-11-22Add a comment for Frame expando fixmrmr1993
2017-11-22FF: Reattach expando on every message to Framemrmr1993
2017-11-18Note reason for this rather obscure line.Stephen Blott
2017-11-14FF: Restore window expando on every event listenermrmr1993
2017-11-02Remove the right listener from hashchangemrmr1993
2017-10-29Tidy up exports in vimium_frontendmrmr1993
2017-10-29Move findAndFollow* to mode_normal.coffeemrmr1993
2017-10-29Move FocusSelector to mode_normal.coffeemrmr1993
2017-10-29Move selectFoundInputElement into mode_findmrmr1993
2017-10-29Move focusFoundLink into mode_find, don't expose it as globalmrmr1993
2017-10-28Remove invokeCommandString, call NormalModeCommands directlymrmr1993
2017-10-27Move goPrevious and goNext to normal mode filemrmr1993
2017-10-27Split focusInput, move the main part into the normal mode filemrmr1993
2017-10-27Move passNextKey to normal mode filemrmr1993
2017-10-27Move mainFrame and showHelp to normal mode filemrmr1993
2017-10-27Move normal mode find commands into normal mode filemrmr1993
2017-10-27Move findAndFocus into FindMode, rename to findNextmrmr1993
2017-10-27Move FindMode exit functions into FindModemrmr1993
2017-10-27Move self-contained normal mode commands to normal mode filemrmr1993
2017-10-27Move NormalMode to its own content scriptmrmr1993
2017-10-27Fix #2738.Stephen Blott
2017-10-25FF: Only apply fix to bug 1408996 when appropriatemrmr1993
2017-10-25FF: Workaround bug 1408996 in focusInput's focus listenermrmr1993
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
2017-10-24Add |hard| option to reload commandmrmr1993
2017-10-02FF: Lazy load the Vomnibar for XML documentsmrmr1993
2017-09-12Use browser.runtime.getBrowserInfo to identify Firefoxmrmr1993
2017-08-18Check whether events are trusted before executing listenersmrmr1993
2017-04-20Blur the focused iframe when restoring window focusmrmr1993
2017-04-18Remove use of keyCodes entirely.Stephen Blott
2017-04-18Rework tests for all key handling on keydown.Stephen Blott
2017-03-10Use the appropriate handler for hashChangemrmr1993
2017-02-11Don't depend on global event for Frame event listeners (FF)mrmr1993
2016-12-21Merge pull request #2311 from smblott-github/enterNormalModeStephen Blott
2016-12-12Remove unused parameter.Stephen Blott
2016-12-11Rework help-dialog HTML.Stephen Blott
2016-12-10Use 'map X passNextKey normal'.Stephen Blott
2016-10-15enterNormalMode; tweak indicator.Stephen Blott
2016-10-15enterNormalMode; new command - implementationStephen Blott
2016-10-15No-op; rearrange content-script command arguments.Stephen Blott
2016-10-10Disable grab-back-focus in all frames.Stephen Blott