summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_system.cc
Commit message (Expand)AuthorAgeFilesLines
* Only set the channel from ExtensionSystem if there hasn't been one set already.kalman@chromium.org2012-08-161-1/+3
* Move small c/b/extensions classes into extensions namespace no.2rdevlin.cronin@chromium.org2012-08-141-3/+2
* Fix: create ExtensionInfoMap earlier.marja@chromium.org2012-08-131-7/+5
* Properly propagate the current Chrome channel into the Feature system on thekalman@chromium.org2012-08-091-4/+2
* Refactor and fix declarative webRequest API permissionsbattre@chromium.org2012-07-301-12/+19
* Moved ExtensionMessage* into extensions namespacerdevlin.cronin@chromium.org2012-07-251-6/+5
* Move ExtensionEventRouter and related into extensions namespacerdevlin.cronin@chromium.org2012-07-231-4/+4
* Refactored away the abomination of poor object-oriented design that was APIRe...miket@chromium.org2012-07-201-3/+22
* Move ExtensionSystem into extensions namespacerdevlin.cronin@chromium.org2012-07-111-27/+26
* Moved ExtensionPrefs and related into extensions namespacerdevlin.cronin@chromium.org2012-07-101-1/+1
* Persist declarative rules to the extension state store.mpcomplete@chromium.org2012-06-181-7/+10
* Refactor chrome.alarms interface to support absolute alarm deadlines.jyasskin@chromium.org2012-06-141-1/+2
* Unrevert r141537: Add extensions::StateStore and use that instead ofmpcomplete@chromium.org2012-06-121-0/+13
* Revert r141537: Add extensions::StateStore and use that instead ofmpcomplete@chromium.org2012-06-111-13/+0
* Add extensions::StateStore and use that instead of ExtensionPrefs formpcomplete@chromium.org2012-06-111-0/+13
* Move all the feature related stuff into extensions/featuresmitchellwrosen@chromium.org2012-06-111-1/+1
* Refactor the various ways to control what users can do to extensions.pam@chromium.org2012-06-021-0/+19
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-2/+2
* Only read VersionInfo::Channel on the browser process.kalman@chromium.org2012-05-081-0/+5
* Changed ChromeURLDataManager to a ProfileKeyedService and made a Factory for it.khorimoto@chromium.org2012-04-251-1/+1
* Disable loading of unpacked extensions when '*' is blacklisted, both via the ...joaodasilva@chromium.org2012-04-181-0/+1
* Fix NULL pointer accessbattre@chromium.org2012-04-131-1/+2
* Fix memory leak caused by Rules Registriesbattre@chromium.org2012-04-131-0/+1
* Finish implementation of chrome.experimental.alarms API, with niftympcomplete@chromium.org2012-04-101-0/+6
* Make ExtensionPrefValueMap a ProfileKeyedService.yoz@chromium.org2012-04-061-1/+2
* Move some of the new transient background page stuff into the extensionsmpcomplete@chromium.org2012-04-051-3/+5
* Hook up WebRequestRulesRegistry into old WebRequest APIbattre@chromium.org2012-04-051-0/+14
* Add ExtensionSytem::Get(Profile*) as a wrapper aroundmpcomplete@chromium.org2012-04-051-0/+5
* Reland 125805 - Reland 124817 - A profile-keyed service for Extensions, Exten...yoz@chromium.org2012-04-021-0/+291
* Revert "Reland 124817 - Take extensions out of Profile into a profile-keyed s...akalin@chromium.org2012-03-091-284/+0
* Reland 124817 - Take extensions out of Profile into a profile-keyed service, ...yoz@chromium.org2012-03-091-0/+284
* Revert 124817 - Take extensions out of Profile into a profile-keyed service, ...vandebo@chromium.org2012-03-031-284/+0
* Take extensions out of Profile into a profile-keyed service, ExtensionSystem.yoz@chromium.org2012-03-031-0/+284