Chromium Code Reviews

Issue 2963006: Remove the cookie prompt from the settings UI and migrate prefs from ask to block. (Closed)

Created:
10 years, 5 months ago by jochen (gone - plz use gerrit)
Modified:
9 years, 7 months ago
Reviewers:
darin (slow to review), Peter Kasting
CC:
chromium-reviews, John Grabowski, Paweł Hajdan Jr., pam+watch_chromium.org, arv (Not doing code reviews), ben+cc_chromium.org, amit
Visibility:
Public.

Description

Remove the cookie prompt from the settings UI and migrate prefs from ask to block. BUG=48941 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52291

Patch Set 1 #

Total comments: 1

Patch Set 2 : updates #

Unified diffs Side-by-side diffs Stats (+38 lines, -77 lines)
M chrome/browser/cocoa/content_exceptions_window_controller.h View 1 chunk +2 lines, -2 lines 0 comments
M chrome/browser/cocoa/content_exceptions_window_controller.mm View 5 chunks +11 lines, -13 lines 0 comments
M chrome/browser/cocoa/content_exceptions_window_controller_unittest.mm View 2 chunks +2 lines, -2 lines 0 comments
M chrome/browser/cocoa/content_settings_dialog_controller.h View 1 chunk +1 line, -2 lines 0 comments
M chrome/browser/cocoa/content_settings_dialog_controller.mm View 2 chunks +2 lines, -4 lines 0 comments
M chrome/browser/cocoa/content_settings_dialog_controller_unittest.mm View 2 chunks +0 lines, -9 lines 0 comments
M chrome/browser/content_exceptions_table_model.cc View 1 chunk +0 lines, -2 lines 0 comments
M chrome/browser/content_setting_combo_model.h View 2 chunks +2 lines, -2 lines 0 comments
M chrome/browser/content_setting_combo_model.cc View 3 chunks +12 lines, -14 lines 0 comments
M chrome/browser/dom_ui/content_settings_handler.cc View 3 chunks +0 lines, -6 lines 0 comments
M chrome/browser/gtk/options/cookie_filter_page_gtk.h View 1 chunk +0 lines, -1 line 0 comments
M chrome/browser/gtk/options/cookie_filter_page_gtk.cc View 3 chunks +2 lines, -13 lines 0 comments
M chrome/browser/host_content_settings_map.cc View 1 chunk +3 lines, -0 lines 0 comments
M chrome/browser/resources/options/content_settings.html View 1 chunk +0 lines, -6 lines 0 comments
M chrome/browser/views/options/content_filter_page_view.cc View 1 chunk +1 line, -1 line 0 comments

Messages

Total messages: 4 (0 generated)
jochen (gone - plz use gerrit)
please review. this change only removes the pref UI. Darin, should I remove the whole ...
10 years, 5 months ago (2010-07-13 09:56:57 UTC) #1
darin (slow to review)
LGTM I would like to remove all of the supporting infrastructure for cookie prompting, but ...
10 years, 5 months ago (2010-07-13 16:23:29 UTC) #2
amit
On Tue, Jul 13, 2010 at 9:23 AM, <darin@chromium.org> wrote: > LGTM > > I ...
10 years, 5 months ago (2010-07-13 17:46:08 UTC) #3
Peter Kasting
10 years, 5 months ago (2010-07-13 18:36:09 UTC) #4
LGTM

http://codereview.chromium.org/2963006/diff/1/14
File chrome/browser/host_content_settings_map.cc (right):

http://codereview.chromium.org/2963006/diff/1/14#newcode572
chrome/browser/host_content_settings_map.cc:572: // Disable the cookie prompt
mode.
Nit: "Migrate obsolete cookie prompt mode"?

Powered by Google App Engine