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

Issue 150041: Theme window control buttons.... (Closed)

Created:
11 years, 5 months ago by Miranda Callahan
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Theme window control buttons. BUG= http://crbug.com/14579 TEST= Install a theme with themed window control buttons. Observe that WCB's are themed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19758 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20028

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : Theme window control buttons.... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -14 lines) Patch
M chrome/app/theme/theme_resources.grd View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -1 line 0 comments Download
M chrome/browser/views/frame/browser_view.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/views/frame/opaque_browser_frame_view.cc View 1 2 3 4 5 6 7 8 9 5 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/views/tabs/tab_strip.h View 1 2 3 4 5 6 7 8 9 5 chunks +14 lines, -1 line 0 comments Download
M chrome/browser/views/tabs/tab_strip.cc View 1 2 3 4 5 6 7 8 9 6 chunks +36 lines, -17 lines 0 comments Download
M chrome/test/test_browser_window.h View 1 chunk +1 line, -0 lines 0 comments Download
A + chrome\app\theme\close_button_mask.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome\app\theme\maximize_button_mask.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome\app\theme\minimize_button_mask.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome\app\theme\newtab_button_mask.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome\app\theme\restore_button_mask.png View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Miranda Callahan
11 years, 5 months ago (2009-06-29 19:19:58 UTC) #1
Glen Murphy
http://codereview.chromium.org/150041/diff/1/11 File chrome/browser/views/frame/opaque_browser_frame_view.cc (right): http://codereview.chromium.org/150041/diff/1/11#newcode123 Line 123: SkBitmap* background = tp->GetBitmapNamed( I would forget about ...
11 years, 5 months ago (2009-06-29 19:31:44 UTC) #2
Ben Goodger (Google)
http://codereview.chromium.org/150041/diff/1/10 File chrome/browser/views/frame/browser_view.cc (right): http://codereview.chromium.org/150041/diff/1/10#newcode1395 Line 1395: tabstrip_ = new TabStrip(browser_->tabstrip_model(), GetThemeProvider()); Why? you can ...
11 years, 5 months ago (2009-06-29 19:35:27 UTC) #3
Miranda Callahan
http://codereview.chromium.org/150041/diff/1/10 File chrome/browser/views/frame/browser_view.cc (right): http://codereview.chromium.org/150041/diff/1/10#newcode1395 Line 1395: tabstrip_ = new TabStrip(browser_->tabstrip_model(), GetThemeProvider()); On 2009/06/29 19:35:27, ...
11 years, 5 months ago (2009-06-29 19:41:57 UTC) #4
Miranda Callahan
Unhooked image loading from initialization, now calling it after TabStrip has access to the ThemeProvider.
11 years, 5 months ago (2009-06-29 22:06:01 UTC) #5
Glen Murphy
Whups - late catch - you don't need five different background images - the theme ...
11 years, 5 months ago (2009-07-01 01:39:43 UTC) #6
Glen Murphy
LGTM with naming nits discussed in person.
11 years, 5 months ago (2009-07-01 17:40:32 UTC) #7
Miranda Callahan
Please take another look; previous code failed unit_tests because test_browser_window cannot access ThemeProvider, as it ...
11 years, 5 months ago (2009-07-02 19:51:31 UTC) #8
Miranda Callahan
ping! (should be a short review -- not much of a change from the original ...
11 years, 5 months ago (2009-07-06 16:20:27 UTC) #9
Glen Murphy
11 years, 5 months ago (2009-07-06 17:53:15 UTC) #10
LG

Powered by Google App Engine
This is Rietveld 408576698