summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_registry.h
Commit message (Expand)AuthorAgeFilesLines
* Temporarily disable extensions and sync while a profile is locked.mlerman2014-11-261-7/+26
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-211-2/+2
* Cleanup: Prevent usage of various extension headers when extensions support i...thestig2014-10-171-0/+4
* Adding application lifetime tests to athena, allowing to override focus reque...skuhne2014-10-091-1/+1
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-031-1/+1
* Reland: Refactor code that defers extension background page loadingjamescook@chromium.org2014-07-221-0/+2
* Add "UninstallReason" parameter to ExtensionRegistryObserver::OnExtensionUnin...rpaquay@chromium.org2014-07-201-1/+2
* Prune shared extension module after extension updating.penghuang@chromium.org2014-07-161-1/+2
* Invoke callback from WebstoreInstaller when installation is fully completetmdiep@chromium.org2014-06-121-0/+4
* Optimize promotion of ephemeral appstmdiep@chromium.org2014-05-281-0/+4
* Add TriggerOnUninstalled to ExtensionRegistry.limasdf@gmail.com2014-05-241-0/+4
* Add a function triggering extension installed to ExtensionRegistryObserver.limasdf@gmail.com2014-05-221-0/+8
* Pass Reason as a parameter with OnExtensionUnloaded.DHNishi@gmail.com2014-04-181-1/+2
* Cleanup: Remove NOTIFICATION_EXTENSION_UNLOADED usage in MediaScanManager.thestig@chromium.org2014-04-081-1/+3
* Add OnLoaded to ExtensionRegistryObserver. Change GalleryWatchStateTrackerkalman@chromium.org2014-03-261-0/+4
* Move ExtensionService::GenerateInstalledExtensionsSet() to ExtensionRegistry.rdevlin.cronin@chromium.org2014-03-191-0/+4
* Move extensions-related files to using //components/keyed_service.blundell@chromium.org2014-03-131-3/+3
* app_shell: Extract extension runtime data from ExtensionServicejamescook@chromium.org2014-01-221-0/+12
* Move ExtensionService::GetExtensionById() to ExtensionRegistryjamescook@chromium.org2014-01-071-0/+19
* Convert ExtensionRegistry to a BrowserContextKeyedServicejamescook@chromium.org2013-12-271-4/+16
* Extract an ExtensionRegistry from ExtensionServicejamescook@chromium.org2013-12-211-0/+94