| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
into mrmr1993-add-download-link-to-commands
|
|
|
|
|
|
mrmr1993-limitedRepeats
|
|
mrmr1993-fix-tab-restore
|
|
|
|
mrmr1993-fix-insertCSS-error
|
|
We were never using the area property, and it was causing an infinite
setTimeout loop on frames with height == 0 or width == 0 (often caused
by AdBlockPlus etc.).
|
|
|
|
This brings behaviour of the chrome.sessions codepath in line with the
legacy code.
|
|
Implement `repeatLimit`, to prompt for confirmation before repeating a
command a large number of times, and apply it to tab creation/deletion
commands.
|
|
The use of Vomnibar commands with a numerical prefix > 1 is broken and
non-trivial to fix. This patch introduces the `noRepeat` property for
frontend commands, applying it to all Vomnibar commands and several
others.
|
|
|
|
sukima-feature/edit-url-in-vomnibar
Conflicts:
background_scripts/commands.coffee
|
|
Add links-hint mode to download links
|
|
Structured exclusion rules internally, and on the popup and options pages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exclusion list).
|
|
existing rule).
|
|
|
|
|
|
|
|
|
|
|
|
I think this is at little more readable, at least in the code
|
|
|
|
|
|
Fix "move tab to new window" for incognito tabs
|
|
See
[here](https://developer.chrome.com/extensions/sessions#method-restore)
for API details
|
|
|
|
See #926
|
|
|
|
Custom search engines
|
|
|
|
|
|
|