summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/cookie_prompt_view.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-1/+0
* Make kCookiePromptExpanded a profile pref rather than a local state pref so i...skrul@chromium.org2010-07-121-4/+5
* Allow content setting changes in incognito mode.jochen@chromium.org2010-06-251-8/+3
* Disable remember option in cookie prompt and content blocked notification bub...mnissler@chromium.org2010-04-091-2/+7
* Reland 43183. Block database access on allowDatabase instead of databaseOpenF...jochen@chromium.org2010-03-311-1/+3
* Revert 43183 - Block database access on allowDatabase instead of databaseOpen...jochen@chromium.org2010-03-311-3/+1
* Block database access on allowDatabase instead of databaseOpenFile.jochen@chromium.org2010-03-311-1/+3
* Show detail link and Accept/Cancel buttons should be on same horizontal line ...jochen@chromium.org2010-03-291-17/+7
* Put up a prompt to create appcaches if the Content Settings indicate to do so...michaeln@chromium.org2010-03-241-0/+10
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-1/+1
* Test cookie prompting.darin@chromium.org2010-03-041-2/+7
* Pass in the HostContentSettingsMap to the CookieModalDialog so IsValid can ma...jorlow@chromium.org2010-02-201-1/+0
* 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-20/+1
* When we're initializing the modal dialog box which asks whether the page has ...jorlow@chromium.org2010-02-171-0/+20
* Implement CONTENT_SETTING_ASK for database. Also some cleanup of the dialog ...jorlow@chromium.org2010-02-171-11/+13
* Avoid showing the user a garbage path attribute when the cookie doesn't have andarin@chromium.org2010-02-121-6/+4
* Make the setItem CONTENT_SETTING_ASK dialog more useful by showing the actual...jorlow@chromium.org2010-02-121-32/+30
* Per brakowski, the cookie prompt default should be "remember" and not "ask".pkasting@chromium.org2010-02-101-1/+1
* Couple of tweaks to the cookie prompt dialog:sky@chromium.org2010-02-101-54/+36
* Make the content settings dialog dependent on its parent. This re-plumbs the...pkasting@chromium.org2010-02-091-5/+8
* Show an app modal dialog when the cookie policy is ASK.darin@chromium.org2010-02-081-34/+32
* Refactored out JS specific part of modal dialog stack into its own class, exp...zelidrag@chromium.org2010-02-051-68/+64
* Modified cookie alert prompt window to suport displaying of local storage inf...pkasting@chromium.org2010-02-021-49/+72
* Make content settings type enum something I can use in more code than just th...pkasting@chromium.org2010-01-281-3/+2
* Content Settings dialog and related Options UI changes.zelidrag@chromium.org2010-01-261-0/+291