summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_prefs.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix browser crash in ExtensionPrefs.finnur@chromium.org2010-12-081-0/+2
* fix extension_prefs.cc compilation for gcc 4.5.battre@chromium.org2010-12-071-3/+3
* Don't update icon of chrome app shortcuts from the favicon of the hosted URL.skerner@chromium.org2010-12-071-0/+5
* Update valid URLPattern schemes in ExtensionPrefs::GetGrantedPermissions.jstritar@chromium.org2010-12-071-1/+5
* Fix for Bug 50726 "Save extension list and "winning" prefs from extensions"bauerb@chromium.org2010-12-061-3/+217
* Decouple killbit testing from external extension providersgfeher@chromium.org2010-12-061-26/+7
* Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-031-0/+1
* Revert 67997 - Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-021-1/+0
* Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-021-0/+1
* Add "create Application Shortcut" to the app menu on NTP.skerner@google.com2010-11-301-10/+31
* Track permissions granted to extensions in prefsjstritar@chromium.org2010-11-301-21/+131
* Revert 67544 - Track permissions granted to extensions in prefsarv@chromium.org2010-11-291-131/+21
* Track permissions granted to extensions in prefsjstritar@chromium.org2010-11-291-21/+131
* Revert 67500 - Adds a section to the extension preferences to store the recog...jstritar@chromium.org2010-11-291-131/+21
* Adds a section to the extension preferences to store the recognized permissio...jstritar@chromium.org2010-11-281-21/+131
* Add "open as window" menu item to NTP app menu.skerner@chromium.org2010-11-221-3/+13
* Allow users to hide Browser Actions by right-clicking the icon and selecting ...finnur@chromium.org2010-11-191-1/+29
* Revert 66646 - Add "open as window" menu item to NTP app menu.skerner@chromium.org2010-11-181-13/+3
* Add "open as window" menu item to NTP app menu.skerner@chromium.org2010-11-181-3/+13
* Allow an extension to dynamically set extra data in its update URL, in orderrogerta@chromium.org2010-11-121-0/+25
* Policy to silently install extensionsgfeher@chromium.org2010-11-041-1/+1
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-4/+4
* Reland 63509 - Define constants for the 'silent extension' install policygfeher@chromium.org2010-10-251-0/+1
* Revert 63509 - Define constants for the silent extension install policygfeher@chromium.org2010-10-221-1/+0
* Define constants for the silent extension install policygfeher@chromium.org2010-10-221-0/+1
* Cleanup: remove duplicate definition of extension policy prefsgfeher@chromium.org2010-10-191-11/+6
* Fix 57090: NTP apps sorted in random-looking order.finnur@chromium.org2010-10-101-0/+36
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+2
* Apps should launch in normal tabs by default. Also, reorderaa@chromium.org2010-10-011-1/+1
* o Add user customizable launch type for apps by adding options in each apps c...andybons@chromium.org2010-09-301-22/+74
* Revert 60997 - o Add user customizable launch type for apps by adding options...andybons@chromium.org2010-09-291-74/+22
* o Add user customizable launch type for apps by adding options in each apps c...andybons@chromium.org2010-09-291-22/+74
* Private API for web store to get sync login and set store login information.asargent@chromium.org2010-09-011-0/+17
* When extension is blacklisted by admin policy, it should be removed if alread...finnur@chromium.org2010-08-211-1/+4
* Revert 56683 - When extension is blacklisted by admin policy, it should be re...finnur@chromium.org2010-08-191-4/+1
* When extension is blacklisted by admin policy, it should be removed if alread...finnur@chromium.org2010-08-191-1/+4
* Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...viettrungluu@chromium.org2010-08-171-1/+1
* remove toolstripserikkay@chromium.org2010-08-121-28/+0
* Remove wchar_t* methods from prefs.viettrungluu@chromium.org2010-08-121-35/+33
* Implement admin control (by policy) over which extensions the user can instal...finnur@chromium.org2010-08-111-1/+45
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-3/+4
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-16/+13
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+4
* Attemp 2 at:sky@chromium.org2010-07-211-29/+0
* Revert 53062 - Makes the toolbar visible for apps again. Here's the set of pa...pinkerton@chromium.org2010-07-201-0/+29
* Makes the toolbar visible for apps again. Here's the set of patches Isky@chromium.org2010-07-201-29/+0
* Reworked ExtensionsService::AddPendingExtension().akalin@chromium.org2010-06-261-6/+7
* Revert r50804 "Reworked ExtensionsService::AddPendingExtension()."hclam@chromium.org2010-06-251-7/+6
* Reworked ExtensionsService::AddPendingExtension().akalin@chromium.org2010-06-251-6/+7
* Require user opt-in before allowing content script injection on file URLs.mpcomplete@chromium.org2010-06-241-0/+15