summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_service.h
Commit message (Expand)AuthorAgeFilesLines
* When uninstalling a hosted app, delete data for its launch_url's origin, asmichaeln@google.com2011-09-021-1/+3
* Remove obsolete TODO and add a bunch of OVERRIDEs.mihaip@chromium.org2011-08-311-4/+6
* Do not initialize event routers in the Profile Import process.mirandac@chromium.org2011-08-261-0/+3
* Apps/Extensions Sync refactoring -- delete most of the old glue, implement ne...bolms@chromium.org2011-08-231-43/+59
* ntp4: make app-install-via-drag less jankyestade@chromium.org2011-08-221-1/+1
* Revert 97482 - Apps/Extensions Sync refactoring -- delete most of the old glu...bolms@chromium.org2011-08-191-59/+43
* Apps/Extensions Sync refactoring -- delete most of the old glue, implement ne...bolms@chromium.org2011-08-191-43/+59
* Remove extension.h #include from profile.h.mihaip@chromium.org2011-08-131-3/+3
* Remove leftover function declaration in extension_service.hcira@google.com2011-08-111-7/+0
* Implement an initial extension settings API.kalman@chromium.org2011-08-101-0/+11
* Allow PyAuto to install unpacked extensions.dtu@chromium.org2011-08-021-0/+4
* Re-land the experimental permissions API for extensions.jstritar@chromium.org2011-07-271-4/+15
* Revert 94288 - Add an experimental permissions API for extensions.jstritar@chromium.org2011-07-271-15/+4
* Add an experimental permissions API for extensions.jstritar@chromium.org2011-07-271-4/+15
* 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