summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_service.h
Commit message (Expand)AuthorAgeFilesLines
* Make file browser event router owned by the ExtensionService instead of a sin...yoz@chromium.org2011-07-211-0/+11
* Add 'from_webstore' state to Extensions, so renderer code can enforce CWS res...bbudge@chromium.org2011-07-151-3/+0
* Don't show a prompt when loading an extension with NPAPI plugins viampcomplete@chromium.org2011-07-131-1/+5
* Remember whether an Extension/App was installed from the Web Store.bbudge@google.com2011-07-121-2/+6
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-3/+3
* Revert "Revert "Change extension event routers to not be singletons and to be...yoz@chromium.org2011-06-281-0/+15
* Adding an experimental app notification API.asargent@chromium.org2011-06-281-0/+8
* Revert "Change many extension event routers to not be singletons and to be mo...yoz@chromium.org2011-06-251-15/+0
* Fix compile on ChromeOS. Revert "File browser: de-singleton"yoz@chromium.org2011-06-251-5/+0
* Change many extension event routers to not be singletons and to be more profi...yoz@chromium.org2011-06-251-0/+20
* Fix to make 'Enable accessibility features.' option change take effect immedi...hashimoto@chromium.org2011-06-161-0/+8
* Unrevert: Show the install dialog for the initial load of an unpacked extensionmpcomplete@chromium.org2011-06-031-1/+4
* Revert 87637 - Show the install dialog for the initial load of an unpacked ex...joi@chromium.org2011-06-021-4/+1
* Show the install dialog for the initial load of an unpacked extension with pl...mpcomplete@chromium.org2011-06-021-1/+4
* Install CRX updates one at a time.skerner@chromium.org2011-06-011-6/+13
* Revert "Change event routers from singletons to being owned by the ExtensionS...yoz@chromium.org2011-05-271-27/+1
* Fix for NaCl based extensions causing bad plugin module initialization (main ...elijahtaylor@google.com2011-05-261-3/+4
* Change event routers from singletons to being owned by the ExtensionService.yoz@chromium.org2011-05-261-1/+27
* Add ExtensionContentSettingsStore and content_settings::ExtensionProvider.bauerb@chromium.org2011-05-201-0/+3
* Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...morrita@chromium.org2011-05-201-1/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Fix a problem where the ExtensionService caused File IO on the wrong thread w...bbudge@google.com2011-05-191-4/+3
* Don't show suggestions in the Omnibox (from the Extension App provider) for p...finnur@chromium.org2011-05-121-0/+3
* [Sync] Fix DCHECK with GetSyncData and unloaded extensionsakalin@chromium.org2011-05-051-5/+9
* [Extensions] Add unit tests for terminated extensionsakalin@chromium.org2011-05-031-1/+11
* [Sync] Add support for enabling/disabling an extension before it's installedakalin@chromium.org2011-04-291-2/+5
* Clean up ExtensionService shutdown and related notifications.aa@chromium.org2011-04-281-4/+0
* [Extensions] Add GetInstalledExtension() method to ExtensionServiceakalin@chromium.org2011-04-281-5/+13
* Revert 83198 - Remove DestroyingProfile from a few places.These guys are both...aa@chromium.org2011-04-271-0/+4
* Remove DestroyingProfile from a few places.aa@chromium.org2011-04-271-4/+0
* Don't hold the installed app in BrowserProcessRenderHost, since that's in con...jam@chromium.org2011-04-231-0/+12
* [Sync] Refactor ExtensionService for syncakalin@chromium.org2011-04-231-39/+55
* [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