aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
AgeCommit message (Expand)Author
2015-06-10Move updateFindModeQuery to mode_find.coffeemrmr1993
2015-06-10Move findModeQueryHasResults to findModeQuery.hasResultsmrmr1993
2015-06-10Remove global findMode and pass new FindMode instances direct to the HUDmrmr1993
2015-06-10Move FindMode from vimium_frontend to mode_findmrmr1993
2015-06-10Expose executeFind on windowmrmr1993
2015-06-10Expose getNextQueryFromRegexMatches on windowmrmr1993
2015-06-10Inline showFindModeHUDForQuery at its sole callsitemrmr1993
2015-06-10Integrate performFindInPlace into FindMode as findInPlacemrmr1993
2015-06-10Remove global findModeAnchorNode and false comments justifying itmrmr1993
2015-06-10Move findModeRestoreSelection to FindMode::restoreSelectionmrmr1993
2015-06-10Inline findModeSaveSelection, store initialRange in FindMode instancemrmr1993
2015-06-10Use FindMode constructor directly in visual/edit modesmrmr1993
2015-06-10Move code from enterFindMode into the FindMode constructormrmr1993
2015-06-10Handle up and down keys directly in the HUDmrmr1993
2015-06-10Move FindModeHistory to its own file to be used by the HUD iframe toomrmr1993
2015-06-10Make FindModeHistory independent of the rest of vimium_frontendmrmr1993
2015-06-10Move FindMode's keydown to the HUDmrmr1993
2015-06-10Stop FindMode's keydown handler from using FindMode's scope and thismrmr1993
2015-06-10Move key-only code from FindMode.exit to its keydown handlermrmr1993
2015-06-10Handle esc explicitly in the FindMode keydown handler, not by optionsmrmr1993
2015-06-10Remove redundant code from FindMode keydown handler, inline delete codemrmr1993
2015-06-10Remove unused function handleKeyCharForFindModemrmr1993
2015-06-10Remove unused event listeners in FindModemrmr1993
2015-06-10Remove unused code in handleDeleteForFindModemrmr1993
2015-06-10Accept input in the HUD iframemrmr1993
2015-06-10Make all find mode updates go via the HUD in preparation to use an inputmrmr1993
2015-06-10Decide find mode text in the HUD iframe, not in frontendmrmr1993
2015-06-07Exit link-hint mode on click or scroll.Stephen Blott
2015-06-04Unwind passing key and registry entry for marks.Stephen Blott
2015-06-04Global marks; only handle messages in main frame.Stephen Blott
2015-06-04Global marks; focus and only scroll in the main frame.Stephen Blott
2015-06-03Refactor (to setPreviousPosition) to clarify Marks logic.Stephen Blott
2015-06-03Also set previous position for before global mark movement.Stephen Blott
2015-06-03Re-implement Marks, incl `` binding.Stephen Blott
2015-06-01Merge branch 'unified-settings-implementation'Stephen Blott
2015-06-01Remove LinkHints.init()...Stephen Blott
2015-06-01Re-work unified settings.Stephen Blott
2015-05-31Update the comment by the settings object in the frontendmrmr1993
2015-05-31Remove all remaining references to frontend settingsmrmr1993
2015-05-31Init Settings directly instead of via settings.load, and only do it oncemrmr1993
2015-05-31Replace settings.addEventListener with Settings.addEventListener in the frontendmrmr1993
2015-05-31Replace settings.set with Settings.set in the frontendmrmr1993
2015-05-31Replace settings.get with Settings.get in the frontendmrmr1993
2015-05-31Rewrite settings as a tight wrapper around Settings, tweaks for testsmrmr1993
2015-05-31Fix options page error.Stephen Blott
2015-05-31Merge pull request #1697 from smblott-github/vomnibar-map-with-prepopulated-textStephen Blott
2015-05-30When showing the help dialog, simulate-click it.Stephen Blott
2015-05-29Verify keyword for custom search-engine activation.Stephen Blott
2015-05-29Pass the command's registry entry to vomnibar commands.Stephen Blott
2015-05-29Pass command's registry entry to content script.Stephen Blott