summaryrefslogtreecommitdiffstats
path: root/chrome/browser/host_content_settings_map.cc
Commit message (Expand)AuthorAgeFilesLines
* [Gtk] Display the current content setting applying to a domain along with the...jochen@chromium.org2010-08-171-0/+2
* Revert 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-121-8/+16
* Allow per-plugin content settings.bauerb@chromium.org2010-08-121-16/+8
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-4/+4
* Introduce a resource identifier for content settings.jochen@chromium.org2010-08-061-91/+314
* Flip the default for the cookie prompt to disabled.jochen@chromium.org2010-07-311-2/+2
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-9/+9
* Command line flag to disable the cookie prompt.jochen@chromium.org2010-07-301-3/+9
* Flesh out the content settings exceptions lists a bit more.estade@chromium.org2010-07-281-5/+5
* Preparatory work for adding content exceptions from the tab cookie view.bauerb@chromium.org2010-07-191-0/+12
* Remove the cookie prompt from the settings UI and migrate prefs from ask to b...jochen@chromium.org2010-07-141-0/+3
* Add notifications content settings type.thakis@chromium.org2010-07-011-0/+2
* Allow content setting changes in incognito mode.jochen@chromium.org2010-06-251-56/+89
* Clear the default and per-host content settings when the backing preferencealbertb@chromium.org2010-06-111-4/+4
* Directly set block_third_party_cookies_ when observing a preference change to...bauerb@chromium.org2010-06-081-4/+3
* Enable preference change notifications for OTR HostContentSettingsMap s.t. ch...mnissler@chromium.org2010-05-041-11/+7
* Make PROFILE_DESTROYED notifications work with OTR profiles.mnissler@chromium.org2010-05-041-2/+3
* Clear non-wildcard content settings before setting from bubble or prompt.jochen@chromium.org2010-04-261-0/+6
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-231-7/+5
* Since the host content settings preferences can be updated by the sync backend,albertb@chromium.org2010-04-121-32/+118
* Disable remember option in cookie prompt and content blocked notification bub...mnissler@chromium.org2010-04-091-1/+31
* Revert 44036 [unit_tests failed] - Since the host content settings preference...viettrungluu@chromium.org2010-04-091-106/+33
* Since the host content settings preferences can be updated by the sync backend,albertb@chromium.org2010-04-091-33/+106
* Implement patterns for content setting exceptions.jochen@chromium.org2010-04-081-64/+169
* Revert 43890 - Use ScopedPrefUpdate to correctly send out notifications when ...jochen@chromium.org2010-04-081-117/+66
* Use ScopedPrefUpdate to correctly send out notifications when the hostalbertb@chromium.org2010-04-071-66/+117
* Adds a geolocation tab in the content settings dialog (on Windows). Also ref...pkasting@chromium.org2010-03-301-2/+9
* Add GeolocationContentSettingsMap, a geolocation-specific variant of HostCont...pkasting@chromium.org2010-03-191-1/+1
* Correctly handle trailing dots in hostname blacklist. jschuh@google.com2010-03-081-2/+5
* Mac: Content Settings Exceptions dialog.thakis@chromium.org2010-02-261-16/+22
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Don't return CONTENT_SETTING_DEFAULT from GetContentSetting() under any condi...pkasting@chromium.org2010-02-161-3/+6
* GTK: Implements the content settings window and the minor changes to the opti...erg@chromium.org2010-02-101-0/+1
* Whitelist all content for various internal schemes.pkasting@chromium.org2010-02-091-0/+23
* Wire popup blocking UI to the new machinery and port over the user's old whit...pkasting@chromium.org2010-02-021-0/+18
* Send a message to the renderers when content settings change.thakis@chromium.org2010-02-021-21/+41
* Migrate old cookie setting to new system.pkasting@chromium.org2010-02-021-31/+71
* Fix some bugs related to default-clearing in the HostContentSettingsMap, and ...pkasting@chromium.org2010-01-311-16/+56
* Hook up some of the content settings UI to the actual settings map object. T...pkasting@chromium.org2010-01-301-10/+35
* Fix compilation error. Oops!darin@chromium.org2010-01-301-4/+4
* Changes to support new cookie policy.darin@chromium.org2010-01-301-3/+22
* Fix some signedness issues.pkasting@chromium.org2010-01-301-1/+2
* Fix build break.rohitrao@chromium.org2010-01-301-2/+2
* Rewrite the HostContentSettingsMap to address some issues:pkasting@chromium.org2010-01-301-109/+122
* Reland r37508. Implement HostContentSettingsMap.jochen@chromium.org2010-01-291-0/+174
* Revert "Implement HostContentSettingsMap"evan@chromium.org2010-01-291-174/+0
* Implement HostContentSettingsMapjochen@chromium.org2010-01-291-0/+174