summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/user_script_slave.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-0/+2
* Fix crash in UserScriptSlave::InjectScripts().aa@chromium.org2010-10-211-0/+6
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Attempt2: Component extensions (and whitelisted extensions) specifying <all_u...finnur@chromium.org2010-10-041-15/+15
* Revert 61323 - Component extensions (and whitelisted extensions) specifying <...finnur@chromium.org2010-10-031-15/+15
* Component extensions (and whitelisted extensions) specifying <all_urls> in th...finnur@chromium.org2010-10-031-15/+15
* Remove some more log spam.aa@chromium.org2010-09-221-4/+0
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-2/+2
* Use WebCore's built in support for user styles instead of theaa@chromium.org2010-07-161-10/+45
* Add --allow-scripting-gallery command line switch to allow extensionssdoyon@chromium.org2010-07-091-5/+8
* Add a wildcard scheme and a special 'all_urls' pattern to URLPattern.mpcomplete@chromium.org2010-06-301-1/+2
* Require user opt-in before allowing content script injection on file URLs.mpcomplete@chromium.org2010-06-241-0/+3
* Reland - Only allow installation of extensions/apps with gallery update url v...rafaelw@chromium.org2010-06-231-2/+1
* Revert 50333 - Only allow installation of extensions/apps with gallery update...tkent@chromium.org2010-06-211-1/+2
* Only allow installation of extensions/apps with gallery update url via downlo...rafaelw@chromium.org2010-06-211-2/+1
* Revert 48693 - Only inject content scripts into HTML documents. Previously we...aa@chromium.org2010-06-161-15/+0
* Revert 50050 - Revert r48693: This broke existing extensions that wanted to r...aa@chromium.org2010-06-161-0/+15
* Revert r48693: This broke existing extensions that wanted to run script on XMLaa@chromium.org2010-06-161-15/+0
* Only inject content scripts into HTML documents. Previously we would inject i...aa@chromium.org2010-06-021-0/+15
* Revert 43684 - Localize CSS files in content scripts (but don't localize JS f...cira@google.com2010-04-071-57/+17
* Add a space to a log message to separate two words.wtc@chromium.org2010-04-061-1/+1
* Localize CSS files in content scripts (but don't localize JS files).cira@chromium.org2010-04-061-17/+57
* Add chrome.extension.inIncognitoTab for content scripts.mpcomplete@chromium.org2010-03-121-6/+9
* Fix a CHECK when opening an incognito tab with user scripts installed.mpcomplete@chromium.org2010-02-121-7/+6
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-1/+9
* Fix regression where we stopped running content scripts inaa@chromium.org2009-12-161-19/+7
* Fix a crash bug on user script installation and add a testaa@chromium.org2009-12-061-1/+1
* Ok, here is a different approach at this change.aa@chromium.org2009-12-021-0/+21
* Revert 33255 - Report active extensions in crash reports. This only implement...nsylvain@chromium.org2009-11-301-21/+0
* Report active extensions in crash reports. This only implements Windows right...aa@chromium.org2009-11-301-0/+21
* Introduce a new 'all_frames' property to content scripts andaa@chromium.org2009-11-251-0/+4
* Special case the gallery to not show the scary download roadblock.aa@chromium.org2009-11-201-1/+2
* Do not run user scripts on chrome.google.comabarth@chromium.org2009-11-191-1/+8
* Add stub functions for chrome.* APIs in content scripts. asargent@chromium.org2009-11-131-1/+2
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* add some histograms to extensionserikkay@chromium.org2009-11-061-3/+15
* Add first class support for user scripts.aa@chromium.org2009-11-041-19/+9
* Don't call chrome.initExtension if we already called it.mpcomplete@chromium.org2009-10-211-2/+4
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-091-6/+2
* Make all content scripts from an extension run in the sameaa@chromium.org2009-10-081-2/+25
* Turn extension script injection histograms into uma histograms.asargent@chromium.org2009-09-301-8/+11
* Try again to land "Implement script API:executeScript"aa@chromium.org2009-09-181-5/+10
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-151-1/+1
* Revert change 26184, 26181 and 26178 to fixnsylvain@chromium.org2009-09-151-1/+1
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-141-1/+1
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-4/+4
* Add some helper methods for constructing a WebCString from UTF16 input,darin@chromium.org2009-08-111-3/+2
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-6/+8
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-301-1/+3
* Reenable use of ExecuteScriptInNewWorld.mpcomplete@chromium.org2009-07-281-4/+1