| Age | Commit message (Collapse) | Author |
|
|
|
Fix utils.getCurrentVersion()
|
|
|
|
The code of this function before patch doesn't work for two reasons:
1) it makes async call, so it actually returns `undefined`
2) you need appropriate permission to call chrome.management.get() in manifest
|
|
Fix for travis build
|
|
|
|
|
|
Fix issue #772
|
|
update contributing.md
|
|
Replace all deprecated sendRequest() calls with new sendMessage() ones
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
background_scripts/commands.coffee
|
|
|
|
|
|
We should reserve easily-pressed keys for commonly-used actions.
|
|
Conflicts:
background_scripts/commands.coffee
background_scripts/main.coffee
|
|
|
|
Should fix travis issue #792
|
|
|
|
Added `gU` command to go to root of page including current port and protocol
|
|
|
|
|
|
|
|
Added feature to duplicate current tab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #766
|
|
the input styles
|
|
|
|
Fix #464 - Support placeholder attribute for inputs in find mode
|
|
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
|
|
Don't close link hints when shift is pressed
|
|
Focus window the tab is in when selecting a specific tab.
|
|
Use smartcase for vomnibar queries.
|
|
|