| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-30 | Merge remote-tracking branch 'mrmr1993/openLinkInFGTab' | Phil Crosby | |
| Conflicts: content_scripts/link_hints.coffee | |||
| 2014-04-30 | Tweak a few comments | Phil Crosby | |
| 2014-04-30 | Turn off debug mode | Phil Crosby | |
| I think we want to leave it off in the shipped version | |||
| 2014-04-30 | Merge branch 'smblott-github-sync-chrome-instances' | Phil Crosby | |
| Conflicts: tests/unit_tests/utils_test.coffee | |||
| 2014-04-27 | Response to @philc's comments regarding sync. | Stephen Blott | |
| 2014-04-23 | Add openlinks in foreground mode and fix #1035 | mrmr1993 | |
| 2014-04-22 | Line length | Phil Crosby | |
| 2014-04-19 | Clean up initialization. | Stephen Blott | |
| 2014-04-19 | Code review, clean up. | Stephen Blott | |
| 2014-04-19 | Fix sync.init. | Stephen Blott | |
| 2014-04-19 | Comments for philc. | Stephen Blott | |
| 2014-04-19 | Delay initializing sync until other components have started. | Stephen Blott | |
| 2014-04-19 | Add remote sync test for setting cleared. | Stephen Blott | |
| 2014-04-19 | Add test cases for "asynchronous" sync. | Stephen Blott | |
| 2014-04-19 | Fix indentation and disable sync.log() messages. | Stephen Blott | |
| 2014-04-19 | Functional sync. | Stephen Blott | |
| 2014-04-19 | Settings tests pass, Sync still has an error. | Stephen Blott | |
| 2014-04-18 | Merge pull request #926 from fukayatsu/toggle-pin-tab | Phil Crosby | |
| Add shortcut to pin/unpin Tab | |||
| 2014-04-19 | Code review of Sync(). | Stephen Blott | |
| 2014-04-18 | Code review of Sync(). | Stephen Blott | |
| 2014-04-18 | Initial synchronization commit. | Stephen Blott | |
| Synchronization is via `chrome.storage.sync.*`; data is cached in `localStorage`. | |||
| 2014-04-18 | Minor cleanups | Phil Crosby | |
| 2014-04-16 | Highlight escaped HTML in Vomnibar results (fixes #914) | mrmr1993 | |
| 2014-03-02 | Escape HTML in vomnibar tab URLs | Anton Rissanen | |
| 2014-03-01 | Add Vomnibar.activateEditUrl commands | Devin Weaver | |
| Often times when I'm working on sites I want to add a query string or modify the port number. The go up one level or root of the URL commands are nice but they don't alow you to add or remove specifics on the current URL. This adds two commands that act exactly like the normal onmibar open but populates the bar with the current URL. I picked `ge` as the default and `gE` as the default for the same in a new tab. | |||
| 2013-10-17 | Fix to hide https:// from displayed urls hot just http:// | Lyall Hamilton | |
| 2013-10-09 | Add favicons to vomnibar completions | Lyall Hamilton | |
| Favicons are displayed as a background-image style next to urls in similar style to chrome's history page. For tabs the icon is fetched from the url specified by chrome tab's favIconUrl property. Unfortunately extensions to not have access to chrome://favicons/ to get bookmark favicons but fortunately most sites serve a favicon from protocol://hostname/favicon.ico (e.g. http://example.com/favicon.ico) so this url is tried for non-tab types. | |||
| 2013-10-04 | Add shortcut to pin/unpin Tab | fukayatsu | |
| 2013-09-12 | Changed deprecated chrome.extension on chrome.runtime in all files and fix tests | Maksim Ryzhikov | |
| 2013-07-22 | Remove Google Reader rule. | Robin Choudhury | |
| Since Google Reader has been discontinued, there is no reason to add this rule to the excludedUrls. | |||
| 2013-07-10 | fixed Vimium Help | OBARA Kiyotake | |
| 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-11 | Make goPrevious advanced to be consistent with goNext | Phil Crosby | |
| 2013-05-09 | Remove the callback parameter of removeTab() | sainaen | |
| callback parameter is never passed to removeTab(), so adding it to the selectionChangeHandlers list causes 'Can not call method call() of undefined' error after closing the tab. | |||
| 2013-05-07 | Tweak to make if statement positively formed | Phil Crosby | |
| 2013-05-07 | Merge pull request #816 from UncleBill/master | Phil Crosby | |
| Fix issue #772 | |||
| 2013-05-06 | Replace all deprecated sendRequest() calls with new sendMessage() | sainaen | |
| 2013-04-15 | fix issue #772 | UncleBill | |
| 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-03-03 | Revert accidental change. | Jez Ng | |
| 2013-03-02 | Map moveTabToNewWindow to `W`. | Jez Ng | |
| We should reserve easily-pressed keys for commonly-used actions. | |||
| 2013-03-02 | Merge remote-tracking branch 'deiga/float-tab' into HEAD | Jez Ng | |
| Conflicts: background_scripts/commands.coffee background_scripts/main.coffee | |||
| 2013-03-02 | Disable repeated tab closing. Refs #555. | Jez Ng | |
| 2013-02-19 | Merge pull request #783 from deiga/patch-2 | Phil Crosby | |
| Added `gU` command to go to root of page including current port and protocol | |||
| 2013-02-18 | Renamed to 'goToRoot', condensed function | Timo Sand | |
| 2013-02-18 | Removed erroneous log call | Timo Sand | |
| 2013-02-18 | Moved to advanced commands and renamed command for clearness | Timo Sand | |
| 2013-02-17 | Added functionality to "float" current tab ie. open in new window | Timo Sand | |
| 2013-02-17 | Implemented opening links in Incognito | Timo Sand | |
