summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/script_executor.h
Commit message (Expand)AuthorAgeFilesLines
* Remove page id from extension's script execution callbacks.avi@chromium.org2014-07-021-3/+4
* Make ScriptInjections share more logicrdevlin.cronin@chromium.org2014-06-241-4/+0
* Block tabs.executeScript() from executing until user grants permissionrdevlin.cronin@chromium.org2014-05-201-0/+5
* Allow content script insertion on about:-URLs.rob@robwu.nl2014-05-151-0/+8
* Fix a bug in the API webview.executeScript. After this fix, if the webview (w...hanxi@chromium.org2014-04-101-0/+1
* Pass user gestures with chrome.tabs.executeScript.meacer@chromium.org2014-03-041-0/+1
* <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