summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/user_script_slave.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* TBR: Revert "Miscellaneous API sprucing."aa@chromium.org2009-04-151-4/+2
* Miscellaneous API sprucing.aa@chromium.org2009-04-151-2/+4
* Try one more time to check in http://codereview.chromium.org/60112aa@chromium.org2009-04-081-7/+28
* Revert "Implement chromium.self in content scripts..."aa@chromium.org2009-04-071-28/+7
* Implement chromium.self in content scripts, so that developers don'taa@chromium.org2009-04-071-7/+28
* Fix null termination bug when reading UserScriptaa@chromium.org2009-04-041-2/+4
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-6/+10
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-181-22/+43
* Commit 40144. I had to move to to a separate CL to use gcl'saa@chromium.org2009-03-131-7/+8
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Always log out how many user scripts were injected, not justaa@chromium.org2009-02-251-4/+2
* Add logging to ExtensionsService, UserScriptMaster,aa@chromium.org2009-02-241-0/+5
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-4/+4
* Add early-injection capability to user scripts.aa@chromium.org2009-02-141-2/+18
* Port remaining .rc data resource files to grd. This includestc@google.com2009-02-131-1/+2
* janitorial: browser_render_process_host header/lint cleanup. (try 2)thestig@chromium.org2009-02-111-0/+1
* Reverting 9594.thestig@chromium.org2009-02-111-1/+0
* janitorial: clean up unnecessary includes in src/chrome/renderer.thestig@chromium.org2009-02-111-0/+1
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-051-60/+16
* TBR: Fix error line numbers.aa@chromium.org2009-01-201-3/+5
* Move parsing of metadata header into browser process. This is a prerequisiteaa@chromium.org2009-01-171-66/+13
* First pass as implementing the greasemonkey API. This patchaa@chromium.org2009-01-171-3/+33
* This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.aa@chromium.org2009-01-091-0/+170