Chromium Code Reviews
Help | Chromium Project | Sign in
(24)

Issue 3108029: Display an infobar when content settings were created. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 9 months ago by jochen
Modified:
4 years ago
CC:
chromium-reviews, ben+cc_chromium.org, John Grabowski, pam+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Display an infobar when content settings were created. The xib changes add a gradient view with an icon and a text field that is displayed as infobar. The text field is set to truncate. The blocked cookies label is set to wrap. The various views are connected to the new outlets. win: http://imgur.com/OmTxr.png linux: http://imgur.com/OmTxr mac: http://imgur.com/VbwFp BUG=49826 TEST=unit_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56913

Patch Set 1 #

Total comments: 10

Patch Set 2 : updates #

Total comments: 3

Patch Set 3 : updates #

Total comments: 21

Patch Set 4 : updates #

Patch Set 5 : mac #

Total comments: 2

Patch Set 6 : updates #

Patch Set 7 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1536 lines, -121 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/app/nibs/CollectedCookies.xib View 3 4 35 chunks +1017 lines, -63 lines 0 comments Download
M chrome/browser/cocoa/collected_cookies_mac.h View 3 4 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/collected_cookies_mac.mm View 2 3 4 5 6 7 chunks +205 lines, -8 lines 0 comments Download
M chrome/browser/gtk/collected_cookies_gtk.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/gtk/collected_cookies_gtk.cc View 1 2 3 8 chunks +95 lines, -6 lines 0 comments Download
M chrome/browser/gtk/gtk_tree.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/host_content_settings_map.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/views/collected_cookies_win.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/views/collected_cookies_win.cc View 1 2 3 4 5 10 chunks +157 lines, -15 lines 0 comments Download
M chrome/browser/views/options/managed_prefs_banner_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M views/box_layout.h View 2 chunks +9 lines, -5 lines 0 comments Download
M views/box_layout.cc View 2 chunks +9 lines, -6 lines 0 comments Download
M views/box_layout_unittest.cc View 6 chunks +10 lines, -7 lines 0 comments Download
M views/examples/widget_example.h View 3 chunks +3 lines, -3 lines 0 comments Download
Commit: CQ not working?

Messages

Total messages: 14 (0 generated)
jochen
please review. There's currently a problem. When the info bar is displayed (i.e. set to ...
4 years, 9 months ago (2010-08-18 16:13:38 UTC) #1
Peter Kasting
http://codereview.chromium.org/3108029/diff/1/2 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/3108029/diff/1/2#newcode6126 chrome/app/generated_resources.grd:6126: Cookies and site data were set by page How ...
4 years, 9 months ago (2010-08-18 18:22:44 UTC) #2
jochen
Addressed all your comments. The Mac version will follow shortly. The win UI now behaves ...
4 years, 9 months ago (2010-08-19 14:45:23 UTC) #3
Peter Kasting
http://codereview.chromium.org/3108029/diff/11001/12007 File chrome/browser/views/collected_cookies_win.cc (right): http://codereview.chromium.org/3108029/diff/11001/12007#newcode56 chrome/browser/views/collected_cookies_win.cc:56: // TODO(jochen): Use an info icon here instead. Did ...
4 years, 9 months ago (2010-08-19 18:11:27 UTC) #4
jochen
On 2010/08/19 18:11:27, Peter Kasting wrote: > http://codereview.chromium.org/3108029/diff/11001/12007 > File chrome/browser/views/collected_cookies_win.cc (right): > > http://codereview.chromium.org/3108029/diff/11001/12007#newcode56 ...
4 years, 9 months ago (2010-08-19 19:31:49 UTC) #5
Peter Kasting
On 2010/08/19 19:31:49, jochen wrote: > > http://codereview.chromium.org/3108029/diff/11001/12007#newcode327 > > chrome/browser/views/collected_cookies_win.cc:327: gfx::Size > > size(views::Window::GetLocalizedContentsSize( ...
4 years, 9 months ago (2010-08-19 20:28:04 UTC) #6
jochen
please review. I agreed on changing reviewers with Peter since he didn't have any further ...
4 years, 9 months ago (2010-08-20 12:09:50 UTC) #7
Bernhard Bauer
On 2010/08/20 12:09:50, jochen wrote: > please review. > > I agreed on changing reviewers ...
4 years, 9 months ago (2010-08-20 12:19:19 UTC) #8
Bernhard Bauer
Mac stuff LGTM so far with two nits. Also, please add a description of the ...
4 years, 9 months ago (2010-08-20 13:17:12 UTC) #9
Mattias Nissler
A couple of comments/nits to resolve. http://codereview.chromium.org/3108029/diff/20001/21005 File chrome/browser/gtk/collected_cookies_gtk.cc (right): http://codereview.chromium.org/3108029/diff/20001/21005#newcode17 chrome/browser/gtk/collected_cookies_gtk.cc:17: const int kTreeViewWidth ...
4 years, 9 months ago (2010-08-20 13:25:08 UTC) #10
jochen
http://codereview.chromium.org/3108029/diff/20001/21005 File chrome/browser/gtk/collected_cookies_gtk.cc (right): http://codereview.chromium.org/3108029/diff/20001/21005#newcode17 chrome/browser/gtk/collected_cookies_gtk.cc:17: const int kTreeViewWidth = 450; On 2010/08/20 13:25:08, mnissler ...
4 years, 9 months ago (2010-08-20 14:04:12 UTC) #11
Mattias Nissler
LGTM with nits. http://codereview.chromium.org/3108029/diff/20001/21005 File chrome/browser/gtk/collected_cookies_gtk.cc (right): http://codereview.chromium.org/3108029/diff/20001/21005#newcode17 chrome/browser/gtk/collected_cookies_gtk.cc:17: const int kTreeViewWidth = 450; On ...
4 years, 9 months ago (2010-08-20 14:51:30 UTC) #12
Bernhard Bauer
LGTM with one last nit fixed: http://codereview.chromium.org/3108029/diff/13002/27005 File chrome/browser/cocoa/collected_cookies_mac.mm (right): http://codereview.chromium.org/3108029/diff/13002/27005#newcode118 chrome/browser/cocoa/collected_cookies_mac.mm:118: Setting:(ContentSetting)setting; 'nother nit: ...
4 years, 9 months ago (2010-08-20 15:29:07 UTC) #13
jochen
4 years, 9 months ago (2010-08-20 15:34:18 UTC) #14
ok, all nits addressed.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld ec887be