aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
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
2012-09-03Ignore content script requests in options page.Jez Ng
2012-09-03The help dialog now gets showAdvancedCommands directly from settings.Matt Garriott
2012-09-02Add comments describing the focusInput behavior.Jez Ng
2012-09-02Merge branch 'focus-input'Jez Ng
2012-09-01Merge pull request #628 from mgarriott/help_bug_fixesPhil Crosby
2012-08-31Removed unneeded comments.Matt Garriott
2012-08-26frontend: Error when canceling ('esc') findModeCarl Helmertz
2012-08-26frontend: performFind was not focusing the next a-elementCarl Helmertz
2012-08-25The help dialog will now properly read the user's preference for showing adva...Matt Garriott
2012-08-25The help dialog now initializes the javascript from the withinMatt Garriott
2012-08-24Fixed 'Show advanced commands' link on the options page.Matt Garriott
2012-08-21Style input hints as number-less overlays.Jez Ng
2012-08-21Shift-tab scrolls backwards in focus-input mode.Jez Ng
2012-08-21Highlight the selected hint with a different color.Jez Ng
2012-08-21Don't show hints on `gi` if there is only one input element.Jez Ng
2012-08-21Prototype for tab-through-input-elements feature. Refs #508.Jez Ng
2012-08-21Don't follow prev/next links without an exact word match.Jez Ng
2012-08-20More refactoring-cleanup.Jez Ng
2012-08-09Fix regression in shuffleHints()guns
2012-08-06vomnibar: New tabs for 'O' and 'B'Carl Helmertz
2012-08-04Refactor link hints to be more functional.Jez Ng
2012-08-04Convert one-shot ports to requests. Closes #8 (!!)Jez Ng