| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-18 | Merge pull request #1022 from mrmr1993/HTMLEscaping | Phil Crosby | |
| Fix HTML escaping issues | |||
| 2014-04-16 | Highlight escaped HTML in Vomnibar results (fixes #914) | mrmr1993 | |
| 2014-04-16 | Escape HTML in HUD from searches (fixes #913) | mrmr1993 | |
| 2014-04-14 | Merge pull request #982 from sharat87/patch-1 | Phil Crosby | |
| Exclude confirmation message in popup is empty | |||
| 2014-03-02 | Merge pull request #1006 from antris/master | Phil Crosby | |
| Escape HTML in vomnibar tab URLs | |||
| 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. | |||
| 2014-02-07 | Merge pull request #998 from mieubrisse/build-file-dependency | Phil Crosby | |
| Moved 'require utils' so utils.coffee can be compiled before being check... | |||
| 2014-02-07 | Moved 'require utils' so utils.coffee can be compiled before being checked | Kevin Today | |
| 2013-12-28 | Exclude confirmation message in popup is empty | Shrikant Sharat | |
| The UI and logic is there but the message is empty. I just added a message to it. | |||
| 2013-12-15 | Stop keyup events for Issue 733 | tejohnso | |
| 2013-12-13 | Merge pull request #977 from scottperlitch/iss960 | Phil Crosby | |
| Prevent bookmark dialog font from being affected by page | |||
| 2013-12-13 | Prevent bookmark dialog font from being affected by page | Scott Perlitch | |
| 2013-11-06 | Update version number to 1.44 | Phil Crosby | |
| 2013-11-04 | Update changelog for version 1.44 | Phil Crosby | |
| 2013-10-28 | Fixed sporadic utils_test failure (which could be reproduced when ↵ | Stanley Shyiko | |
| settings_test did not precede utils_test) | |||
| 2013-10-28 | Fixed detection of links which are only partially inside the viewport | Stanley Shyiko | |
| 2013-10-25 | Merge pull request #941 from lyallh/shortenUrl-https-fix | Phil Crosby | |
| Also crop https:// off displayed url suggestions (currently only http:// cropped) | |||
| 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-21 | Ignore Sublime project files. | spccdt | |
| 2013-09-16 | Merge pull request #912 from maksimr/master | Phil Crosby | |
| Changed deprecated chrome.extension on chrome.runtime [Chromium v29] (fixed #908) | |||
| 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-23 | Merge pull request #902 from joeybaker/patch-1 | Phil Crosby | |
| Some events don't have `keyIdentifier` | |||
| 2013-08-22 | Some events don't have `keyIdentifier` | Joey Baker | |
| This was throwing an error for me on some events. | |||
| 2013-07-22 | Merge pull request #885 from brotatos/remove-google-reader-setting | Jez Ng | |
| Remove Google Reader rule. | |||
| 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-19 | Merge pull request #884 from UncleBill/trim | Phil Crosby | |
| trim then filter | |||
| 2013-07-20 | trim then filter | UncleBill | |
| 2013-07-10 | Merge pull request #878 from oooooooo/master | Phil Crosby | |
| fixed Vimium Help | |||
| 2013-07-10 | fixed Vimium Help | OBARA Kiyotake | |
| 2013-05-26 | Merge pull request #855 from sainaen/fix_849 | Jez Ng | |
| Replace `sendRequest()` calls with `sendMessage()` ones in marks.coffee | |||
| 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-18 | Pull the version in packaging | Ilya Sukhar | |
| 2013-05-18 | Update README | Ilya Sukhar | |
| 2013-05-15 | Fix a typo | Phil Crosby | |
| 2013-05-15 | Ignore dist | Phil Crosby | |
| 2013-05-15 | Add a task to build a zip file for the chrome store | Phil Crosby | |
| 2013-05-15 | Give the readme a .md extension | Phil Crosby | |
| 2013-05-15 | Add a note about what package is used for | Phil Crosby | |
| 2013-05-11 | Make goPrevious advanced to be consistent with goNext | Phil Crosby | |
| 2013-05-11 | Add release notes for 1.43 | Phil Crosby | |
| 2013-05-11 | Update version number | Phil Crosby | |
| 2013-05-11 | Add another note about our coffeescript style | Phil Crosby | |
| 2013-05-12 | Fix error with handlerStack in link_hints content script | sainaen | |
| 2013-05-09 | Merge pull request #830 from sainaen/removeTab_callback_fix | Phil Crosby | |
| removeTab() shouldn't add callback to selectionChangedHandlers if it's undefined | |||
| 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. | |||
