summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_service.h
Commit message (Expand)AuthorAgeFilesLines
* [Extensions] Make ExtensionService not be ref-countedakalin@chromium.org2011-04-201-9/+13
* Add histograms to track permission use in extensions.jstritar@chromium.org2011-04-191-0/+7
* Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...jam@chromium.org2011-04-181-0/+26
* [Sync] Move some extension-sync-related logic to ExtensionServiceakalin@chromium.org2011-04-171-2/+29
* Put back "Enable component extensions for DefaultProfile used in login screen...dpolukhin@chromium.org2011-04-151-1/+2
* Update the web store promo to be clearer and configurable at run-time.jstritar@chromium.org2011-04-151-5/+4
* Implement private API for web store to determine app ID ofaa@chromium.org2011-04-141-1/+1
* Remove ExtensionService::HasInstalledExtensions since we always have (compone...mihaip@chromium.org2011-04-141-4/+0
* [Extensions] Add CheckSoon() method to ExtensionUpdaterakalin@chromium.org2011-04-131-2/+6
* [Extensions] Rework ExtensionUpdater to not be RefCountedThreadSafeakalin@chromium.org2011-04-121-1/+1
* New notification sent when extension uninstall is not allowed.dennisjeffrey@google.com2011-04-071-4/+6
* Refactor ExtensionService/ExtensionServiceInterface to be more testableakalin@chromium.org2011-04-061-15/+20
* Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more...cmp@chromium.org2011-04-061-20/+15
* Refactor ExtensionService/ExtensionServiceInterface to be more testableakalin@chromium.org2011-04-051-15/+20
* Generalize ExtensionUpdateService to ExtensionServiceInterfaceakalin@chromium.org2011-04-041-10/+23
* Make <all_urls> and file:///* in permissions trigger "Allow file access"mihaip@chromium.org2011-04-011-0/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move ExtensionService code that manages pending extensions into its own class.skerner@chromium.org2011-03-251-45/+17
* Revert 79407 - Move ExtensionService code that manages pending extensions int...skerner@chromium.org2011-03-251-17/+45
* Move ExtensionService code that manages pending extensions into its own class.skerner@chromium.org2011-03-251-45/+17
* Added extensions API to provide customization values.altimofeev@chromium.org2011-03-241-3/+6
* Add onChange event to preference extension APIs.bauerb@chromium.org2011-03-161-0/+3
* Initial support for partitioning cookies for isolated apps.creis@google.com2011-03-151-0/+3
* Move property bag to content.avi@chromium.org2011-03-101-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-2/+2
* Cleanup: Use more specific friend struct / make destructors non-public for cl...thestig@chromium.org2011-03-071-1/+1
* Split PendingExtensionInfo into its own file. No behavior changed.skerner@chromium.org2011-03-031-36/+3
* Fix TODOs: Get rid of ExtensionService::InstallExtension().skerner@chromium.org2011-03-031-8/+0
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-261-22/+0
* Allow terminated extension to be uninstalled from chrome://extensions page.jennb@chromium.org2011-02-231-0/+4
* Rename ExtensionService::OnExtensionILoaded to AddExtensionrickcam@chromium.org2011-02-081-2/+4
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-081-1/+1
* Avoid crashes due to GetDefaultRequestContext returning NULL.asargent@chromium.org2011-02-041-0/+2
* Move ExtensionRendereInfo into common and call it ExtensionSet instead.aa@chromium.org2011-01-291-0/+1
* Add in-profile external_extensions.json file for Chrome OS OEM customization.skerner@chromium.org2011-01-211-5/+5
* Make ExtensionBrowserEventRouter owned by ExtensionService.asargent@chromium.org2011-01-151-0/+7
* Clean up threading model of external extension providersgfeher@chromium.org2011-01-141-19/+36
* Show crashed extensions on chrome://extensions.jennb@chromium.org2011-01-131-0/+12
* Change extension unload notification to indicate updates.asargent@chromium.org2010-12-231-2/+4
* Coalesced various extension type enums into Extension::Type.akalin@chromium.org2010-12-211-22/+18
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-0/+603