aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
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-10Fix returnToViewport support for FindModemrmr1993
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-10Ensure focus is called on the appropriate element when closing the HUDmrmr1993
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-10Merge branch 'link-hints-keypress' (#1722).Stephen Blott
2015-06-10Remove legacy (broken and unnecessary) calls.Stephen Blott
2015-06-10Simplify activate-on-enter logic.Stephen Blott
2015-06-09Minor touch ups.Stephen Blott
2015-06-09Make LinkHints a class (LinkHintsMode).Stephen Blott
2015-06-09Use tab to select filetered link hints.Stephen Blott
2015-06-09Tweak comments re. keydown versus keypress.Stephen Blott
2015-06-09Only look up linkHintNumbers once.Stephen Blott
2015-06-09Alphabet hints, use keydown for defaults.Stephen Blott
2015-06-08Remove "experimental" comment.Stephen Blott
2015-06-08Make hint filters classes.Stephen Blott
2015-06-08Refactor to keydown, as required.Stephen Blott
2015-06-07Exit link-hint mode on click or scroll.Stephen Blott
2015-06-05Global marks; always treat ` and ' as local marks.Stephen Blott
2015-06-05Global marks; global marks are always recorded for the top frame only.Stephen Blott
2015-06-05Global marks; fix indentation.Stephen Blott
2015-06-05Use keypress (instead of keydown) for link hint characters.Stephen Blott
2015-06-05Fix event suppression for Marks keyboard events.Stephen Blott
2015-06-04Unwind passing key and registry entry for marks.Stephen Blott
2015-06-04Use only ' and ` for jumping to previous position.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-04Exit marks modes on escape.Stephen Blott
2015-06-03Modes, better comments.Stephen Blott
2015-06-03Add mark commands to README, more simple refactoring.Stephen Blott
2015-06-03Add mark commands to README, simple refactoring.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-03Fix tests for #1713...Stephen Blott
2015-06-03Refactor to avoid having to cover all keyboard event cases.Stephen Blott
2015-06-03Fix marks (incl. global marks)...Stephen Blott
2015-06-01Merge branch 'unified-settings-implementation'Stephen Blott
2015-06-01Remove LinkHints.init()...Stephen Blott