aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-04-18Merge pull request #1022 from mrmr1993/HTMLEscapingPhil Crosby
Fix HTML escaping issues
2014-04-16Highlight escaped HTML in Vomnibar results (fixes #914)mrmr1993
2014-04-16Escape HTML in HUD from searches (fixes #913)mrmr1993
2014-04-14Merge pull request #982 from sharat87/patch-1Phil Crosby
Exclude confirmation message in popup is empty
2014-03-02Merge pull request #1006 from antris/masterPhil Crosby
Escape HTML in vomnibar tab URLs
2014-03-02Escape HTML in vomnibar tab URLsAnton Rissanen
2014-03-01Add Vomnibar.activateEditUrl commandsDevin 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-07Merge pull request #998 from mieubrisse/build-file-dependencyPhil Crosby
Moved 'require utils' so utils.coffee can be compiled before being check...
2014-02-07Moved 'require utils' so utils.coffee can be compiled before being checkedKevin Today
2013-12-28Exclude confirmation message in popup is emptyShrikant Sharat
The UI and logic is there but the message is empty. I just added a message to it.
2013-12-15Stop keyup events for Issue 733tejohnso
2013-12-13Merge pull request #977 from scottperlitch/iss960Phil Crosby
Prevent bookmark dialog font from being affected by page
2013-12-13Prevent bookmark dialog font from being affected by pageScott Perlitch
2013-11-06Update version number to 1.44Phil Crosby
2013-11-04Update changelog for version 1.44Phil Crosby
2013-10-28Fixed sporadic utils_test failure (which could be reproduced when ↵Stanley Shyiko
settings_test did not precede utils_test)
2013-10-28Fixed detection of links which are only partially inside the viewportStanley Shyiko
2013-10-25Merge pull request #941 from lyallh/shortenUrl-https-fixPhil Crosby
Also crop https:// off displayed url suggestions (currently only http:// cropped)
2013-10-17Fix to hide https:// from displayed urls hot just http://Lyall Hamilton
2013-10-09Add favicons to vomnibar completionsLyall 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-04Add shortcut to pin/unpin Tabfukayatsu
2013-09-21Ignore Sublime project files.spccdt
2013-09-16Merge pull request #912 from maksimr/masterPhil Crosby
Changed deprecated chrome.extension on chrome.runtime [Chromium v29] (fixed #908)
2013-09-12Changed deprecated chrome.extension on chrome.runtime in all files and fix testsMaksim Ryzhikov
2013-09-12Changed deprecated chrome.extension on chrome.runtime [Chromium v29] (fixed ↵Maksim Ryzhikov
#908)
2013-08-23Add a todoPhil Crosby
2013-08-23Merge pull request #902 from joeybaker/patch-1Phil Crosby
Some events don't have `keyIdentifier`
2013-08-22Some events don't have `keyIdentifier`Joey Baker
This was throwing an error for me on some events.
2013-07-22Merge pull request #885 from brotatos/remove-google-reader-settingJez Ng
Remove Google Reader rule.
2013-07-22Remove Google Reader rule.Robin Choudhury
Since Google Reader has been discontinued, there is no reason to add this rule to the excludedUrls.
2013-07-19Merge pull request #884 from UncleBill/trimPhil Crosby
trim then filter
2013-07-20trim then filterUncleBill
2013-07-10Merge pull request #878 from oooooooo/masterPhil Crosby
fixed Vimium Help
2013-07-10fixed Vimium HelpOBARA Kiyotake
2013-05-26Merge pull request #855 from sainaen/fix_849Jez Ng
Replace `sendRequest()` calls with `sendMessage()` ones in marks.coffee
2013-05-25Replace `sendRequest()` calls with `sendMessage()` ones in marks.coffeesainaen
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-18Pull the version in packagingIlya Sukhar
2013-05-18Update READMEIlya Sukhar
2013-05-15Fix a typoPhil Crosby
2013-05-15Ignore distPhil Crosby
2013-05-15Add a task to build a zip file for the chrome storePhil Crosby
2013-05-15Give the readme a .md extensionPhil Crosby
2013-05-15Add a note about what package is used forPhil Crosby
2013-05-11Make goPrevious advanced to be consistent with goNextPhil Crosby
2013-05-11Add release notes for 1.43Phil Crosby
2013-05-11Update version numberPhil Crosby
2013-05-11Add another note about our coffeescript stylePhil Crosby
2013-05-12Fix error with handlerStack in link_hints content scriptsainaen
2013-05-09Merge pull request #830 from sainaen/removeTab_callback_fixPhil Crosby
removeTab() shouldn't add callback to selectionChangedHandlers if it's undefined
2013-05-09Remove 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.