aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
2014-04-19Use RegExp to escape special characters for plain find queriesmrmr1993
2014-04-19Add a comment explaining match counting for string searchesmrmr1993
2014-04-19Implement number of matches in find modemrmr1993
2013-12-13Prevent bookmark dialog font from being affected by pageScott Perlitch
2013-09-12Changed deprecated chrome.extension on chrome.runtime in all files and fix testsMaksim Ryzhikov
2013-09-12Changed deprecated chrome.extension on chrome.runtime [Chromium v29] (fixed #...Maksim Ryzhikov
2013-08-23Add a todoPhil Crosby
2013-08-22Some events don't have `keyIdentifier`Joey Baker
2013-07-20trim then filterUncleBill
2013-05-25Replace `sendRequest()` calls with `sendMessage()` ones in marks.coffeesainaen
2013-05-06Content script should handle message even when there is no tab propertysainaen
2013-05-06Replace all deprecated sendRequest() calls with new sendMessage()sainaen
2013-03-06Shorten names.Jez Ng
2013-03-06Merge remote-tracking branch 'deiga/patch-4'Jez Ng
2013-02-18Renamed to 'goToRoot', condensed functionTimo Sand
2013-02-17Implemented opening links in IncognitoTimo Sand
2013-02-17Trying to add incognito window openingTimo Sand
2013-02-16Added `gU` command to go to root of page including current port and protocolTimo Sand
2013-01-31Fix #766 vomnibar is displaying incorrectly on pages that have CSS setting th...Nick Peeples
2013-01-02Make smartcase locale-aware.Jez Ng
2012-12-18Fix #464 - Support placeholder attribute for inputs in find modemike
2012-12-09Don't close link hints when shift is pressedChristopher Manning
2012-11-22Enter on empty vomnibar a no-op.Stephen Blott
2012-11-12Allow ctrl+enter to open a suggestion in a new tabPhil Crosby
2012-11-10Inject bookmarklets by appending them as scripts.Jez Ng
2012-10-30Avoid trapping non-tab keypresses in focusInput mode.Jez Ng
2012-10-29Move a bunch of stuff under pages/ for tidiness.Jez Ng
2012-10-29Implement marks.Jez Ng
2012-10-29Convert strings to numbers when saving options page.Jez Ng
2012-10-29Make the numbers used in the filtered link hints configurable.Jez Ng
2012-10-29Factor out scrolling code into a new file.Jez Ng
2012-10-29More tests, because I like having coverage.Jez Ng
2012-10-28Ensure the initial selection index is always respected.Jez Ng
2012-10-26Address feedback.Jez Ng
2012-10-24Use insertCSS() API instead of manually created style element.Jez Ng
2012-10-23Store all 4 hints-mode states in 1 state variable.Jez Ng
2012-10-23Avoid spurious HUD after shift-toggling tab opening behavior.Jez Ng
2012-10-23Refactor and fix findAndFollowLink. Closes #650.Jez Ng
2012-10-20Deactivate alphabetical hints mode if keypress is not a hint char.Jez Ng
2012-10-20Refactor handlerStack. Closes #657.Jez Ng
2012-10-20Fix initial selected input hint index.Jez Ng
2012-10-20Ensure Vomnibar selection is always within bounds.Jez Ng
2012-09-12Use block stringsDarren Jeacocke
2012-09-10Add missing vimiumReset.Jez Ng
2012-09-10Add option to make regex find the default. Closes #569.Jez Ng
2012-09-09More lint fixes.Jez Ng
2012-09-08Fix upgrade message. Closes #644.Jez Ng
2012-09-04Style fixes.Jez Ng
2012-09-03Merge pull request #640 from mgarriott/get_showadvanced_from_settingsJez Ng
2012-09-03Make hints tests pass again.Jez Ng