summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/user_script_slave.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-1/+4
* Enable isolated worlds for content scripts.abarth@chromium.org2009-07-161-1/+1
* Various minor fixes:aa@chromium.org2009-07-151-5/+4
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-091-1/+4
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* BUG=11200rafaelw@chromium.org2009-05-051-2/+2
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Miscellaneous API sprucing.aa@chromium.org2009-04-161-2/+4