summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_settings
Commit message (Expand)AuthorAgeFilesLines
* Move the ViewHostMsg_AppCacheAccessed message handling out of Chrome and repl...ananta@chromium.org2011-09-082-13/+13
* Add policies for notifications exceptions.markusheintz@chromium.org2011-09-081-1/+17
* Address post commit comments for CL http://codereview.chromium.org/7828022/markusheintz@chromium.org2011-09-082-13/+11
* - Add a method to the HostContentSettings map to return the |Value| of a cont...markusheintz@chromium.org2011-09-056-54/+179
* Add a method to the content_settings::ProviderInterface to return the |Value|...markusheintz@chromium.org2011-09-0512-22/+183
* Remove ContentSettingsRule and ContentSettingsRules types in content_settings...markusheintz@chromium.org2011-09-052-24/+6
* Move web intents switch to content_switches.gbillock@chromium.org2011-09-021-0/+1
* Migrate Obsolete NotificationsSettings and remove content_settings::Notificat...markusheintz@chromium.org2011-08-317-531/+337
* Remove unused static initializer in content_settings_policy_provider.ccmarkusheintz@chromium.org2011-08-311-5/+0
* Revert 98938 - Migrate Obsolete NotificationsSettings and remove content_sett...markusheintz@chromium.org2011-08-317-337/+531
* Migrate Obsolete NotificationsSettings and remove content_settings::Notificat...markusheintz@chromium.org2011-08-317-531/+337
* 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