aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/mode_find.coffee
AgeCommit message (Expand)Author
2018-02-23Do not search in all frames.Stephen Blott
2018-02-04Remove \I (ignore case) flag for find mode.Stephen Blott
2017-11-02Replace all references to selection.type with our FF polyfillmrmr1993
2017-11-02FF: Don't use Selection.getRangeAt(0) when there are no rangesmrmr1993
2017-10-29Let handlerStack call consumeKeyup rather than calling it explicitlymrmr1993
2017-10-29Suppress all keyup events automatically if we consume the keydownmrmr1993
2017-10-29Move selectFoundInputElement into mode_findmrmr1993
2017-10-29Move focusFoundLink into mode_find, don't expose it as globalmrmr1993
2017-10-27Move findAndFocus into FindMode, rename to findNextmrmr1993
2017-10-27Move FindMode exit functions into FindModemrmr1993
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
2017-08-18Check whether events are trusted before executing listenersmrmr1993
2017-04-18Use event.code to detect/suppress keyup events.Stephen Blott
2017-04-17Clarify postFindFocus and obviously separate it from the try..catchmrmr1993
2017-04-16Rework FindMode HUD refocusing to not depend directly on the HUDmrmr1993
2017-04-16Catch errors thrown by window.find when it wraps/fails on FFmrmr1993
2016-10-15enterNormalMode; new command - implementationStephen Blott
2016-10-01Fix find-mode hangs.Stephen Blott
2016-05-05install the real selectionchange listener after window.findgdh1995
2016-03-21Simplify singleton handling.Stephen Blott
2015-09-11Move repeated conditional FindMode code into one placemrmr1993
2015-09-11Move escaping regex special chars to its own utility functionmrmr1993
2015-06-26Fix oversight from #1693.Stephen Blott
2015-06-13Clean up code after mergemrmr1993
2015-06-13Refactor duplicate code.Stephen Blott
2015-06-13Fix returnToViewport.Stephen Blott
2015-06-13Refactor findInPlace.Stephen Blott
2015-06-10Update rawQuery directly from FindMode.updateQuerymrmr1993
2015-06-10Integrate executeFind into FindMode as FindMode.executemrmr1993
2015-06-10Move findModeQuery to FindMode.querymrmr1993
2015-06-10Simplify executeFind by hardcoding default argumentsmrmr1993
2015-06-10Add FindMode.saveQuery to avoid addressing findModeQuery directlymrmr1993
2015-06-10Integrate functions exposed on window into FindModemrmr1993
2015-06-10Move getNextQueryFromFindModeMatches and getFindModeQuery into mode_findmrmr1993
2015-06-10Move updateFindModeQuery to FindMode.updateQuerymrmr1993
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-04-18Mode indicator: strip all references to badges.Stephen Blott
2015-01-28Visual/edit modes: yet more minor changes.Stephen Blott
2015-01-27Visual/edit modes: minor changes.Stephen Blott
2015-01-27Visual/edit modes: self code review.Stephen Blott
2015-01-18Modes; pre-merge clean up.Stephen Blott
2015-01-17Modes; yet more tweaks...Stephen Blott
2015-01-16Modes; clean up.Stephen Blott
2015-01-16Modes; tweaks.Stephen Blott
2015-01-16Modes; refactoring.Stephen Blott
2015-01-15Modes; yet more teaks and fiddles.Stephen Blott
2015-01-15Modes; tweaks and fiddles.Stephen Blott