summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/script_executor.h
Commit message (Expand)AuthorAgeFilesLines
* <webview>: Support showing injected scripts in DevToolsfsamuel@chromium.org2013-10-031-0/+1
* Don't serialize extension user script injection results unless the extensionkalman@chromium.org2013-08-281-1/+14
* Move UserScript and Extension switches to top-level extensions/.yoz@chromium.org2013-07-191-1/+1
* <webview>: Implement ExecuteScriptfsamuel@chromium.org2013-01-241-0/+1
* Make TabHelper::ContentScriptObserver also notify when tabs.executeScript iskalman@chromium.org2012-11-071-27/+7
* Formalise a CHECK for the NULL NavigationEntry in ScriptBadgeController, andkalman@chromium.org2012-08-071-5/+7
* chrome.tabs.executeScript() Callback Parametereaugusti@chromium.org2012-07-201-4/+10
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Remove the refcount from ScriptBadgeController, whichjyasskin@chromium.org2012-07-101-8/+43
* Revert 144055 - Uses the result of injected js as an optional parameter to an...aa@chromium.org2012-06-261-8/+3
* Uses the result of injected js as an optional parameter to an optional callback.eaugusti@chromium.org2012-06-251-3/+8
* Make ScriptBadgeExecutor only show extension script badges after they'rekalman@chromium.org2012-05-301-2/+4
* Extract executeScript-like functionality into a single ExtensionScriptExecuto...kalman@chromium.org2012-05-141-0/+65