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

Issue 245863002: Fix text color of WrenchMenu buttons on Linux Aura. (Closed)

Created:
6 years, 8 months ago by Evan Stade
Modified:
6 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews, tfarina, ben+views_chromium.org, tdanderson+views_chromium.org
Visibility:
Public.

Description

Fix text color of WrenchMenu buttons on Linux Aura. The color needs to come from the menu's own native theme. BUG=347832 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276862

Patch Set 1 #

Patch Set 2 : relative patchset #

Patch Set 3 : self review #

Patch Set 4 : fixes #

Patch Set 5 : . #

Total comments: 3

Patch Set 6 : propagate less #

Patch Set 7 : . #

Patch Set 8 : subtle alternative #

Patch Set 9 : sync #

Patch Set 10 : just the menu part #

Patch Set 11 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -128 lines) Patch
M chrome/browser/ui/views/toolbar/wrench_menu.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/toolbar/wrench_menu.cc View 1 2 3 4 5 6 7 8 9 10 20 chunks +144 lines, -124 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Evan Stade
6 years, 8 months ago (2014-04-21 21:41:52 UTC) #1
Evan Stade
this broke chromeos, let me figure out the fix before you review
6 years, 8 months ago (2014-04-21 22:34:19 UTC) #2
Evan Stade
ok, please review https://codereview.chromium.org/245863002/diff/80001/ui/views/view.cc File ui/views/view.cc (right): https://codereview.chromium.org/245863002/diff/80001/ui/views/view.cc#newcode212 ui/views/view.cc:212: ui::NativeTheme* old_theme = NULL; this change ...
6 years, 8 months ago (2014-04-22 00:25:40 UTC) #3
sky
https://codereview.chromium.org/245863002/diff/80001/ui/views/view.cc File ui/views/view.cc (right): https://codereview.chromium.org/245863002/diff/80001/ui/views/view.cc#newcode212 ui/views/view.cc:212: ui::NativeTheme* old_theme = NULL; On 2014/04/22 00:25:41, Evan Stade ...
6 years, 8 months ago (2014-04-22 15:30:21 UTC) #4
Evan Stade
https://codereview.chromium.org/245863002/diff/80001/ui/views/view.cc File ui/views/view.cc (right): https://codereview.chromium.org/245863002/diff/80001/ui/views/view.cc#newcode212 ui/views/view.cc:212: ui::NativeTheme* old_theme = NULL; On 2014/04/22 15:30:21, sky wrote: ...
6 years, 8 months ago (2014-04-22 17:12:32 UTC) #5
sky
On Tue, Apr 22, 2014 at 10:12 AM, <estade@chromium.org> wrote: > > https://codereview.chromium.org/245863002/diff/80001/ui/views/view.cc > File ...
6 years, 8 months ago (2014-04-22 19:30:14 UTC) #6
sky
Just to clarify. The reason here is that if in the constructor for your view ...
6 years, 8 months ago (2014-04-22 19:42:36 UTC) #7
Evan Stade
On 2014/04/22 19:42:36, sky wrote: > Just to clarify. The reason here is that if ...
6 years, 8 months ago (2014-04-22 20:00:00 UTC) #8
sky
That makes sense. How about some test coverage then, and presumably you can now update ...
6 years, 8 months ago (2014-04-22 22:03:41 UTC) #9
Evan Stade
found a problem when I was updating AutofillDialogViews. Some of the views in there are ...
6 years, 8 months ago (2014-04-22 23:25:44 UTC) #10
Evan Stade
patchset 7 is option (a), patchset 8 is option (b).
6 years, 8 months ago (2014-04-22 23:29:29 UTC) #11
sky
I don't want to add a member for this. Why is it necessarily a problem ...
6 years, 8 months ago (2014-04-22 23:30:42 UTC) #12
Evan Stade
On 2014/04/22 23:30:42, sky wrote: > I don't want to add a member for this. ...
6 years, 8 months ago (2014-04-22 23:31:42 UTC) #13
sky
It doesn't seem like it'll be invoked that many times to care. -Scott On Tue, ...
6 years, 8 months ago (2014-04-22 23:50:09 UTC) #14
Evan Stade
I suppose you don't mind the subtle solution then, because it won't be a big ...
6 years, 8 months ago (2014-04-23 22:42:05 UTC) #15
sky
How about subtle solution with test coverage? Assuming it doesn't involve a new member. -Scott ...
6 years, 8 months ago (2014-04-24 03:07:47 UTC) #16
Evan Stade
after shaving other yaks and getting distracted with other tasks, I've come back to this ...
6 years, 6 months ago (2014-06-12 01:09:11 UTC) #17
sky
Are all the yaks in LA? LGTM
6 years, 6 months ago (2014-06-12 15:41:22 UTC) #18
Evan Stade
On 2014/06/12 15:41:22, sky wrote: > Are all the yaks in LA? LGTM They're in ...
6 years, 6 months ago (2014-06-12 19:39:50 UTC) #19
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 6 months ago (2014-06-12 19:39:59 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/245863002/200001
6 years, 6 months ago (2014-06-12 19:42:41 UTC) #21
commit-bot: I haz the power
6 years, 6 months ago (2014-06-13 00:19:29 UTC) #22
Message was sent while issue was closed.
Change committed as 276862

Powered by Google App Engine
This is Rietveld 408576698