| Commit message (Expand) | Author | Age | Files | Lines |
* | Move UserScriptSlave and UserScriptIdleScheduler to the extensions subdirectory. | jam@chromium.org | 2011-04-05 | 1 | -277/+0 |
* | Make <all_urls> and file:///* in permissions trigger "Allow file access" | mihaip@chromium.org | 2011-04-01 | 1 | -10/+3 |
* | Move ExtensionRendereInfo into common and call it ExtensionSet instead. | aa@chromium.org | 2011-01-29 | 1 | -2/+2 |
* | Refactor away all the duplicate extension data structures in | aa@chromium.org | 2011-01-26 | 1 | -11/+5 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -3/+2 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -3/+3 |
* | Cleanup: Remove unneeded includes of chrome_switches.h. | thestig@chromium.org | 2011-01-11 | 1 | -1/+2 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 1 | -0/+2 |
* | Fix crash in UserScriptSlave::InjectScripts(). | aa@chromium.org | 2010-10-21 | 1 | -0/+6 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Attempt2: Component extensions (and whitelisted extensions) specifying <all_u... | finnur@chromium.org | 2010-10-04 | 1 | -15/+15 |
* | Revert 61323 - Component extensions (and whitelisted extensions) specifying <... | finnur@chromium.org | 2010-10-03 | 1 | -15/+15 |
* | Component extensions (and whitelisted extensions) specifying <all_urls> in th... | finnur@chromium.org | 2010-10-03 | 1 | -15/+15 |
* | Remove some more log spam. | aa@chromium.org | 2010-09-22 | 1 | -4/+0 |
* | Add support for a "split" incognito behavior for extensions. | mpcomplete@chromium.org | 2010-08-31 | 1 | -2/+2 |
* | Use WebCore's built in support for user styles instead of the | aa@chromium.org | 2010-07-16 | 1 | -10/+45 |
* | Add --allow-scripting-gallery command line switch to allow extensions | sdoyon@chromium.org | 2010-07-09 | 1 | -5/+8 |
* | Add a wildcard scheme and a special 'all_urls' pattern to URLPattern. | mpcomplete@chromium.org | 2010-06-30 | 1 | -1/+2 |
* | Require user opt-in before allowing content script injection on file URLs. | mpcomplete@chromium.org | 2010-06-24 | 1 | -0/+3 |
* | Reland - Only allow installation of extensions/apps with gallery update url v... | rafaelw@chromium.org | 2010-06-23 | 1 | -2/+1 |
* | Revert 50333 - Only allow installation of extensions/apps with gallery update... | tkent@chromium.org | 2010-06-21 | 1 | -1/+2 |
* | Only allow installation of extensions/apps with gallery update url via downlo... | rafaelw@chromium.org | 2010-06-21 | 1 | -2/+1 |
* | Revert 48693 - Only inject content scripts into HTML documents. Previously we... | aa@chromium.org | 2010-06-16 | 1 | -15/+0 |
* | Revert 50050 - Revert r48693: This broke existing extensions that wanted to r... | aa@chromium.org | 2010-06-16 | 1 | -0/+15 |
* | Revert r48693: This broke existing extensions that wanted to run script on XML | aa@chromium.org | 2010-06-16 | 1 | -15/+0 |
* | Only inject content scripts into HTML documents. Previously we would inject i... | aa@chromium.org | 2010-06-02 | 1 | -0/+15 |
* | Revert 43684 - Localize CSS files in content scripts (but don't localize JS f... | cira@google.com | 2010-04-07 | 1 | -57/+17 |
* | Add a space to a log message to separate two words. | wtc@chromium.org | 2010-04-06 | 1 | -1/+1 |
* | Localize CSS files in content scripts (but don't localize JS files). | cira@chromium.org | 2010-04-06 | 1 | -17/+57 |
* | Add chrome.extension.inIncognitoTab for content scripts. | mpcomplete@chromium.org | 2010-03-12 | 1 | -6/+9 |
* | Fix a CHECK when opening an incognito tab with user scripts installed. | mpcomplete@chromium.org | 2010-02-12 | 1 | -7/+6 |
* | Initial work on making extensions work in incognito mode. | mpcomplete@chromium.org | 2010-02-11 | 1 | -1/+9 |
* | Fix regression where we stopped running content scripts in | aa@chromium.org | 2009-12-16 | 1 | -19/+7 |
* | Fix a crash bug on user script installation and add a test | aa@chromium.org | 2009-12-06 | 1 | -1/+1 |
* | Ok, here is a different approach at this change. | aa@chromium.org | 2009-12-02 | 1 | -0/+21 |
* | Revert 33255 - Report active extensions in crash reports. This only implement... | nsylvain@chromium.org | 2009-11-30 | 1 | -21/+0 |
* | Report active extensions in crash reports. This only implements Windows right... | aa@chromium.org | 2009-11-30 | 1 | -0/+21 |
* | Introduce a new 'all_frames' property to content scripts and | aa@chromium.org | 2009-11-25 | 1 | -0/+4 |
* | Special case the gallery to not show the scary download roadblock. | aa@chromium.org | 2009-11-20 | 1 | -1/+2 |
* | Do not run user scripts on chrome.google.com | abarth@chromium.org | 2009-11-19 | 1 | -1/+8 |
* | Add stub functions for chrome.* APIs in content scripts. | asargent@chromium.org | 2009-11-13 | 1 | -1/+2 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | add some histograms to extensions | erikkay@chromium.org | 2009-11-06 | 1 | -3/+15 |
* | Add first class support for user scripts. | aa@chromium.org | 2009-11-04 | 1 | -19/+9 |
* | Don't call chrome.initExtension if we already called it. | mpcomplete@chromium.org | 2009-10-21 | 1 | -2/+4 |
* | Implement chrome.extension.connectExternal and fix various API inconsistencies. | mpcomplete@chromium.org | 2009-10-09 | 1 | -6/+2 |
* | Make all content scripts from an extension run in the same | aa@chromium.org | 2009-10-08 | 1 | -2/+25 |
* | Turn extension script injection histograms into uma histograms. | asargent@chromium.org | 2009-09-30 | 1 | -8/+11 |
* | Try again to land "Implement script API:executeScript" | aa@chromium.org | 2009-09-18 | 1 | -5/+10 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-15 | 1 | -1/+1 |