summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/permissions_updater.cc
Commit message (Expand)AuthorAgeFilesLines
* Update extension install prompt to reflect withheld permissions.gpdavis.chromium2014-09-191-13/+32
* Extensions-related fixups for scoped_refptr conversion operator removal.dcheng2014-08-281-3/+3
* Remove implicit conversions from scoped_refptr to T* in chrome/browser/extens...dcheng2014-08-261-6/+7
* Only show the checkbox for all urls when the switch is onrdevlin.cronin@chromium.org2014-08-181-11/+3
* Support "always allow" for runtime script executiongpdavis.chromium@gmail.com2014-08-151-5/+41
* Move extension notifications to extensions/browser/notification_types.hjamescook@chromium.org2014-07-311-1/+1
* Add a withheld permissions model to PermissionsData. Withheld permissions are...rdevlin.cronin@chromium.org2014-07-071-38/+176
* Move UpdateActivePermissions from ExtensionService to PermissionsUpdaterrdevlin.cronin@chromium.org2014-06-201-22/+58
* Remove deprecated permissions functions from Extensionrdevlin.cronin@chromium.org2014-06-061-3/+4
* Remove PermissionsData::ForExtension() completelyrdevlin.cronin@chromium.org2014-06-061-1/+1
* Refactor PermissionsData pt1rdevlin.cronin@chromium.org2014-06-051-1/+1
* Use EventRouter instead of ExtensionSystem::Get->event_router()limasdf@gmail.com2014-04-161-5/+3
* Move extension_messages.h to extensions/common.derat@chromium.org2014-03-131-1/+1
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-1/+1
* Move ExtensionPrefs and friends to extensions/ directory.derat@chromium.org2014-01-221-1/+1
* Move EventRouter to src/extensions/browserjamescook@chromium.org2013-11-211-1/+1
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-2/+2
* Enable permission warnings from ManifestHandlers.rpaquay@chromium.org2013-11-151-7/+10
* Convert extensions::EventRouter from Profile to BrowserContextjamescook@chromium.org2013-11-131-1/+1
* JSON/IDL Compiler now generates event names as of r215660. Use these generate...DHNishi@gmail.com2013-08-201-8/+3
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-4/+4
* Move RuntimeData and related permissions out of Extension classrdevlin.cronin@chromium.org2013-05-171-2/+2
* Reland 200220 - Make ExtensionPrefs a ProfileKeyedService.yoz@chromium.org2013-05-161-8/+4
* Revert 200220 "Make ExtensionPrefs a ProfileKeyedService."eugenis@chromium.org2013-05-151-4/+8
* Make ExtensionPrefs a ProfileKeyedService.yoz@chromium.org2013-05-151-8/+4
* Remove install time OAuth2 dialogs for Identity APIcourage@chromium.org2013-03-071-73/+2
* Change --load-extension flag so the extensions don't persist across restart.mpcomplete@chromium.org2013-02-271-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-1/+1
* Move "oauth2" manifest key parsing out of Extension class.ncj674@motorola.com2013-02-011-6/+6
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-2/+2
* Remove deprecated extension EventRouter APIs.mpcomplete@chromium.org2012-12-071-4/+5
* Remove GetExtensionService calls and replace with PKSF calls through the Exte...mirandac@chromium.org2012-11-301-1/+2
* Remove GetExtensionEventRouter calls and replace with PKSF calls through the ...mirandac@chromium.org2012-10-291-3/+6
* Check that the user is signed in and the app has oauth2 section before record...munjal@chromium.org2012-10-121-2/+13
* Don't allow OAuth2MintTokenFlow to outlive profile.estade@chromium.org2012-10-011-15/+56
* Moving google_apis and GaiaClient to src/google_apis.joi@chromium.org2012-09-071-2/+2
* Refactor extension event distribution to use Values instead of JSON strings.gdk@chromium.org2012-08-071-5/+3
* Move ExtensionEventRouter and related into extensions namespacerdevlin.cronin@chromium.org2012-07-231-1/+1
* don't store scopes in PermissionSetestade@chromium.org2012-07-091-23/+3
* make getAuthToken interactiveestade@chromium.org2012-07-031-0/+14
* retry r144574 with read-after-free fix.estade@chromium.org2012-06-281-4/+31
* Revert r 144574 "Modify experimental identity flow to display scope descripti...oshima@chromium.org2012-06-271-31/+4
* Modify experimental identity flow to display scope descriptions and details.estade@chromium.org2012-06-271-4/+31
* Move each permission classes to its own files in extensions/permissions and r...penghuang@chromium.org2012-06-271-16/+15
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+1
* Adds support for the "choices" and "any" types to json_schema_compiler, as wellcalamity@chromium.org2012-02-151-1/+1
* Fix crash in ExtensionService::InitializePermissions().jstritar@chromium.org2012-02-011-3/+4