aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
AgeCommit message (Collapse)Author
2014-10-27Ensure advanced commands are in command groups.Stephen Blott
2014-10-27Fix tests for favicons.Stephen Blott
2014-10-27Merge favicons for vomnibar.Stephen Blott
2014-10-26Reduce max removeTab to chrome.session.MAX_SESSION_RESULTS.Stephen Blott
2014-10-26Increase repeatLimits.Stephen Blott
2014-10-26Merge branch 'add-download-link-to-commands' of github.com:mrmr1993/vimium ↵Stephen Blott
into mrmr1993-add-download-link-to-commands
2014-10-26Limit repeats, minor refactoring.Stephen Blott
2014-10-26Add LinkHints.activateModeToDownloadLink to command listmrmr1993
2014-10-26Merge branch 'limitedRepeats' of github.com:mrmr1993/vimium into ↵Stephen Blott
mrmr1993-limitedRepeats
2014-10-26Merge branch 'fix-tab-restore' of github.com:mrmr1993/vimium into ↵Stephen Blott
mrmr1993-fix-tab-restore
2014-10-26Refactor CSS injection.Stephen Blott
2014-10-26Merge branch 'fix-insertCSS-error' of github.com:mrmr1993/vimium into ↵Stephen Blott
mrmr1993-fix-insertCSS-error
2014-10-26Change registerFrameIfSizeAvailable to registerFrame, stop sending sizemrmr1993
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.).
2014-10-25Fence off unnecessary tabQueue code when chrome.sessions is definedmrmr1993
2014-10-25Fail gracefully in restoreTab when runtime.lastError is setmrmr1993
This brings behaviour of the chrome.sessions codepath in line with the legacy code.
2014-10-25Prompt for confirmation when executing large numbers of repeatsmrmr1993
Implement `repeatLimit`, to prompt for confirmation before repeating a command a large number of times, and apply it to tab creation/deletion commands.
2014-10-25Add noRepeat to relevent frontend commandsmrmr1993
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.
2014-10-25Check chrome.runtime.lastError to fix error in chrome.runtime.lastErrormrmr1993
2014-10-25Merge branch 'feature/edit-url-in-vomnibar' of github.com:sukima/vimium into ↵Stephen Blott
sukima-feature/edit-url-in-vomnibar Conflicts: background_scripts/commands.coffee
2014-10-25Merge pull request #784 from deiga/patch-3Stephen Blott
Add links-hint mode to download links
2014-10-22Merge pull request #1154 from smblott-github/passkeys-structuredStephen Blott
Structured exclusion rules internally, and on the popup and options pages.
2014-09-06Structured passkeys; changes following code review; major rewrite of options.Stephen Blott
2014-09-02Structured exclusion rules: Simplify isEnabledForUrl.Stephen Blott
2014-09-02Structured exclusion rules: Fix typos and minor issues.Stephen Blott
2014-09-02Retain excludedUrls setting, so testers can revert to previous versions.Stephen Blott
2014-09-02Structured passkeys, internally and on the options and popup pages.Stephen Blott
2014-08-31closeTabsToLeft/Right -> closeTabsOnLeft/Right.Stephen Blott
2014-08-24Fix passKeys bug introduced in commit 700d35aStephen Blott
2014-08-24Better state management for passkeys.Stephen Blott
2014-08-24New icons for partially enabled, for passkeys.Stephen Blott
2014-08-23Allow passing of keys to the underlying page (comments can start with " too).Stephen Blott
2014-08-23Allow passing of keys to the underlying page (fix/maintain order of ↵Stephen Blott
exclusion list).
2014-08-23Allow passing of keys to the underlying page (populate page popup with ↵Stephen Blott
existing rule).
2014-08-23Allow passing of keys to the underlying page (more minor code review).Stephen Blott
2014-08-23Allow passing of keys to the underlying page (minor code review).Stephen Blott
2014-08-23Allow passing of keys to the underlying page.Stephen Blott
2014-08-21Added feature to download linksTimo Sand
2014-08-17Code tweaksPhil Crosby
2014-08-17Tweak the move tabs command namePhil Crosby
I think this is at little more readable, at least in the code
2014-08-17Mark the close tab commands as "advanced"Phil Crosby
2014-08-17Add closeTabsToLeft, closeTabsToRight and closeOtherTabs commandsmrmr1993
2014-08-16Merge pull request #1075 from mrmr1993/incognitoNewWindowPhil Crosby
Fix "move tab to new window" for incognito tabs
2014-08-16Update restore tab for upcoming chrome.sessions APImrmr1993
See [here](https://developer.chrome.com/extensions/sessions#method-restore) for API details
2014-07-24added custom key mapping for movetableft and movetabright to fix #1100mike-work
2014-07-20Change the default key binding for pin to be <a-f>Phil Crosby
See #926
2014-06-21Fix "move tab to new window" for incognito tabsmrmr1993
2014-06-14Merge pull request #1058 from mijoharas/custom_search_enginesPhil Crosby
Custom search engines
2014-05-29Adding in search engines feature to fix #1009mike-work
2014-05-18Document top-level folders.Stephen Blott
2014-05-18Just ignore known and enumerated top-level folders.Stephen Blott