summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixing crash on sync when app becomes extension or vice versa.bolms@chromium.org2011-08-301-1/+7
* Do not initialize event routers in the Profile Import process.mirandac@chromium.org2011-08-261-0/+11
* ntp4: default to 18 apps per page for new installsestade@chromium.org2011-08-251-2/+11
* Limit extent of webstore app to just chrome.google.com/webstore.asargent@chromium.org2011-08-241-0/+19
* Apps/Extensions Sync refactoring -- delete most of the old glue, implement ne...bolms@chromium.org2011-08-231-46/+248
* ntp4: make app-install-via-drag less jankyestade@chromium.org2011-08-221-4/+5
* Revert 97482 - Apps/Extensions Sync refactoring -- delete most of the old glu...bolms@chromium.org2011-08-191-248/+46
* Apps/Extensions Sync refactoring -- delete most of the old glue, implement ne...bolms@chromium.org2011-08-191-46/+248
* Fix crash in ExtensionProcessBindingsjstritar@chromium.org2011-08-181-0/+10
* Make WebPluginInfo more genericcpu@chromium.org2011-08-141-3/+3
* Add member variables to VirtualKeyboardSelector and VirtualKeyboard classes.yusukes@chromium.org2011-08-131-3/+5
* Remove extension.h #include from profile.h.mihaip@chromium.org2011-08-131-10/+12
* Simplify ExtensionMsg_Loaded_Params message interface.jstritar@chromium.org2011-08-111-4/+2
* Extensions installed by policy overrun previously installed extensions.joaodasilva@chromium.org2011-08-111-4/+13
* Fix to make Chromium more verbose about component extension loading errorhashimoto@chromium.org2011-08-111-4/+4
* Implement an initial extension settings API.kalman@chromium.org2011-08-101-0/+7
* Make extension file URL access opt-in.jstritar@chromium.org2011-08-091-1/+1
* Revert 95815 - Make extension file URL access opt-in.jstritar@chromium.org2011-08-081-2/+18
* Make extension file URL access opt-in.jstritar@chromium.org2011-08-081-18/+2
* Allow PyAuto to install unpacked extensions.dtu@chromium.org2011-08-021-1/+6
* Add the handlers for the IME extension API.zork@chromium.org2011-08-021-2/+14
* Don't check newly loaded extensions' pref state.estade@chromium.org2011-07-291-9/+12
* Removal of Profile from content part 2.avi@chromium.org2011-07-271-5/+6
* Revert 94332 - Removal of Profile from content part 2.sergeyu@chromium.org2011-07-271-6/+5
* Removal of Profile from content part 2.avi@chromium.org2011-07-271-5/+6
* Re-land the experimental permissions API for extensions.jstritar@chromium.org2011-07-271-13/+54
* Revert 94288 - Add an experimental permissions API for extensions.jstritar@chromium.org2011-07-271-54/+13
* Add an experimental permissions API for extensions.jstritar@chromium.org2011-07-271-13/+54
* Add ability to create extension/app for a bookmark-app drop.gbillock@chromium.org2011-07-261-0/+4
* Add histograms separating user- and externally-installed apps and extensions.yoz@chromium.org2011-07-221-11/+29
* Make file browser event router owned by the ExtensionService instead of a sin...yoz@chromium.org2011-07-211-9/+3
* Load extensions from the command-line synchronously to avoid a race between e...elijahtaylor@google.com2011-07-211-7/+41
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Remove restriction of only allowing one NaCl MIME type handler extension.elijahtaylor@google.com2011-07-181-3/+0
* Allow all plugins that handle nacl modules to handle other MIME types, not ju...elijahtaylor@google.com2011-07-151-22/+45
* Add 'from_webstore' state to Extensions, so renderer code can enforce CWS res...bbudge@chromium.org2011-07-151-4/+4
* Adds extension API for getting/observing input method.altimofeev@chromium.org2011-07-141-0/+4
* Don't show a prompt when loading an extension with NPAPI plugins viampcomplete@chromium.org2011-07-131-49/+51
* Remember whether an Extension/App was installed from the Web Store.bbudge@google.com2011-07-121-4/+12
* Use process-per-app-instance for hosted apps without background permission.creis@chromium.org2011-07-121-3/+7
* Tweak IsExtensionEnabled and consolidate callers of related functionsestade@chromium.org2011-07-111-7/+12
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-23/+24
* Move InputMethodLibrary from cros to input_methodsatorux@chromium.org2011-06-291-5/+4
* Wholesale move of debugger sources to content.joi@chromium.org2011-06-291-1/+1
* Revert "Revert "Change extension event routers to not be singletons and to be...yoz@chromium.org2011-06-281-6/+12
* Fix the Extension.Permissions_*Cancel histograms.jstritar@chromium.org2011-06-281-2/+2
* Do not record extension install histograms for upgrades.jstritar@chromium.org2011-06-271-4/+8
* Revert "Change many extension event routers to not be singletons and to be mo...yoz@chromium.org2011-06-251-12/+6
* Fix compile on ChromeOS. Revert "File browser: de-singleton"yoz@chromium.org2011-06-251-3/+10
* Change many extension event routers to not be singletons and to be more profi...yoz@chromium.org2011-06-251-16/+15