summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_service.cc
Commit message (Expand)AuthorAgeFilesLines
* [Extensions] Make ExtensionService not be ref-countedakalin@chromium.org2011-04-201-76/+102
* Add histograms to track permission use in extensions.jstritar@chromium.org2011-04-191-0/+36
* Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...jam@chromium.org2011-04-181-6/+64
* [Sync] Move some extension-sync-related logic to ExtensionServiceakalin@chromium.org2011-04-171-0/+58
* One more check was needed after all.zelidrag@chromium.org2011-04-161-1/+2
* Unit test break fix.zelidrag@chromium.org2011-04-161-2/+5
* File API changes needed for safely passing user selected file entities from t...zelidrag@chromium.org2011-04-161-0/+8
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* [Sync] Simplify themes notifications and themes syncakalin@chromium.org2011-04-151-13/+4
* Put back "Enable component extensions for DefaultProfile used in login screen...dpolukhin@chromium.org2011-04-151-3/+4
* Update the web store promo to be clearer and configurable at run-time.jstritar@chromium.org2011-04-151-9/+2
* Implement private API for web store to determine app ID ofaa@chromium.org2011-04-141-3/+4
* Remove ExtensionService::HasInstalledExtensions since we always have (compone...mihaip@chromium.org2011-04-141-4/+0
* Wire up the extension API for registering NaCl modules to an actual registry ...abarth@chromium.org2011-04-141-2/+26
* [Extensions] Add CheckSoon() method to ExtensionUpdaterakalin@chromium.org2011-04-131-3/+3
* [Extensions] Rework ExtensionUpdater to not be RefCountedThreadSafeakalin@chromium.org2011-04-121-5/+5
* When two extension sources request the same extension, the source with higher...skerner@chromium.org2011-04-121-1/+0
* Added mount change notification event to extension API: zelidrag@chromium.org2011-04-121-0/+15
* New notification sent when extension uninstall is not allowed.dennisjeffrey@google.com2011-04-071-12/+28
* Refactor ExtensionService/ExtensionServiceInterface to be more testableakalin@chromium.org2011-04-061-39/+64
* Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more...cmp@chromium.org2011-04-061-64/+39
* Refactor ExtensionService/ExtensionServiceInterface to be more testableakalin@chromium.org2011-04-051-39/+64
* Remove last extension related code in content\browser. Have the ExtensionSer...jam@chromium.org2011-04-051-0/+40
* Rename Extension::KILLBIT to EXTERNAL_EXTENSION_UNINSTALLED.aa@chromium.org2011-04-051-1/+1
* New notification when an extension install is skipped due to being disallowed.dennisjeffrey@google.com2011-04-041-1/+7
* Generalize ExtensionUpdateService to ExtensionServiceInterfaceakalin@chromium.org2011-04-041-0/+4
* Make <all_urls> and file:///* in permissions trigger "Allow file access"mihaip@chromium.org2011-04-011-9/+23
* Disable uninstalling and editing permissions for policy controlled extensions.pastarmovj@chromium.org2011-03-311-7/+25
* Replace bools in extension creation with flags.mihaip@chromium.org2011-03-291-9/+18
* Move ExtensionService code that manages pending extensions into its own class.skerner@chromium.org2011-03-251-138/+26
* Revert 79407 - Move ExtensionService code that manages pending extensions int...skerner@chromium.org2011-03-251-26/+138
* Move ExtensionService code that manages pending extensions into its own class.skerner@chromium.org2011-03-251-138/+26
* Added extensions API to provide customization values.altimofeev@chromium.org2011-03-241-19/+24
* Theme system cleanuperg@google.com2011-03-231-1/+1
* Profile shouldn't own BrowserThemeProviders; A ThemeService should and should...erg@google.com2011-03-221-1/+2
* External extensions should not be installed if the ID or version in the exter...skerner@chromium.org2011-03-221-1/+2
* [NTP] Do not prompt to re-enable disabled apps when privileges haven't increa...jstritar@chromium.org2011-03-161-1/+1
* 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-5/+13
* Only send extension unloaded/loaded notifications when changing the incognito...bauerb@chromium.org2011-03-091-5/+10
* Don't initialize external extensions providers if extensions are disableddpolukhin@chromium.org2011-03-091-2/+4
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-2/+2
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-5/+15
* Split PendingExtensionInfo into its own file. No behavior changed.skerner@chromium.org2011-03-031-42/+15
* Fix TODOs: Get rid of ExtensionService::InstallExtension().skerner@chromium.org2011-03-031-18/+3
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...tfarina@chromium.org2011-02-271-1/+1
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-261-138/+9
* Allow terminated extension to be uninstalled from chrome://extensions page.jennb@chromium.org2011-02-231-1/+16
* WebUI: Move chrome/browser/dom_ui/ to chrome/browser/webui/.tfarina@chromium.org2011-02-221-4/+4