aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vomnibar.coffee
AgeCommit message (Expand)Author
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
2017-10-02FF: Lazy load the Vomnibar for XML documentsmrmr1993
2016-10-23Move SearchEngines to bg-utils.coffee.Stephen Blott
2016-04-28Fix UI-component initialization issues.Stephen Blott
2016-04-18Revert "UI-compnent commands must wait for the document to be ready."Stephen Blott
2016-04-17UI-compnent commands must wait for the document to be ready.Stephen Blott
2016-04-17Only Vomnibar.init() when the Vomnibar is needed.Stephen Blott
2016-04-17Make showHelp a top-frame command.Stephen Blott
2016-04-16Minor code review.Stephen Blott
2016-04-16Rework UI component focus handling.Stephen Blott
2016-04-10Fix Vomnibar initialization issue.Stephen Blott
2016-04-02Simplify UI component initialisation.Stephen Blott
2016-03-05Key bindings; rewire vomnibar.Stephen Blott
2016-02-20Refactor command-option parsing.Stephen Blott
2015-05-31Replace settings.get with Settings.get in the frontendmrmr1993
2015-05-30Use the term "options" instead of "flags" for command options.Stephen Blott
2015-05-29Verify keyword for custom search-engine activation.Stephen Blott
2015-05-29Prepopulate @customSearchMode in vomnibar.Stephen Blott
2015-05-29Implement pre-population of custom-search keywords.Stephen Blott
2015-04-23Activate vomnibar in window.top; no flicker and tidy up.Stephen Blott
2015-03-17Activate vomnibar in window.top; more clean up.Stephen Blott
2015-03-17Activate vomnibar in window.top; minor clean up.Stephen Blott
2015-03-17Activate vomnibar in window.top; refocus original frame.Stephen Blott
2015-03-06Remove need for short delay to prevent vomnibar flicker.Stephen Blott
2014-12-30Vomnibar; reinstate test on event.data.Stephen Blott
2014-12-30Minor changes to vomnibar-in-iframe.Stephen Blott
2014-12-29Use UIComponent for Vomnibar iframemrmr1993
2014-10-31Merge vomnibarToPage from @mrmr1993.Stephen Blott
2014-10-31Add comments about moving the Vomnibar to an iframemrmr1993
2014-10-25Merge branch 'feature/edit-url-in-vomnibar' of github.com:sukima/vimium into ...Stephen Blott
2014-09-17Move the vomnibar to an iframemrmr1993
2014-09-03Changed to show url when item selectedLuan Nico
2014-08-22Switching again to Ctrl+EnterLuan Nico
2014-08-22Changed key biding to use right arrow instead of tab, returning previous tab ...Luan Nico
2014-08-21Suggestion for impl of #1141Luan Nico
2014-08-12Fix for 1005Timo Sand
2014-06-20added selection of search engines without pressing tabmike-work
2014-03-01Add Vomnibar.activateEditUrl commandsDevin Weaver
2013-09-12Changed deprecated chrome.extension on chrome.runtime in all files and fix testsMaksim Ryzhikov
2013-05-06Replace all deprecated sendRequest() calls with new sendMessage()sainaen
2012-11-22Enter on empty vomnibar a no-op.Stephen Blott
2012-11-12Allow ctrl+enter to open a suggestion in a new tabPhil Crosby
2012-11-10Inject bookmarklets by appending them as scripts.Jez Ng
2012-10-29More tests, because I like having coverage.Jez Ng
2012-10-28Ensure the initial selection index is always respected.Jez Ng
2012-10-20Refactor handlerStack. Closes #657.Jez Ng
2012-10-20Ensure Vomnibar selection is always within bounds.Jez Ng
2012-09-12Use block stringsDarren Jeacocke
2012-09-10Add missing vimiumReset.Jez Ng
2012-09-04Style fixes.Jez Ng