| Commit message (Expand) | Author | Age | Files | Lines |
* | Attaching a DOM Activity Logger to all extension scripts | ataly@chromium.org | 2013-03-08 | 1 | -4/+19 |
* | Replaced deprecated v8 API calls by their non-deprecated equivalents. | svenpanne@chromium.org | 2013-02-04 | 1 | -1/+1 |
* | <webview>: Implement ExecuteScript | fsamuel@chromium.org | 2013-01-24 | 1 | -1/+2 |
* | Update some #includes in chrome/renderer/extensions/ for headers in the new P... | pilgrim@chromium.org | 2013-01-10 | 1 | -2/+2 |
* | Move extension_error_utils.* and url_pattern_set.* into | aa@chromium.org | 2012-11-19 | 1 | -2/+2 |
* | Make TabHelper::ContentScriptObserver also notify when tabs.executeScript is | kalman@chromium.org | 2012-11-07 | 1 | -11/+7 |
* | Make V8ValueConverter.FromV8Value be more consistent with JSON.stringify: don't | kalman@chromium.org | 2012-09-17 | 1 | -2/+4 |
* | Revert 157025 - Make V8ValueConverter.FromV8Value be more consistent with JSO... | kalman@chromium.org | 2012-09-16 | 1 | -4/+2 |
* | Make V8ValueConverter.FromV8Value be more consistent with JSON.stringify: don't | kalman@chromium.org | 2012-09-15 | 1 | -2/+4 |
* | Added check to prevent extensions from injecting scrips into pages hosted in ... | zelidrag@chromium.org | 2012-08-23 | 1 | -8/+9 |
* | Move c/r/extensions/* into extensions namespace | rdevlin.cronin@chromium.org | 2012-08-07 | 1 | -7/+7 |
* | Formalise a CHECK for the NULL NavigationEntry in ScriptBadgeController, and | kalman@chromium.org | 2012-08-07 | 1 | -5/+9 |
* | chrome.tabs.executeScript() Callback Parameter | eaugusti@chromium.org | 2012-07-20 | 1 | -5/+34 |
* | Move UserScript and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-13 | 1 | -1/+4 |
* | Revert 144055 - Uses the result of injected js as an optional parameter to an... | aa@chromium.org | 2012-06-26 | 1 | -39/+5 |
* | Uses the result of injected js as an optional parameter to an optional callback. | eaugusti@chromium.org | 2012-06-25 | 1 | -5/+39 |
* | Implement the activeTab permission, so that extensions with the permission | kalman@chromium.org | 2012-06-13 | 1 | -1/+4 |
* | Make ScriptBadgeExecutor only show extension script badges after they're | kalman@chromium.org | 2012-05-30 | 1 | -3/+10 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -0/+1 |
* | Adding run_at to chrome.tabs.executeScript/insertCss. | eaugusti@chromium.org | 2012-04-13 | 1 | -0/+212 |