| Commit message (Expand) | Author | Age | Files | Lines |
* | replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ | mostynb | 2014-10-04 | 1 | -1/+1 |
* | Introduce an "ExtensionWantsToAct" method | rdevlin.cronin | 2014-09-30 | 1 | -0/+10 |
* | Uncouple ActiveScriptController from LocationBarController | rdevlin.cronin | 2014-09-03 | 1 | -22/+21 |
* | Remove implicit conversions from scoped_refptr to T* in chrome/browser/extens... | dcheng | 2014-08-26 | 1 | -2/+2 |
* | Extensions: Move id_util functions to crx_file component. | tommycli@chromium.org | 2014-08-21 | 1 | -2/+2 |
* | Don't clear the activeTab permission for same-origin navigations when the | kalman@chromium.org | 2014-08-16 | 1 | -4/+24 |
* | Support "always allow" for runtime script execution | gpdavis.chromium@gmail.com | 2014-08-15 | 1 | -17/+83 |
* | Add a withheld permissions model to PermissionsData. Withheld permissions are... | rdevlin.cronin@chromium.org | 2014-07-07 | 1 | -46/+59 |
* | Remove page id from extension script injection permission. | avi@chromium.org | 2014-07-03 | 1 | -16/+0 |
* | Trust the renderer's same-document navigation flag if it is a same-origin nav. | japhet@chromium.org | 2014-06-04 | 1 | -3/+3 |
* | Introduce pref to allow extensions to script on all urls. | rdevlin.cronin@chromium.org | 2014-05-29 | 1 | -1/+27 |
* | Run any pending injections in ActiveScriptController if permission is granted | rdevlin.cronin@chromium.org | 2014-05-23 | 1 | -4/+20 |
* | Make ActiveScriptController use Active Tab-style permissions | rdevlin.cronin@chromium.org | 2014-05-22 | 1 | -0/+286 |