summaryrefslogtreecommitdiffstats
path: root/chrome/browser/host_content_settings_map.cc
Commit message (Expand)AuthorAgeFilesLines
* Move inspector to "chrome-devtools" schemepodivilov@chromium.org2010-10-221-1/+2
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+6
* Convert all exception patterns into punicode. Current matcher uses punicode e...cira@google.com2010-10-151-52/+135
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part15:tfarina@chromium.org2010-10-111-7/+7
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-291-9/+6
* Revert 60169 - Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-221-6/+9
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-221-9/+6
* Refcount the host content settings map from the content exceptions table model.jochen@chromium.org2010-09-201-4/+0
* Remove vestigial cookie/web app permissions prompting UI now that the async U...ben@chromium.org2010-09-171-7/+4
* [Win] Add per-plugin exceptions to content settings.bauerb@chromium.org2010-09-091-2/+2
* Revert 58663 - Revert 58641 - Add user metrics for nonsandboxed plugin infobar.nsylvain@chromium.org2010-09-071-2/+9
* Revert 58641 - Add user metrics for nonsandboxed plugin infobar.mal@chromium.org2010-09-071-9/+2
* Add user metrics for nonsandboxed plugin infobar.bauerb@chromium.org2010-09-061-2/+9
* [Mac] Add option to block nonsandboxed plugins to content settings.bauerb@chromium.org2010-09-011-0/+6
* Move --block-nonsandboxed-plugins command line switch to preferences.bauerb@chromium.org2010-08-301-0/+27
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-2/+2
* Display an infobar when content settings were created.jochen@chromium.org2010-08-201-0/+2
* Reland 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-191-16/+8
* Revert 56315 - [Gtk] Display the current content setting applying to a domain...jochen@chromium.org2010-08-181-2/+0
* [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