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

Issue 7130001: Make infobar background gray (Closed)

Created:
9 years, 6 months ago by sail
Modified:
9 years, 6 months ago
CC:
chromium-reviews, pam+watch_chromium.org, dhollowa, alcor, Elliot Glaysher
Visibility:
Public.

Description

Make infobar background gray Currently page action infobars are blue on Windows and Linux and yellow on Mac. This change makes it gray on all platforms. Screenshots: http://www.dropmocks.com/mVNOW Also see this CL: http://codereview.chromium.org/7031069/ BUG=80432 TEST=Ran on Mac and Linux. Windows pending. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88205

Patch Set 1 #

Patch Set 2 : Make infobar background gray #

Total comments: 4

Patch Set 3 : '' #

Total comments: 11

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -108 lines) Patch
M chrome/browser/tab_contents/infobar.h View 1 2 3 2 chunks +11 lines, -5 lines 0 comments Download
M chrome/browser/tab_contents/infobar.cc View 1 2 3 4 1 chunk +26 lines, -3 lines 0 comments Download
M chrome/browser/themes/theme_service_mac.mm View 1 2 2 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/infobars/infobar_controller.mm View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/infobars/infobar_gradient_view.mm View 1 2 3 1 chunk +9 lines, -26 lines 0 comments Download
M chrome/browser/ui/cocoa/translate/translate_infobar_base.mm View 1 3 chunks +0 lines, -18 lines 0 comments Download
M chrome/browser/ui/gtk/infobars/infobar_gtk.cc View 1 2 3 2 chunks +9 lines, -27 lines 0 comments Download
M chrome/browser/ui/views/infobars/infobar_background.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/infobars/infobar_background.cc View 1 2 3 2 chunks +3 lines, -22 lines 0 comments Download
M skia/ext/skia_utils_mac.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M skia/ext/skia_utils_mac.mm View 1 2 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
sail
9 years, 6 months ago (2011-06-07 05:45:33 UTC) #1
Nico
How does this look on linux with unity? I couldn't find the word "grey" or ...
9 years, 6 months ago (2011-06-07 05:50:26 UTC) #2
Nico
s/unity/ubuntu theme/
9 years, 6 months ago (2011-06-07 05:50:37 UTC) #3
sail
On 2011/06/07 05:50:26, Nico wrote: > How does this look on linux with unity? > ...
9 years, 6 months ago (2011-06-07 06:02:19 UTC) #4
Nico
> This doesn't really fix bug 80432. As a part of my fix for 80432 ...
9 years, 6 months ago (2011-06-07 06:03:27 UTC) #5
Nico
LGTM with moved function. http://codereview.chromium.org/7130001/diff/1001/ui/gfx/skia_utils_mac.h File ui/gfx/skia_utils_mac.h (right): http://codereview.chromium.org/7130001/diff/1001/ui/gfx/skia_utils_mac.h#newcode16 ui/gfx/skia_utils_mac.h:16: NSColor* SkColorToNSColor(SkColor color); Why not ...
9 years, 6 months ago (2011-06-07 06:09:33 UTC) #6
sail
http://codereview.chromium.org/7130001/diff/1001/ui/gfx/skia_utils_mac.h File ui/gfx/skia_utils_mac.h (right): http://codereview.chromium.org/7130001/diff/1001/ui/gfx/skia_utils_mac.h#newcode16 ui/gfx/skia_utils_mac.h:16: NSColor* SkColorToNSColor(SkColor color); On 2011/06/07 06:09:33, Nico wrote: > ...
9 years, 6 months ago (2011-06-07 06:20:44 UTC) #7
Robert Sesek
LGTM http://codereview.chromium.org/7130001/diff/5004/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h File chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h (right): http://codereview.chromium.org/7130001/diff/5004/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h#newcode10 chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h:10: #include "chrome/browser/tab_contents/infobar_delegate.h" nit: alphabetize http://codereview.chromium.org/7130001/diff/5004/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h#newcode17 chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h:17: - (void)setInfobarType:(InfoBarDelegate::Type)infobarType; ...
9 years, 6 months ago (2011-06-07 14:48:52 UTC) #8
tfarina
+Peter for review. http://codereview.chromium.org/7130001/diff/5004/chrome/browser/ui/infobar.h File chrome/browser/ui/infobar.h (right): http://codereview.chromium.org/7130001/diff/5004/chrome/browser/ui/infobar.h#newcode12 chrome/browser/ui/infobar.h:12: namespace infobar { please, could you ...
9 years, 6 months ago (2011-06-07 15:06:26 UTC) #9
Peter Kasting
http://codereview.chromium.org/7130001/diff/5004/chrome/browser/ui/infobar.h File chrome/browser/ui/infobar.h (right): http://codereview.chromium.org/7130001/diff/5004/chrome/browser/ui/infobar.h#newcode12 chrome/browser/ui/infobar.h:12: namespace infobar { On 2011/06/07 15:06:27, tfarina wrote: > ...
9 years, 6 months ago (2011-06-07 18:13:13 UTC) #10
sail
http://codereview.chromium.org/7130001/diff/5004/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h File chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h (right): http://codereview.chromium.org/7130001/diff/5004/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h#newcode10 chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h:10: #include "chrome/browser/tab_contents/infobar_delegate.h" On 2011/06/07 14:48:53, rsesek wrote: > nit: ...
9 years, 6 months ago (2011-06-07 19:21:02 UTC) #11
Robert Sesek
http://codereview.chromium.org/7130001/diff/5004/chrome/browser/ui/infobar.h File chrome/browser/ui/infobar.h (right): http://codereview.chromium.org/7130001/diff/5004/chrome/browser/ui/infobar.h#newcode12 chrome/browser/ui/infobar.h:12: namespace infobar { On 2011/06/07 18:13:13, Peter Kasting wrote: ...
9 years, 6 months ago (2011-06-07 20:03:50 UTC) #12
Peter Kasting
9 years, 6 months ago (2011-06-07 20:38:55 UTC) #13
On 2011/06/07 20:03:50, rsesek wrote:
> I actually prefer the namespace rather than global functions.

Don't worry about this comment.  As soon as I made it I suggested something
better to sail.  These functions will become static inside an appropriate class
soon.

Powered by Google App Engine
This is Rietveld 408576698