summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_settings
Commit message (Expand)AuthorAgeFilesLines
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-273-8/+5
* * Wire up the delete command in the cookie tree UI to actually delete indexed...michaeln@google.com2011-08-251-1/+1
* Don't sync or migrate obsolete preferences in the incognito host content sett...markusheintz@chromium.org2011-08-251-12/+14
* - Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value ...markusheintz@chromium.org2011-08-245-4/+134
* Fixed a few places that should know about CONTENT_SETTINGS_TYPE_INTENTSgroby@chromium.org2011-08-241-0/+1
* The following methods of the HostContentSettingsMaps are not supposed to be u...markusheintz@chromium.org2011-08-222-26/+25
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-4/+4
* Enable WebIntents blacklist UI (redo of #7645034)groby@chromium.org2011-08-183-0/+16
* Don't update the obsolete geolocation preference while migrating it. markusheintz@chromium.org2011-08-181-5/+5
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+1
* Revert 97190 - Enable WebIntents blacklist UIrvargas@google.com2011-08-173-16/+0
* Enable WebIntents blacklist UIgroby@chromium.org2011-08-173-0/+16
* Migrate geolocation settings to host content settings map and remove the geol...markusheintz@chromium.org2011-08-154-57/+355
* base: Fix the TODO in ListValue::Remove().tfarina@chromium.org2011-08-131-6/+6
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-122-38/+26
* Add preference for managed notifications setting.markusheintz@chromium.org2011-08-122-3/+7
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-113-3/+3
* Fix partially broken pattern keys and delete invalid pattern keys of the obso...markusheintz@chromium.org2011-08-092-31/+139
* Adding usage entry to chrome://settings/cookies.tzik@chromium.org2011-08-091-0/+1
* Revert 95607 - Adding usage entry to chrome://settings/cookies.tzik@chromium.org2011-08-081-1/+0
* Adding usage entry to chrome://settings/cookies.tzik@chromium.org2011-08-051-0/+1
* Revert 95534 - Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHel...yzshen@chromium.org2011-08-052-26/+38
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-042-38/+26
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-1/+1
* Add a != operator to the ContentSettingsPattern class.markusheintz@chromium.org2011-08-023-0/+24
* Make content_settings::ParsePatternString more reliable.markusheintz@chromium.org2011-08-024-50/+89
* Move more files from chrome/test to chrome/test/base, part #5phajdan.jr@chromium.org2011-08-013-3/+3
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-014-4/+4
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-2/+2
* Removal of Profile from content part 3.avi@chromium.org2011-07-282-8/+14
* Add test to content_settings_pref_provider_unittestmarkusheintz@chromium.org2011-07-271-8/+88
* FileManagerDialogTest.SelectFileAndCancel flaky.grt@chromium.org2011-07-1943-0/+9443
|\
* | Roll ANGLE r704:r705jbauman@chromium.org2011-07-1943-9443/+0
* | Migrate default geolocation content setting to host content settings map.markusheintz@chromium.org2011-07-195-6/+120
|/
* Add secondary pattern to SettingsForOneTypemarkusheintz@chromium.org2011-07-192-6/+9
* Fix DCHECK() hit when synching a new profilesail@chromium.org2011-07-151-0/+2
* Add ObservableDefaultProvider class and let the HostContentSettingsMap and it...markusheintz@chromium.org2011-07-159-107/+116
* Fixed regression: various preferences were not persisted when changed from in...battre@chromium.org2011-07-141-3/+3
* Add a content_settings::Observer and make providers notify the host content s...markusheintz@chromium.org2011-07-1415-155/+250
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-124-9/+13
* Protect content_settings::PrefProvider::GetContentSetting with a lock.bauerb@chromium.org2011-07-121-0/+1
* Fix clang build.bauerb@chromium.org2011-07-122-2/+2
* Explicitly ShutdownOnUIThread the HostContentSettingsMap when destroying the ...bauerb@chromium.org2011-07-1215-352/+320
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-1013-57/+62
* Remove ResetToDefaults method from HostContentSettingsMap and providers, as i...bauerb@chromium.org2011-07-0613-147/+20
* Make ExtensionContentSettingsStore refcounted.bauerb@chromium.org2011-07-065-28/+51
* Sync new and obsolete content settings preferencesmarkusheintz@chromium.org2011-07-064-148/+307
* Disable policy managed content settings exceptions in the content settings ex...markusheintz@chromium.org2011-07-034-31/+35
* Multiprofile: Remove AllSources() usage on CONTENT_SETTINGS_CHANGED.erg@chromium.org2011-06-282-2/+8
* Add migration code to migrate the obsolete kContentSettingsPatterns pref.markusheintz@chromium.org2011-06-274-71/+57