aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-05-07WhitespacePhil Crosby
2013-05-07Merge pull request #816 from UncleBill/masterPhil Crosby
Fix issue #772
2013-05-07Merge pull request #825 from UncleBill/update-contributingPhil Crosby
update contributing.md
2013-05-07Merge pull request #829 from sainaen/fix_820Phil Crosby
Replace all deprecated sendRequest() calls with new sendMessage() ones
2013-05-06Content script should handle message even when there is no tab propertysainaen
2013-05-06Add onMessage() stub to Chrome extension API mocksainaen
2013-05-06Replace all deprecated sendRequest() calls with new sendMessage()sainaen
2013-05-02update contributing.mdUncleBill
2013-04-15fix issue #772UncleBill
2013-03-06Shorten names.Jez Ng
2013-03-06Merge remote-tracking branch 'deiga/patch-4'Jez Ng
Conflicts: background_scripts/commands.coffee
2013-03-03Revert accidental change.Jez Ng
2013-03-03Update the shoulda.js submodule.Jez Ng
2013-03-02Map moveTabToNewWindow to `W`.Jez Ng
We should reserve easily-pressed keys for commonly-used actions.
2013-03-02Merge remote-tracking branch 'deiga/float-tab' into HEADJez Ng
Conflicts: background_scripts/commands.coffee background_scripts/main.coffee
2013-03-02Disable repeated tab closing. Refs #555.Jez Ng
2013-02-20Merge pull request #793 from deiga/fix-travisJez Ng
Should fix travis issue #792
2013-02-20Should fix travis issue #792Timo Sand
2013-02-19Merge pull request #783 from deiga/patch-2Phil Crosby
Added `gU` command to go to root of page including current port and protocol
2013-02-18Renamed to 'goToRoot', condensed functionTimo Sand
2013-02-18Removed erroneous log callTimo Sand
2013-02-18Moved to advanced commands and renamed command for clearnessTimo Sand
2013-02-17Merge pull request #782 from deiga/patch-1Phil Crosby
Added feature to duplicate current tab
2013-02-17Added functionality to "float" current tab ie. open in new windowTimo Sand
2013-02-17Added creditsTimo Sand
2013-02-17Added creditsTimo Sand
2013-02-17Implemented opening links in IncognitoTimo Sand
2013-02-17Trying to add incognito window openingTimo Sand
2013-02-16Added email to creditsTimo Sand
2013-02-16Added `gU` command to go to root of page including current port and protocolTimo Sand
2013-02-16Finalized duplicateTab featureTimo Sand
2013-02-16Added commands for duplicate tabTimo Sand
2013-02-16Added duplicateTab callTimo Sand
2013-01-31Merge pull request #767 from neouser99/masterPhil Crosby
Fix #766
2013-01-31Fix #766 vomnibar is displaying incorrectly on pages that have CSS setting ↵Nick Peeples
the input styles
2013-01-02Make smartcase locale-aware.Jez Ng
2013-01-02Merge pull request #748 from mhchen/issue_464Jez Ng
Fix #464 - Support placeholder attribute for inputs in find mode
2012-12-18Fix #464 - Support placeholder attribute for inputs in find modemike
Whereas find mode normally identifies inputs by their value, if a value is blank, find mode will use the placeholder value instead, if it exists
2012-12-16Merge pull request #744 from christophermanning/issue-697Jez Ng
Don't close link hints when shift is pressed
2012-12-16Merge pull request #741 from christophermanning/issue-690Jez Ng
Focus window the tab is in when selecting a specific tab.
2012-12-16Merge pull request #721 from smblott-github/smartcaseJez Ng
Use smartcase for vomnibar queries.
2012-12-09Don't close link hints when shift is pressedChristopher Manning
2012-12-09Merge pull request #743 from christophermanning/add_contributing_guidelinesJez Ng
Add contributing guidelines
2012-12-09Format and add instructions for Reporting Issues to CONTRIBUTINGChristopher Manning
2012-12-09Move Contributing information from README to CONTRIBUTING.mdChristopher Manning
2012-12-07Focus window the tab is in when selecting a specific tabChristopher Manning
2012-12-03Merge pull request #740 from christophermanning/add-link-to-travis-ci-imagePhil Crosby
Add link to TravisCI page to the Build Status image
2012-12-03Add link to TravisCI page to the Build Status imageChristopher Manning
2012-11-22Merge pull request #734 from smblott-github/enter--make-enter-a-noop-in-vomnibarPhil Crosby
Make <Enter> on an empty vomnibar be a no-op
2012-11-22Enter on empty vomnibar a no-op.Stephen Blott