summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cookie_modal_dialog.cc
Commit message (Expand)AuthorAgeFilesLines
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Introduce a resource identifier for content settings.jochen@chromium.org2010-08-061-4/+5
* Coverity issues 8518, 8519, 8522: Uninitialized member in cookie_modal_dialog.ccfinnur@chromium.org2010-07-231-0/+3
* Make kCookiePromptExpanded a profile pref rather than a local state pref so i...skrul@chromium.org2010-07-121-1/+1
* Add a "session only" policy to the content settings.jochen@chromium.org2010-07-021-2/+4
* Allow content setting changes in incognito mode.jochen@chromium.org2010-06-251-8/+2
* Clear non-wildcard content settings before setting from bubble or prompt.jochen@chromium.org2010-04-261-0/+10
* Disable remember option in cookie prompt and content blocked notification bub...mnissler@chromium.org2010-04-091-2/+8
* Implement patterns for content setting exceptions.jochen@chromium.org2010-04-081-2/+4
* Reland 43183. Block database access on allowDatabase instead of databaseOpenF...jochen@chromium.org2010-03-311-0/+4
* Revert 43183 - Block database access on allowDatabase instead of databaseOpen...jochen@chromium.org2010-03-311-4/+0
* Block database access on allowDatabase instead of databaseOpenFile.jochen@chromium.org2010-03-311-0/+4
* Put up a prompt to create appcaches if the Content Settings indicate to do so...michaeln@chromium.org2010-03-241-0/+14
* chrome 1: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+1
* Test cookie prompting.darin@chromium.org2010-03-041-0/+7
* Mac: Cookie confirmation dialog.thakis@chromium.org2010-02-241-1/+0
* Revert 39756 - Mac: Cookie confirmation dialog.thakis@chromium.org2010-02-231-0/+1
* Mac: Cookie confirmation dialog.thakis@chromium.org2010-02-231-1/+0
* Pass in the HostContentSettingsMap to the CookieModalDialog so IsValid can ma...jorlow@chromium.org2010-02-201-8/+25
* Speculative crash fix.darin@chromium.org2010-02-201-4/+8
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Fixes two bugs in cookie prompting:sky@chromium.org2010-02-181-0/+22
* Implement CONTENT_SETTING_ASK for database. Also some cleanup of the dialog ...jorlow@chromium.org2010-02-171-1/+26
* Make the setItem CONTENT_SETTING_ASK dialog more useful by showing the actual...jorlow@chromium.org2010-02-121-6/+10
* Couple of tweaks to the cookie prompt dialog:sky@chromium.org2010-02-101-1/+6
* Show an app modal dialog when the cookie policy is ASK.darin@chromium.org2010-02-081-3/+2
* Refactored out JS specific part of modal dialog stack into its own class, exp...zelidrag@chromium.org2010-02-051-0/+33