| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Custom search engines
|
|
|
|
commands
This fixes #1056.
|
|
Added command to move tab to the left and right
|
|
|
|
|
|
|
|
Conflicts:
tests/unit_tests/utils_test.coffee
|
|
|
|
|
|
|
|
|
|
callback parameter is never passed to removeTab(), so adding it to
the selectionChangeHandlers list causes 'Can not call method call() of undefined'
error after closing the tab.
|
|
|
|
Fix issue #772
|
|
|
|
|
|
|
|
Conflicts:
background_scripts/commands.coffee
|
|
Conflicts:
background_scripts/commands.coffee
background_scripts/main.coffee
|