summaryrefslogtreecommitdiffstats
path: root/components/content_settings
Commit message (Expand)AuthorAgeFilesLines
* Move syncable/lossy properties of content settings into WebsiteSettingsRegistryraymes2015-08-1812-142/+125
* Content settings clean-up: removing unused includelucinka.brozkova2015-08-171-1/+1
* Clean up the mediastream migration pref.msramek2015-08-173-12/+8
* Remove the array keyed off ContentSettingsType in PolicyProvider and replace ...raymes2015-08-172-138/+87
* Removing return value statement from the function that have void return type.deepak.m12015-08-142-4/+3
* Remove the array of Provider Names and Provider Source and replace with a map.deepak.m12015-08-131-28/+23
* Arranging the Pref Names in lexicographically order.deepak.m12015-08-122-46/+47
* Replace ToLower calls to the new formatbrettw2015-08-101-1/+1
* Remove deprecated CONTENT_SETTINGS_TYPE_METRO_SWITCH_TO_DESKTOP content settingraymes2015-08-104-17/+3
* Move net::FormatUrl and friends outside of //net and into //componentsrsleevi2015-08-073-3/+5
* Move pref names and default value into WebsiteSettingsInforaymes2015-08-0615-330/+214
* Remove the migration code from content_settings::PrefProvider.msramek2015-08-046-582/+58
* Revert of Move net::FormatUrl and friends outside of //net and into //compone...jochen2015-08-043-5/+3
* Move net::FormatUrl and friends outside of //net and into //componentsrsleevi2015-08-033-3/+5
* Add a WebsiteSettingsRegistry and use it to store website settings type namesraymes2015-07-288-35/+236
* Remove the migration code from content_settings::DefaultProvider.msramek2015-07-274-245/+61
* Remove the content settings OverrideProviderraymes2015-07-277-287/+4
* Update SplitString calls in componentsbrettw2015-07-232-8/+8
* Make quota logic obey durable storage permissiondgrogan2015-07-212-0/+14
* Remove legacy StartsWithASCII function.brettw2015-07-161-1/+2
* Add durable storage to content settings enum and prefs file.dgrogan2015-07-038-0/+15
* Move CookieSettings to //components/content_settings/core/browser.droger2015-06-305-0/+588
* Clean CookieSettings dependencies for componentization.droger2015-06-262-0/+5
* Store site engagement values in a new content settings type.benwells2015-06-269-26/+42
* Move more string_util functions to base namespace.brettw2015-06-241-1/+1
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-163-3/+3
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Move PermissionRequestID to chrome/browser/permissions/.mlamouri2015-06-063-78/+0
* Use RenderFrameHost for ::RequestPermission() and ::CancelPermission().mlamouri2015-06-032-15/+10
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-2/+2
* Make the app banner content settings pref be lossy.benwells2015-06-018-12/+38
* Remove unused "Website Settings" view of content settingsraymes2015-06-012-14/+0
* Fix shadowing variables in ContentSettingsPrefProvider.msramek2015-05-291-4/+4
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-2/+2
* Switch Fizzy //components to use SchemeIsCryptographic() instead of SchemeIsS...lgarron2015-05-111-1/+1
* Add a field trial to enable plugin power saver for all users.dbeam2015-04-293-24/+35
* Manually remove all existing occurences of PrefRegistrySyncable::UNSYNCABLE_PREFraymes2015-04-292-12/+14
* Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREFraymes2015-04-274-74/+36
* Disable the ALLOW value for camera and mic content settings.msramek2015-04-231-0/+8
* Make DETECT_IMPORTANT_CONTENT the default Plugins content setting baseddbeam2015-04-206-41/+237
* DefaultProvider: lock only cache writes, not file writes.msramek2015-04-141-10/+33
* Make ClearAllContentSettingsRules() clear resource IDs as well.msramek2015-04-141-21/+12
* Use IsContentSettingsTypeSyncable() in the DefaultProvider as well.msramek2015-04-131-30/+27
* Make chrome/renderer/content_settings_observer.cc depend on //components/cont...vabr2015-04-108-0/+179
* Coverting std::String() to ResourceIdentifier() in content_settings.deepak.m12015-04-104-15/+21
* Initialize incognito content settings on startup.msramek2015-04-101-3/+6
* Default Provider style fixes.msramek2015-04-093-59/+63
* Show content settings exceptions in correct ordermartina.kollarova2015-04-091-0/+3
* Content settings clean-up: Clarify resource identifier & get rid of NO_RESOUR...deepak.m12015-04-094-12/+6
* Split the aggregate dictionary that contains content settings exceptions for ...msramek2015-04-038-208/+856