| Commit message (Expand) | Author | Age | Files | Lines |
* | [Extensions] Remove ActivityLog tie in to ActiveScriptController | rdevlin.cronin | 2015-10-02 | 1 | -3/+0 |
* | [Extensions OOPI] Clean up script injection for OOPI more | rdevlin.cronin | 2015-06-08 | 1 | -1/+2 |
* | [Extensions] Update renderers when all-urls is granted | rdevlin.cronin | 2015-02-20 | 1 | -0/+7 |
* | [Extensions] Enable the scripts-require-action feature based on all-urls pref | rdevlin.cronin | 2015-02-07 | 1 | -4/+3 |
* | Standardize usage of virtual/override/final in chrome/browser/extensions/ | dcheng | 2014-10-21 | 1 | -7/+6 |
* | replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ | mostynb | 2014-10-04 | 1 | -3/+3 |
* | Introduce an "ExtensionWantsToAct" method | rdevlin.cronin | 2014-09-30 | 1 | -0/+8 |
* | Uncouple ActiveScriptController from LocationBarController | rdevlin.cronin | 2014-09-03 | 1 | -14/+4 |
* | Stop showing page actions in the location bar with redesign enabled | rdevlin.cronin | 2014-08-29 | 1 | -7/+15 |
* | Remove PageActionsController | rdevlin.cronin | 2014-08-27 | 1 | -8/+12 |
* | Combine methods to execute extension actions into one place | rdevlin.cronin | 2014-08-25 | 1 | -3/+4 |
* | Support "always allow" for runtime script execution | gpdavis.chromium@gmail.com | 2014-08-15 | 1 | -0/+7 |
* | Consolidate ExtensionToolbarModel::Action and LocationBarController::Action | rdevlin.cronin@chromium.org | 2014-08-14 | 1 | -1/+1 |
* | Add a withheld permissions model to PermissionsData. Withheld permissions are... | rdevlin.cronin@chromium.org | 2014-07-07 | 1 | -13/+32 |
* | Remove page id from extension script injection permission. | avi@chromium.org | 2014-07-03 | 1 | -15/+3 |
* | Refactor renderer-side script injection. | rdevlin.cronin@chromium.org | 2014-06-23 | 1 | -5/+5 |
* | Resubmit: Block content scripts from executing until user grants permission | rdevlin.cronin@chromium.org | 2014-06-03 | 1 | -4/+9 |
* | Revert 273866 "Block content scripts from executing until user g..." | dxie@chromium.org | 2014-06-01 | 1 | -8/+4 |
* | Block content scripts from executing until user grants permission | rdevlin.cronin@chromium.org | 2014-05-30 | 1 | -4/+8 |
* | Improve activity log ad metrics | rdevlin.cronin@chromium.org | 2014-05-27 | 1 | -1/+1 |
* | Run any pending injections in ActiveScriptController if permission is granted | rdevlin.cronin@chromium.org | 2014-05-23 | 1 | -0/+8 |
* | Block tabs.executeScript() from executing until user grants permission | rdevlin.cronin@chromium.org | 2014-05-20 | 1 | -12/+37 |
* | Be extra safe when checking for NULL on ActiveScriptController | rdevlin.cronin@chromium.org | 2014-05-13 | 1 | -0/+5 |
* | Introduce ActiveScriptController, track active extension scripts. | rdevlin.cronin@chromium.org | 2014-05-11 | 1 | -0/+88 |