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

Issue 116943002: [Toolbar] Use TEXTBUTTON borders. (Closed)

Created:
7 years ago by Greg Billock
Modified:
6 years, 11 months ago
Reviewers:
msw, cpu_(ooo_6.6-7.5)
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : Remove resources #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -28 lines) Patch
D chrome/app/theme/default_100_percent/common/toolbar_button_hover_bottom.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_hover_bottom_left.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_hover_bottom_right.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_hover_center.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_hover_left.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_hover_right.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_hover_top.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_hover_top_left.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_hover_top_right.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_pressed_bottom.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_pressed_bottom_left.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_pressed_bottom_right.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_pressed_center.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_pressed_left.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_pressed_right.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_pressed_top.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_pressed_top_left.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_button_pressed_top_right.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_hover_bottom.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_hover_bottom_left.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_hover_bottom_right.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_hover_center.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_hover_left.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_hover_right.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_hover_top.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_hover_top_left.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_hover_top_right.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_pressed_bottom.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_pressed_bottom_left.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_pressed_bottom_right.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_pressed_center.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_pressed_left.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_pressed_right.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_pressed_top.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_pressed_top_left.png View 1 2 3 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_button_pressed_top_right.png View 1 2 3 Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 1 chunk +0 lines, -20 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_button.cc View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Greg Billock
7 years ago (2013-12-17 01:00:17 UTC) #1
Greg Billock
(pending UI approval)
7 years ago (2013-12-17 01:00:38 UTC) #2
msw
https://codereview.chromium.org/116943002/diff/1/chrome/browser/ui/views/toolbar/toolbar_button.cc File chrome/browser/ui/views/toolbar/toolbar_button.cc (left): https://codereview.chromium.org/116943002/diff/1/chrome/browser/ui/views/toolbar/toolbar_button.cc#oldcode41 chrome/browser/ui/views/toolbar/toolbar_button.cc:41: const int kHoverImages[] = IMAGE_GRID(IDR_TOOLBAR_BUTTON_HOVER); If this is ok, ...
7 years ago (2013-12-17 01:02:35 UTC) #3
Greg Billock
On 2013/12/17 01:02:35, msw wrote: > https://codereview.chromium.org/116943002/diff/1/chrome/browser/ui/views/toolbar/toolbar_button.cc > File chrome/browser/ui/views/toolbar/toolbar_button.cc (left): > > https://codereview.chromium.org/116943002/diff/1/chrome/browser/ui/views/toolbar/toolbar_button.cc#oldcode41 > ...
6 years, 11 months ago (2014-01-03 21:57:12 UTC) #4
msw
On 2014/01/03 21:57:12, Greg Billock wrote: > On 2013/12/17 01:02:35, msw wrote: > > > ...
6 years, 11 months ago (2014-01-03 22:05:22 UTC) #5
Greg Billock
On 2014/01/03 22:05:22, msw wrote: > On 2014/01/03 21:57:12, Greg Billock wrote: > > On ...
6 years, 11 months ago (2014-01-06 21:25:31 UTC) #6
msw
LGTM. Great cleanup, thanks!
6 years, 11 months ago (2014-01-06 21:46:40 UTC) #7
Greg Billock
On 2014/01/06 21:46:40, msw wrote: > LGTM. Great cleanup, thanks! +cpu for assets owners
6 years, 11 months ago (2014-01-07 18:00:23 UTC) #8
cpu_(ooo_6.6-7.5)
lgtm
6 years, 11 months ago (2014-01-08 00:32:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/116943002/120001
6 years, 11 months ago (2014-01-08 17:31:23 UTC) #10
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 22:18:04 UTC) #11
Message was sent while issue was closed.
Change committed as 243670

Powered by Google App Engine
This is Rietveld 408576698