| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-19 | Settings tests pass, Sync still has an error. | Stephen Blott | |
| 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 | |
| 2013-10-17 | Fix to hide https:// from displayed urls hot just http:// | Lyall Hamilton | |
| 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 | |
| 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-02-16 | Finalized duplicateTab feature | Timo Sand | |
| 2013-02-16 | Added commands for duplicate tab | Timo Sand | |
| 2013-02-16 | Added duplicateTab call | Timo Sand | |
| 2013-01-02 | Make smartcase locale-aware. | Jez Ng | |
| 2012-12-16 | Merge pull request #741 from christophermanning/issue-690 | Jez Ng | |
| Focus window the tab is in when selecting a specific tab. | |||
| 2012-12-07 | Focus window the tab is in when selecting a specific tab | Christopher Manning | |
| 2012-11-14 | RegexpCache: reorganise and improve tests. | Stephen Blott | |
| 2012-11-13 | Smartcase matching for vomnibar. | Stephen Blott | |
| Vomnibar queries are case insensitive, unless the query contains a capital letter. | |||
| 2012-11-12 | Improve unit test structure and coverage. | Stephen Blott | |
| 2012-11-11 | Changes in responce to philc's recommendations. | Stephen Blott | |
| See: https://github.com/philc/vimium/pull/715 | |||
| 2012-11-11 | More simplification/refactoring. | Stephen Blott | |
| 2012-11-11 | Refactor domain maintenance code. | Stephen Blott | |
| 2012-11-11 | Remove comments regarding non-existent bug. | Stephen Blott | |
| 2012-11-11 | Extend removing entries to the domain completer. | Stephen Blott | |
| 2012-11-11 | Remove history entries. | Stephen Blott | |
| When a chrome history entry is removed, remove that entry from our history too. Same when the entire history is removed. | |||
| 2012-11-10 | Merge pull request #704 from smblott-github/relevancy | Jez Ng | |
| Highlight all matches in a vomnibar suggestion, not just the first. | |||
| 2012-11-09 | Merge pull request #707 from smblott-github/small-bugs | Jez Ng | |
| Minor fixes. | |||
| 2012-11-07 | Fix incorrect/misleading comment. | Stephen Blott | |
