summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_setting_bubble_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Change plugin content settings to three states: Allow, click-to-play, and block.bauerb@chromium.org2010-10-111-11/+24
* Add DCHECK for misused string resources.estade@chromium.org2010-10-041-2/+1
* Remove vestigial cookie/web app permissions prompting UI now that the async U...ben@chromium.org2010-09-171-6/+2
* Revert 58663 - Revert 58641 - Add user metrics for nonsandboxed plugin infobar.nsylvain@chromium.org2010-09-071-0/+2
* Revert 58641 - Add user metrics for nonsandboxed plugin infobar.mal@chromium.org2010-09-071-2/+0
* Add user metrics for nonsandboxed plugin infobar.bauerb@chromium.org2010-09-061-0/+2
* Enable click-to-play by default.bauerb@chromium.org2010-09-011-4/+4
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Check that BlockedContents::blocked_popup_container is not NULL before using it.jschuh@google.com2010-08-241-1/+3
* Reland 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-191-12/+93
* Revert 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-121-93/+12
* Allow per-plugin content settings.bauerb@chromium.org2010-08-121-12/+93
* Reland r55382. When blocking cookies, also show an icon in the location bar w...jochen@chromium.org2010-08-111-4/+25
* FBTF: Clean up some headers in tab_contents_delegate.h.erg@google.com2010-08-101-0/+1
* Revert 55548 - Reland r55382. When blocking cookies, also show an icon in the...jochen@chromium.org2010-08-101-25/+4
* Reland r55382. When blocking cookies, also show an icon in the location bar w...jochen@chromium.org2010-08-101-4/+25
* Revert 55536 - Reland r55382. When blocking cookies, also show an icon in the...jochen@chromium.org2010-08-101-25/+4
* Reland r55382. When blocking cookies, also show an icon in the location bar w...jochen@chromium.org2010-08-101-4/+25
* Speculative backout to see if this caused perf regressions.rohitrao@chromium.org2010-08-091-25/+4
* When blocking cookies, also show an icon in the location bar when cookies are...jochen@chromium.org2010-08-091-4/+25
* Introduce a resource identifier for content settings.jochen@chromium.org2010-08-061-1/+2
* Add "Load all plugins on this page" button to blocked plugins bubble if click...bauerb@chromium.org2010-08-031-0/+43
* Flip the default for the cookie prompt to disabled.jochen@chromium.org2010-07-311-2/+2
* Command line flag to disable the cookie prompt.jochen@chromium.org2010-07-301-1/+5
* Preparatory work for adding content exceptions from the tab cookie view.bauerb@chromium.org2010-07-191-10/+2
* Reland r52486. Display a tab modal dialog of the allowed/blocked cookies.jochen@chromium.org2010-07-161-1/+8
* Revert 52486 - Display a tab modal dialog of the allowed/blocked cookies.dmaclach@chromium.org2010-07-151-8/+1
* Display a tab modal dialog of the allowed/blocked cookies.jochen@chromium.org2010-07-151-1/+8
* Display an info link in the blocked cookies info bubble.jochen@chromium.org2010-07-061-2/+36
* Store blocked and accessed cookies in the tab contents.jochen@chromium.org2010-07-021-2/+6
* Add notifications content settings type.thakis@chromium.org2010-07-011-0/+6
* Change a bunch of string types.estade@chromium.org2010-06-291-1/+1
* Allow content setting changes in incognito mode.jochen@chromium.org2010-06-251-2/+0
* Adds GeolocationSettingsStatebulach@chromium.org2010-05-111-42/+22
* Clear non-wildcard content settings before setting from bubble or prompt.jochen@chromium.org2010-04-261-0/+7
* Fix IDN urls in geolocation infobars and bubbles (but not exceptions dialog)joth@chromium.org2010-04-141-2/+6
* Disable remember option in cookie prompt and content blocked notification bub...mnissler@chromium.org2010-04-091-0/+2
* Simplify content settings bubble model "radio groups" to a single radio group.bulach@chromium.org2010-04-091-5/+5
* Implement patterns for content setting exceptions.jochen@chromium.org2010-04-081-2/+3
* Change the Clear these settings... link to be a reload page hint message when...joth@chromium.org2010-04-071-6/+33
* Adds a geolocation tab in the content settings dialog (on Windows). Also ref...pkasting@chromium.org2010-03-301-4/+12
* Re-attempt at http://codereview.chromium.org/1344002joth@chromium.org2010-03-261-1/+68
* Revert 42665 - broke build as I missed a unit test when building locally.joth@chromium.org2010-03-251-68/+1
* Adds geolocaiton support to the location bar content image model and content ...joth@chromium.org2010-03-251-1/+68
* Adds ContentSettingBubbleModel.bulach@chromium.org2010-03-091-0/+188