| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-12 | Changed deprecated chrome.extension on chrome.runtime in all files and fix tests | Maksim Ryzhikov | |
| 2013-09-12 | Changed deprecated chrome.extension on chrome.runtime [Chromium v29] (fixed ↵ | Maksim Ryzhikov | |
| #908) | |||
| 2013-08-23 | Add a todo | Phil Crosby | |
| 2013-08-22 | Some events don't have `keyIdentifier` | Joey Baker | |
| This was throwing an error for me on some events. | |||
| 2013-07-20 | trim then filter | UncleBill | |
| 2013-05-25 | Replace `sendRequest()` calls with `sendMessage()` ones in marks.coffee | sainaen | |
| Fixing incomplete commit 9403692e51, replacing old API calls with the new ones in two more files: `background/marks.coffee` and `content_scripts/marks.coffee`. | |||
| 2013-05-06 | Content script should handle message even when there is no tab property | sainaen | |
| 2013-05-06 | Replace all deprecated sendRequest() calls with new sendMessage() | sainaen | |
| 2013-03-06 | Shorten names. | Jez Ng | |
| 2013-03-06 | Merge remote-tracking branch 'deiga/patch-4' | Jez Ng | |
| Conflicts: background_scripts/commands.coffee | |||
| 2013-02-18 | Renamed to 'goToRoot', condensed function | Timo Sand | |
| 2013-02-17 | Implemented opening links in Incognito | Timo Sand | |
| 2013-02-17 | Trying to add incognito window opening | Timo Sand | |
| 2013-02-16 | Added `gU` command to go to root of page including current port and protocol | Timo Sand | |
| 2013-01-31 | Fix #766 vomnibar is displaying incorrectly on pages that have CSS setting ↵ | Nick Peeples | |
| the input styles | |||
| 2013-01-02 | Make smartcase locale-aware. | Jez Ng | |
| 2012-12-18 | Fix #464 - Support placeholder attribute for inputs in find mode | mike | |
| Whereas find mode normally identifies inputs by their value, if a value is blank, find mode will use the placeholder value instead, if it exists | |||
| 2012-12-09 | Don't close link hints when shift is pressed | Christopher Manning | |
| 2012-11-22 | Enter on empty vomnibar a no-op. | Stephen Blott | |
| 2012-11-12 | Allow ctrl+enter to open a suggestion in a new tab | Phil Crosby | |
| It's pretty natural to hit CTRL+N and CTLR+P to select a choice, and then CTRL+enter to open it in a new tab. But previously that didn't work on mac. | |||
| 2012-11-10 | Inject bookmarklets by appending them as scripts. | Jez Ng | |
| This *should* fix the permission problems that `eval` faced. Closes #575, #710. | |||
| 2012-10-30 | Avoid trapping non-tab keypresses in focusInput mode. | Jez Ng | |
| 2012-10-29 | Move a bunch of stuff under pages/ for tidiness. | Jez Ng | |
| Also correct a bug with the show / hide advanced commands button. | |||
| 2012-10-29 | Implement marks. | Jez Ng | |
| 2012-10-29 | Convert strings to numbers when saving options page. | Jez Ng | |
| This avoids the need to continually re-parse the strings each time we load the option value. | |||
| 2012-10-29 | Make the numbers used in the filtered link hints configurable. | Jez Ng | |
| Closes #380. | |||
| 2012-10-29 | Factor out scrolling code into a new file. | Jez Ng | |
| Also fix a bunch of div-scrolling behavior. Closes #486. | |||
| 2012-10-29 | More tests, because I like having coverage. | Jez Ng | |
| 2012-10-28 | Ensure the initial selection index is always respected. | Jez Ng | |
| Closes #687. | |||
| 2012-10-26 | Address feedback. | Jez Ng | |
| 2012-10-24 | Use insertCSS() API instead of manually created style element. | Jez Ng | |
| For some reason addCssToPage seemed to break on Chrome 24. Closes #676. | |||
| 2012-10-23 | Store all 4 hints-mode states in 1 state variable. | Jez Ng | |
| We were previously storing 4 states in 3 booleans, which was overkill. It was also harder to reason about and led to subtle bugs in the HUD when transitioning between states. | |||
| 2012-10-23 | Avoid spurious HUD after shift-toggling tab opening behavior. | Jez Ng | |
| 2012-10-23 | Refactor and fix findAndFollowLink. Closes #650. | Jez Ng | |
| * Fix bug where symbols that were themselves word boundaries were not getting matched * Factor out some operations for efficiency * Add tests | |||
| 2012-10-20 | Deactivate alphabetical hints mode if keypress is not a hint char. | Jez Ng | |
| Closes #638, #287. | |||
| 2012-10-20 | Refactor handlerStack. Closes #657. | Jez Ng | |
| Previously, handlerStack was designed only for removal of the handler right at the top of the stack. However, some handlers sought to remove themselves when they were not at the top of the stack, creating confusion. The new handlerStack ensures that such removal can always be done safely. | |||
| 2012-10-20 | Fix initial selected input hint index. | Jez Ng | |
| 2012-10-20 | Ensure Vomnibar selection is always within bounds. | Jez Ng | |
| Closes #670. | |||
| 2012-09-12 | Use block strings | Darren Jeacocke | |
| 2012-09-10 | Add missing vimiumReset. | Jez Ng | |
| 2012-09-10 | Add option to make regex find the default. Closes #569. | Jez Ng | |
| 2012-09-09 | More lint fixes. | Jez Ng | |
| 2012-09-08 | Fix upgrade message. Closes #644. | Jez Ng | |
| 2012-09-04 | Style fixes. | Jez Ng | |
| Errors were detected using coffeelint. | |||
| 2012-09-03 | Merge pull request #640 from mgarriott/get_showadvanced_from_settings | Jez Ng | |
| The help dialog now gets showAdvancedCommands directly from settings. | |||
| 2012-09-03 | Make hints tests pass again. | Jez Ng | |
| Convert them to Coffeescript at the same time. We really need to set up some automated way of running these tests, to ensure they don't keep breaking. | |||
| 2012-09-03 | Ignore content script requests in options page. | Jez Ng | |
| 2012-09-03 | The help dialog now gets showAdvancedCommands directly from settings. | Matt Garriott | |
| 2012-09-02 | Add comments describing the focusInput behavior. | Jez Ng | |
| 2012-09-02 | Merge branch 'focus-input' | Jez Ng | |
