| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 3 | -8/+5 |
* | * Wire up the delete command in the cookie tree UI to actually delete indexed... | michaeln@google.com | 2011-08-25 | 1 | -1/+1 |
* | Don't sync or migrate obsolete preferences in the incognito host content sett... | markusheintz@chromium.org | 2011-08-25 | 1 | -12/+14 |
* | - Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value ... | markusheintz@chromium.org | 2011-08-24 | 5 | -4/+134 |
* | Fixed a few places that should know about CONTENT_SETTINGS_TYPE_INTENTS | groby@chromium.org | 2011-08-24 | 1 | -0/+1 |
* | The following methods of the HostContentSettingsMaps are not supposed to be u... | markusheintz@chromium.org | 2011-08-22 | 2 | -26/+25 |
* | Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg... | ananta@chromium.org | 2011-08-19 | 1 | -4/+4 |
* | Enable WebIntents blacklist UI (redo of #7645034) | groby@chromium.org | 2011-08-18 | 3 | -0/+16 |
* | Don't update the obsolete geolocation preference while migrating it. | markusheintz@chromium.org | 2011-08-18 | 1 | -5/+5 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4) | thestig@chromium.org | 2011-08-18 | 1 | -1/+1 |
* | Revert 97190 - Enable WebIntents blacklist UI | rvargas@google.com | 2011-08-17 | 3 | -16/+0 |
* | Enable WebIntents blacklist UI | groby@chromium.org | 2011-08-17 | 3 | -0/+16 |
* | Migrate geolocation settings to host content settings map and remove the geol... | markusheintz@chromium.org | 2011-08-15 | 4 | -57/+355 |
* | base: Fix the TODO in ListValue::Remove(). | tfarina@chromium.org | 2011-08-13 | 1 | -6/+6 |
* | Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging... | ycxiao@chromium.org | 2011-08-12 | 2 | -38/+26 |
* | Add preference for managed notifications setting. | markusheintz@chromium.org | 2011-08-12 | 2 | -3/+7 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 3 | -3/+3 |
* | Fix partially broken pattern keys and delete invalid pattern keys of the obso... | markusheintz@chromium.org | 2011-08-09 | 2 | -31/+139 |
* | Adding usage entry to chrome://settings/cookies. | tzik@chromium.org | 2011-08-09 | 1 | -0/+1 |
* | Revert 95607 - Adding usage entry to chrome://settings/cookies. | tzik@chromium.org | 2011-08-08 | 1 | -1/+0 |
* | Adding usage entry to chrome://settings/cookies. | tzik@chromium.org | 2011-08-05 | 1 | -0/+1 |
* | Revert 95534 - Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHel... | yzshen@chromium.org | 2011-08-05 | 2 | -26/+38 |
* | Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging... | ycxiao@chromium.org | 2011-08-04 | 2 | -38/+26 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 1 | -1/+1 |
* | Add a != operator to the ContentSettingsPattern class. | markusheintz@chromium.org | 2011-08-02 | 3 | -0/+24 |
* | Make content_settings::ParsePatternString more reliable. | markusheintz@chromium.org | 2011-08-02 | 4 | -50/+89 |
* | Move more files from chrome/test to chrome/test/base, part #5 | phajdan.jr@chromium.org | 2011-08-01 | 3 | -3/+3 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 4 | -4/+4 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 1 | -2/+2 |
* | Removal of Profile from content part 3. | avi@chromium.org | 2011-07-28 | 2 | -8/+14 |
* | Add test to content_settings_pref_provider_unittest | markusheintz@chromium.org | 2011-07-27 | 1 | -8/+88 |
* | FileManagerDialogTest.SelectFileAndCancel flaky. | grt@chromium.org | 2011-07-19 | 43 | -0/+9443 |
|\ |
|
* | | Roll ANGLE r704:r705 | jbauman@chromium.org | 2011-07-19 | 43 | -9443/+0 |
* | | Migrate default geolocation content setting to host content settings map. | markusheintz@chromium.org | 2011-07-19 | 5 | -6/+120 |
|/ |
|
* | Add secondary pattern to SettingsForOneType | markusheintz@chromium.org | 2011-07-19 | 2 | -6/+9 |
* | Fix DCHECK() hit when synching a new profile | sail@chromium.org | 2011-07-15 | 1 | -0/+2 |
* | Add ObservableDefaultProvider class and let the HostContentSettingsMap and it... | markusheintz@chromium.org | 2011-07-15 | 9 | -107/+116 |
* | Fixed regression: various preferences were not persisted when changed from in... | battre@chromium.org | 2011-07-14 | 1 | -3/+3 |
* | Add a content_settings::Observer and make providers notify the host content s... | markusheintz@chromium.org | 2011-07-14 | 15 | -155/+250 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 4 | -9/+13 |
* | Protect content_settings::PrefProvider::GetContentSetting with a lock. | bauerb@chromium.org | 2011-07-12 | 1 | -0/+1 |
* | Fix clang build. | bauerb@chromium.org | 2011-07-12 | 2 | -2/+2 |
* | Explicitly ShutdownOnUIThread the HostContentSettingsMap when destroying the ... | bauerb@chromium.org | 2011-07-12 | 15 | -352/+320 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 13 | -57/+62 |
* | Remove ResetToDefaults method from HostContentSettingsMap and providers, as i... | bauerb@chromium.org | 2011-07-06 | 13 | -147/+20 |
* | Make ExtensionContentSettingsStore refcounted. | bauerb@chromium.org | 2011-07-06 | 5 | -28/+51 |
* | Sync new and obsolete content settings preferences | markusheintz@chromium.org | 2011-07-06 | 4 | -148/+307 |
* | Disable policy managed content settings exceptions in the content settings ex... | markusheintz@chromium.org | 2011-07-03 | 4 | -31/+35 |
* | Multiprofile: Remove AllSources() usage on CONTENT_SETTINGS_CHANGED. | erg@chromium.org | 2011-06-28 | 2 | -2/+8 |
* | Add migration code to migrate the obsolete kContentSettingsPatterns pref. | markusheintz@chromium.org | 2011-06-27 | 4 | -71/+57 |