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

Issue 132023010: linux_aura: Fixes a couple of issues with the button border integration. (Closed)

Created:
6 years, 11 months ago by Elliot Glaysher
Modified:
6 years, 11 months ago
Reviewers:
msw, sky
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

linux_aura: Fixes a couple of issues with the button border integration. - Animate in like the normal views LabelButtonBorders do. - Actually check whether we want to render the borders in different hover states. (Fixes the buttons in the bookmark bubble.) - Support tab focus borders. BUG=333404 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247082

Patch Set 1 #

Patch Set 2 : Maybe rietveld won't barf this time. #

Patch Set 3 : Move dangling comment #

Total comments: 9

Patch Set 4 : msw #

Total comments: 3

Patch Set 5 : msw's return statement comment #

Total comments: 1

Patch Set 6 : constant and braces #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -55 lines) Patch
M chrome/browser/ui/libgtk2ui/gtk2_border.h View 1 2 3 4 3 chunks +14 lines, -5 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/gtk2_border.cc View 1 2 3 4 5 6 chunks +87 lines, -31 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/gtk2_ui.h View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/gtk2_ui.cc View 1 2 3 4 5 chunks +13 lines, -2 lines 0 comments Download
M ui/views/controls/button/button.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M ui/views/controls/button/button.cc View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M ui/views/controls/button/label_button_border.cc View 1 2 3 2 chunks +3 lines, -13 lines 0 comments Download
M ui/views/linux_ui/linux_ui.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Elliot Glaysher
6 years, 11 months ago (2014-01-23 23:20:44 UTC) #1
msw
https://codereview.chromium.org/132023010/diff/70001/chrome/browser/ui/libgtk2ui/gtk2_border.cc File chrome/browser/ui/libgtk2ui/gtk2_border.cc (right): https://codereview.chromium.org/132023010/diff/70001/chrome/browser/ui/libgtk2ui/gtk2_border.cc#newcode27 chrome/browser/ui/libgtk2ui/gtk2_border.cc:27: Button::ButtonState GetViewsButtonState(ui::NativeTheme::State state) { nit: Rather than duplicate this ...
6 years, 11 months ago (2014-01-24 00:22:37 UTC) #2
Elliot Glaysher
https://codereview.chromium.org/132023010/diff/70001/chrome/browser/ui/libgtk2ui/gtk2_border.cc File chrome/browser/ui/libgtk2ui/gtk2_border.cc (right): https://codereview.chromium.org/132023010/diff/70001/chrome/browser/ui/libgtk2ui/gtk2_border.cc#newcode27 chrome/browser/ui/libgtk2ui/gtk2_border.cc:27: Button::ButtonState GetViewsButtonState(ui::NativeTheme::State state) { On 2014/01/24 00:22:37, msw wrote: ...
6 years, 11 months ago (2014-01-24 21:55:59 UTC) #3
msw
LGTM with a q and a couple nits. https://codereview.chromium.org/132023010/diff/70001/chrome/browser/ui/libgtk2ui/gtk2_border.cc File chrome/browser/ui/libgtk2ui/gtk2_border.cc (right): https://codereview.chromium.org/132023010/diff/70001/chrome/browser/ui/libgtk2ui/gtk2_border.cc#newcode166 chrome/browser/ui/libgtk2ui/gtk2_border.cc:166: // ...
6 years, 11 months ago (2014-01-24 23:57:16 UTC) #4
Elliot Glaysher
msw's return statement comment
6 years, 11 months ago (2014-01-25 00:37:35 UTC) #5
Elliot Glaysher
+sky for owner's stamp https://codereview.chromium.org/132023010/diff/70001/chrome/browser/ui/libgtk2ui/gtk2_border.cc File chrome/browser/ui/libgtk2ui/gtk2_border.cc (right): https://codereview.chromium.org/132023010/diff/70001/chrome/browser/ui/libgtk2ui/gtk2_border.cc#newcode166 chrome/browser/ui/libgtk2ui/gtk2_border.cc:166: // If the LabelButtonBorder has ...
6 years, 11 months ago (2014-01-25 00:38:19 UTC) #6
sky
LGTM https://codereview.chromium.org/132023010/diff/120002/chrome/browser/ui/libgtk2ui/gtk2_border.cc File chrome/browser/ui/libgtk2ui/gtk2_border.cc (right): https://codereview.chromium.org/132023010/diff/120002/chrome/browser/ui/libgtk2ui/gtk2_border.cc#newcode85 chrome/browser/ui/libgtk2ui/gtk2_border.cc:85: for (int i = 0; i < 2; ...
6 years, 11 months ago (2014-01-25 00:41:32 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erg@chromium.org/132023010/360001
6 years, 11 months ago (2014-01-25 00:52:06 UTC) #8
commit-bot: I haz the power
6 years, 11 months ago (2014-01-25 07:18:30 UTC) #9
Message was sent while issue was closed.
Change committed as 247082

Powered by Google App Engine
This is Rietveld 408576698