summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Add ExtensionContentSettingsStore and content_settings::ExtensionProvider.bauerb@chromium.org2011-05-201-0/+5
* Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...morrita@chromium.org2011-05-201-4/+4
* 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-29/+51
* Need to check whether an extension is loaded in extension service before tryi...skerner@chromium.org2011-05-191-1/+13
* Don't show suggestions in the Omnibox (from the Extension App provider) for p...finnur@chromium.org2011-05-121-0/+9
* Add IME UI related extension API.bryeung@chromium.org2011-05-091-0/+10
* Add histograms to understand why so many CRX installs fail in the field.skerner@chromium.org2011-05-091-1/+7
* avoid dereferencing NULL extension in ExtensionHostdilmah@chromium.org2011-05-061-1/+1
* [Sync] Fix DCHECK with GetSyncData and unloaded extensionsakalin@chromium.org2011-05-051-5/+3
* Allow loading icons for crashed/disabled extensions.sadrul@chromium.org2011-05-041-2/+10
* Revert 84095 - Add IME UI related extension API.bryeung@chromium.org2011-05-041-10/+0
* Add IME UI related extension API.bryeung@chromium.org2011-05-041-0/+10
* Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape....pkasting@chromium.org2011-05-031-1/+1
* [Sync] Handle terminated extensions in extension/app sync codeakalin@chromium.org2011-05-031-6/+2
* [Extensions] Add unit tests for terminated extensionsakalin@chromium.org2011-05-031-21/+24
* [Extensions] Remove enabled flag from PendingExtensionInfoakalin@chromium.org2011-04-291-12/+6
* [Sync] Add support for enabling/disabling an extension before it's installedakalin@chromium.org2011-04-291-34/+47
* [Extension] Remove concept of initial incognito stateakalin@chromium.org2011-04-291-21/+16
* [Extensions] Make SetExtensionState() take an ID instead of an extensionakalin@chromium.org2011-04-281-7/+3
* Clean up ExtensionService shutdown and related notifications.aa@chromium.org2011-04-281-91/+96
* [Extensions] Add GetInstalledExtension() method to ExtensionServiceakalin@chromium.org2011-04-281-23/+27
* Move WebUI ntp files into new ntp directory.estade@chromium.org2011-04-281-1/+1
* [Extensions] Check return value of AddFromSync()akalin@chromium.org2011-04-281-7/+10
* Revert 83198 - Remove DestroyingProfile from a few places.These guys are both...aa@chromium.org2011-04-271-0/+14
* Remove DestroyingProfile from a few places.aa@chromium.org2011-04-271-14/+0
* Revert 83062 - Move WebUI ntp files into new ntp directory.And add myself to ...estade@chromium.org2011-04-261-1/+1
* Move WebUI ntp files into new ntp directory.estade@chromium.org2011-04-261-1/+1
* Don't hold the installed app in BrowserProcessRenderHost, since that's in con...jam@chromium.org2011-04-231-0/+20
* Remove extension dependency from BrowserRenderProcessHost.jam@chromium.org2011-04-231-1/+34
* [Sync] Refactor ExtensionService for syncakalin@chromium.org2011-04-231-2/+52
* Add .grd strings and remove outdated prototype.skerner@chromium.org2011-04-221-12/+0
* [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