Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Issue 5574001: Move ContentSettingsDetails and Pattern out of HostContentSettingsMap as separate classes. (Closed)

Created:
10 years ago by jochen (gone - plz use gerrit)
Modified:
9 years, 7 months ago
Reviewers:
markusheintz_, gfeher
CC:
chromium-reviews, ben+cc_chromium.org, brettw-cc_chromium.org, jam, darin-cc_chromium.org, Paweł Hajdan Jr., pam+watch_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Move ContentSettingsDetails and Pattern out of HostContentSettingsMap as separate classes. BUG=64753 TEST=compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68005

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 21

Patch Set 3 : updates #

Patch Set 4 : updates #

Patch Set 5 : updates #

Patch Set 6 : updates #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+431 lines, -352 lines) Patch
M chrome/browser/automation/testing_automation_provider.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_exceptions_table_model.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/content_exceptions_table_model.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/content_exceptions_table_model_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/content_settings/content_settings_details.h View 1 2 3 1 chunk +56 lines, -0 lines 1 comment Download
A chrome/browser/content_settings/content_settings_pattern.h View 1 2 3 4 5 1 chunk +72 lines, -0 lines 0 comments Download
A chrome/browser/content_settings/content_settings_pattern.cc View 1 chunk +87 lines, -0 lines 0 comments Download
A chrome/browser/content_settings/content_settings_pattern_unittest.cc View 1 chunk +69 lines, -0 lines 0 comments Download
M chrome/browser/content_settings/host_content_settings_map.h View 4 chunks +4 lines, -88 lines 0 comments Download
M chrome/browser/content_settings/host_content_settings_map.cc View 20 chunks +39 lines, -104 lines 0 comments Download
M chrome/browser/content_settings/host_content_settings_map_unittest.cc View 21 chunks +24 lines, -81 lines 0 comments Download
M chrome/browser/cookies_tree_model_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/dom_ui/options/content_settings_handler.cc View 7 chunks +9 lines, -11 lines 0 comments Download
M chrome/browser/gtk/options/content_exception_editor.h View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/gtk/options/content_exception_editor.cc View 4 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/gtk/options/content_exceptions_window_gtk.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/options/content_exceptions_window_gtk.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/gtk/options/content_exceptions_window_gtk_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/options/content_filter_page_gtk.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/gtk/options/content_filter_page_gtk.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/plugin_exceptions_table_model.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugin_exceptions_table_model_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/content_exceptions_window_controller.mm View 1 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/content_exceptions_window_controller_unittest.mm View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings_dialog_controller.mm View 1 4 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/table_model_array_controller_unittest.mm View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/options/content_filter_page_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/options/content_filter_page_view.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/options/exception_editor_view.h View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/options/exception_editor_view.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/options/exceptions_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/options/exceptions_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jochen (gone - plz use gerrit)
please review
10 years ago (2010-12-02 12:28:01 UTC) #1
gfeher
http://codereview.chromium.org/5574001/diff/3001/chrome/browser/content_settings/content_settings_details.h File chrome/browser/content_settings/content_settings_details.h (right): http://codereview.chromium.org/5574001/diff/3001/chrome/browser/content_settings/content_settings_details.h#newcode5 chrome/browser/content_settings/content_settings_details.h:5: // Sends notifications about updates to the content settings. ...
10 years ago (2010-12-02 13:07:50 UTC) #2
jochen (gone - plz use gerrit)
http://codereview.chromium.org/5574001/diff/3001/chrome/browser/content_settings/content_settings_details.h File chrome/browser/content_settings/content_settings_details.h (right): http://codereview.chromium.org/5574001/diff/3001/chrome/browser/content_settings/content_settings_details.h#newcode5 chrome/browser/content_settings/content_settings_details.h:5: // Sends notifications about updates to the content settings. ...
10 years ago (2010-12-02 13:18:43 UTC) #3
markusheintz_
http://codereview.chromium.org/5574001/diff/3001/chrome/browser/content_settings/content_settings_details.h File chrome/browser/content_settings/content_settings_details.h (right): http://codereview.chromium.org/5574001/diff/3001/chrome/browser/content_settings/content_settings_details.h#newcode5 chrome/browser/content_settings/content_settings_details.h:5: // Sends notifications about updates to the content settings. ...
10 years ago (2010-12-02 13:28:18 UTC) #4
jochen (gone - plz use gerrit)
http://codereview.chromium.org/5574001/diff/3001/chrome/browser/content_settings/content_settings_details.h File chrome/browser/content_settings/content_settings_details.h (right): http://codereview.chromium.org/5574001/diff/3001/chrome/browser/content_settings/content_settings_details.h#newcode17 chrome/browser/content_settings/content_settings_details.h:17: // than one pattern in one user interaction, this ...
10 years ago (2010-12-02 13:41:38 UTC) #5
markusheintz_
http://codereview.chromium.org/5574001/diff/3001/chrome/browser/content_settings/content_settings_details.h File chrome/browser/content_settings/content_settings_details.h (right): http://codereview.chromium.org/5574001/diff/3001/chrome/browser/content_settings/content_settings_details.h#newcode17 chrome/browser/content_settings/content_settings_details.h:17: // than one pattern in one user interaction, this ...
10 years ago (2010-12-02 13:50:56 UTC) #6
jochen (gone - plz use gerrit)
http://codereview.chromium.org/5574001/diff/3001/chrome/browser/content_settings/content_settings_details.h File chrome/browser/content_settings/content_settings_details.h (right): http://codereview.chromium.org/5574001/diff/3001/chrome/browser/content_settings/content_settings_details.h#newcode17 chrome/browser/content_settings/content_settings_details.h:17: // than one pattern in one user interaction, this ...
10 years ago (2010-12-02 13:55:40 UTC) #7
markusheintz_
http://codereview.chromium.org/5574001/diff/21001/chrome/browser/content_settings/content_settings_details.h File chrome/browser/content_settings/content_settings_details.h (right): http://codereview.chromium.org/5574001/diff/21001/chrome/browser/content_settings/content_settings_details.h#newcode17 chrome/browser/content_settings/content_settings_details.h:17: // than one pattern in one user interaction, this ...
10 years ago (2010-12-02 14:12:27 UTC) #8
jochen (gone - plz use gerrit)
On 2010/12/02 14:12:27, markusheintz_ wrote: > http://codereview.chromium.org/5574001/diff/21001/chrome/browser/content_settings/content_settings_details.h > File chrome/browser/content_settings/content_settings_details.h (right): > > http://codereview.chromium.org/5574001/diff/21001/chrome/browser/content_settings/content_settings_details.h#newcode17 > ...
10 years ago (2010-12-02 14:22:54 UTC) #9
markusheintz_
That makes all sense. I just thought that the comment is not really suggesting when ...
10 years ago (2010-12-02 14:34:55 UTC) #10
gfeher
10 years ago (2010-12-02 14:35:50 UTC) #11
LGTM

Powered by Google App Engine
This is Rietveld 408576698