summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_prefs.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a context menu item to toggle app tab toolbars.aa@chromium.org2010-06-061-6/+31
* Adding ExtensionPrefs methods for storing update-when-idle data.asargent@chromium.org2010-04-271-1/+105
* Fix errors in ExtensionPrefs with storing the blacklist last ping day.asargent@chromium.org2010-04-061-12/+71
* Ignore invalid-looking extension ids when loading extensions.aa@chromium.org2010-04-011-0/+7
* Fix NOTREACHED() in extension_prefs.cc.aa@chromium.org2010-03-311-6/+4
* Send ping days parameter for extension blacklist update checksasargent@chromium.org2010-03-301-3/+3
* Rework ordering in ExtensionsService::UninstallExtension()jochen@chromium.org2010-03-261-5/+5
* Fix 2 bugs related to remembering loaded unpacked extensions.mpcomplete@chromium.org2010-03-231-73/+96
* Add a pref for the number of showing icons in the browser actions toolbar.estade@chromium.org2010-03-171-6/+9
* Fix a bug with persistent unpacked extensions where we would not pick upmpcomplete@chromium.org2010-03-121-5/+11
* Persistent "Load unpacked extension" extensions across browser restarts.mpcomplete@chromium.org2010-03-091-1/+14
* Load the bookmark manager extension at Chrome startup.aa@chromium.org2010-03-041-3/+11
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-0/+14
* Refactor extension autoupdater.asargent@chromium.org2010-01-281-2/+29
* Fix cases where we weren't expecting a NULL preference.asargent@chromium.org2010-01-151-30/+30
* Permission escalation when extension updates should trigger the install warningfinnur@chromium.org2010-01-041-10/+34
* Revert 35184 - This seemed to cause BlacklistedExtensionWillNotInstalllevin@chromium.org2009-12-221-34/+10
* Permission escalation when extension updates should trigger the install warni...finnur@chromium.org2009-12-221-10/+34
* Workaround to prevent a crash checking extensions blacklist.asargent@chromium.org2009-12-171-0/+6
* Localizing manifest for installed or unpacked extensions.cira@chromium.org2009-12-161-70/+70
* Fix browser crash in extension system.finnur@chromium.org2009-12-161-0/+11
* Persist the order of extensions in the browser action toolbar across sessions.estade@chromium.org2009-12-141-0/+31
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-22/+19
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-251-0/+12
* Get rid of the extension's "Current Version" file.mpcomplete@chromium.org2009-08-201-3/+41
* Revert "Fix "crashed extension" infobar browser crashes."phajdan.jr@chromium.org2009-08-181-12/+0
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-181-0/+12
* Disable an extension when it is upgraded to a version that requires morempcomplete@chromium.org2009-08-141-2/+36
* The change has the followings:lzheng@chromium.org2009-08-141-2/+95
* Revert "Fix "crashed extension" infobar browser crashes."phajdan.jr@chromium.org2009-08-111-12/+0
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-111-0/+12
* Implement first cut at the extension installation prompt on Windows.aa@chromium.org2009-08-041-1/+1
* Refactored ExtensionsPrefs to store paths relative to the extensions install ...rafaelw@chromium.org2009-06-251-3/+70