| Age | Commit message (Collapse) | Author |
|
|
|
See #926
|
|
Custom search engines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #730
|
|
commands
This fixes #1056.
|
|
Added command to move tab to the left and right
|
|
|
|
|
|
|
|
|
|
1) C-F doesn't seem like a good choice
2) I'm not sure how many folks will use this. Maybe a lot of people?
|
|
|
|
Conflicts:
content_scripts/link_hints.coffee
|
|
|
|
I think we want to leave it off in the shipped version
|
|
Conflicts:
tests/unit_tests/utils_test.coffee
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add shortcut to pin/unpin Tab
|
|
|
|
|
|
Synchronization is via `chrome.storage.sync.*`; data is cached in `localStorage`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since Google Reader has been discontinued, there
is no reason to add this rule to the excludedUrls.
|
|
|
|
Fixing incomplete commit 9403692e51, replacing old API calls with
the new ones in two more files: `background/marks.coffee` and
`content_scripts/marks.coffee`.
|