| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove page id from extension's script execution callbacks. | avi@chromium.org | 2014-07-02 | 1 | -3/+4 |
* | Make ScriptInjections share more logic | rdevlin.cronin@chromium.org | 2014-06-24 | 1 | -4/+0 |
* | Block tabs.executeScript() from executing until user grants permission | rdevlin.cronin@chromium.org | 2014-05-20 | 1 | -0/+5 |
* | Allow content script insertion on about:-URLs. | rob@robwu.nl | 2014-05-15 | 1 | -0/+8 |
* | Fix a bug in the API webview.executeScript. After this fix, if the webview (w... | hanxi@chromium.org | 2014-04-10 | 1 | -0/+1 |
* | Pass user gestures with chrome.tabs.executeScript. | meacer@chromium.org | 2014-03-04 | 1 | -0/+1 |
* | <webview>: Support showing injected scripts in DevTools | fsamuel@chromium.org | 2013-10-03 | 1 | -0/+1 |
* | Don't serialize extension user script injection results unless the extension | kalman@chromium.org | 2013-08-28 | 1 | -1/+14 |
* | Move UserScript and Extension switches to top-level extensions/. | yoz@chromium.org | 2013-07-19 | 1 | -1/+1 |
* | <webview>: Implement ExecuteScript | fsamuel@chromium.org | 2013-01-24 | 1 | -0/+1 |
* | Make TabHelper::ContentScriptObserver also notify when tabs.executeScript is | kalman@chromium.org | 2012-11-07 | 1 | -27/+7 |
* | Formalise a CHECK for the NULL NavigationEntry in ScriptBadgeController, and | kalman@chromium.org | 2012-08-07 | 1 | -5/+7 |
* | chrome.tabs.executeScript() Callback Parameter | eaugusti@chromium.org | 2012-07-20 | 1 | -4/+10 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Remove the refcount from ScriptBadgeController, which | jyasskin@chromium.org | 2012-07-10 | 1 | -8/+43 |
* | Revert 144055 - Uses the result of injected js as an optional parameter to an... | aa@chromium.org | 2012-06-26 | 1 | -8/+3 |
* | Uses the result of injected js as an optional parameter to an optional callback. | eaugusti@chromium.org | 2012-06-25 | 1 | -3/+8 |
* | Make ScriptBadgeExecutor only show extension script badges after they're | kalman@chromium.org | 2012-05-30 | 1 | -2/+4 |
* | Extract executeScript-like functionality into a single ExtensionScriptExecuto... | kalman@chromium.org | 2012-05-14 | 1 | -0/+65 |