summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_prefs.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of PrefService::GetMutableDictionary/GetMutableListbattre@chromium.org2011-04-111-125/+206
* Rename Extension::KILLBIT to EXTERNAL_EXTENSION_UNINSTALLED.aa@chromium.org2011-04-051-4/+6
* Handle changes in extension ID generation logic better.mihaip@chromium.org2011-04-051-19/+55
* Make <all_urls> and file:///* in permissions trigger "Allow file access"mihaip@chromium.org2011-04-011-0/+12
* Move ExtensionService code that manages pending extensions into its own class.skerner@chromium.org2011-03-251-1/+1
* Revert 79407 - Move ExtensionService code that manages pending extensions int...skerner@chromium.org2011-03-251-1/+1
* Move ExtensionService code that manages pending extensions into its own class.skerner@chromium.org2011-03-251-1/+1
* External extensions should not be installed if the ID or version in the exter...skerner@chromium.org2011-03-221-2/+2
* Add ability to find out whether an extension pref value is coming from incogn...bauerb@chromium.org2011-03-091-0/+8
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-2/+2
* Send active ping days along with the rollcall ping days parameter.asargent@chromium.org2011-03-081-27/+64
* Fix missing change notifications of UserPrefStorebattre@chromium.org2011-03-071-3/+2
* Reorder some functions in ExtensionPrefs to keep related methods together.asargent@chromium.org2011-03-041-20/+20
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-5/+13
* Add an optional 'page_index' preference to apps and 'setPageIndex' message wh...rbyers@chromium.org2011-03-041-0/+20
* Added LevelOfControl to Preferences API's get() resultbattre@chromium.org2011-02-241-0/+24
* Implement experimental.contentSettings.misc.blockThirdPartyCookies.bauerb@chromium.org2011-02-241-3/+8
* Track which apps the user has re-ordered on the NTP.jstritar@chromium.org2011-02-191-0/+24
* Prevent console spam about missing 'state' prefbattre@chromium.org2011-02-141-6/+6
* chrome.management.launchApp() should choose the window type for the app based...skerner@chromium.org2011-02-091-13/+41
* Separate proxy settings for Incognito mode.battre@chromium.org2011-02-041-0/+20
* Introduce incognito preference settings.battre@chromium.org2011-01-251-121/+55
* [NTP] Allow reordering of apps via drag and drop.jstritar@chromium.org2011-01-241-0/+11
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-181-2/+1
* Reduce warning level if extension has no installation timebattre@chromium.org2011-01-101-5/+9
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-091-18/+13
* Fix memory leak in ExtensionPrefTestbattre@chromium.org2010-12-081-3/+5
* Clean up pref change notification handling.mnissler@chromium.org2010-12-081-5/+5
* 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