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

Issue 10544117: Make new tab button color match inactive tab (Closed)

Created:
8 years, 6 months ago by sail
Modified:
8 years, 6 months ago
Reviewers:
flackr, sky
CC:
chromium-reviews, oshima+watch_chromium.org, Alexei Svitkine (slow)
Visibility:
Public.

Description

Make new tab button color match inactive tab Currently the new tab button is much brighter than the inactive tab background color. The problem is that the tab strip code draws the new tab button background programatically. This means that the new tab button icon shouldn't have a fill. This was working correctly but regressed in r134335. Screenshots: before: http://i.imgur.com/iLGLN.png fixed: http://i.imgur.com/zVTaq.png BUG=132333 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141805 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=141974

Patch Set 1 #

Patch Set 2 : " #

Patch Set 3 : binary only #

Total comments: 1

Patch Set 4 : update 2x, touch_1x, touch_2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -8 lines) Patch
M chrome/app/theme/theme_resources_2x.grd View 1 2 3 1 chunk +8 lines, -2 lines 0 comments Download
M chrome/app/theme/theme_resources_standard.grd View 1 2 3 1 chunk +8 lines, -2 lines 0 comments Download
M chrome/app/theme/theme_resources_touch_1x.grd View 1 2 3 1 chunk +8 lines, -2 lines 0 comments Download
M chrome/app/theme/theme_resources_touch_2x.grd View 1 2 3 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
sail
8 years, 6 months ago (2012-06-12 21:43:10 UTC) #1
sky
LGTM
8 years, 6 months ago (2012-06-12 21:50:40 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/10544117/10001
8 years, 6 months ago (2012-06-12 22:02:21 UTC) #3
James Cook
On 2012/06/12 22:02:21, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
8 years, 6 months ago (2012-06-12 22:14:13 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/10544117/10001
8 years, 6 months ago (2012-06-12 22:16:13 UTC) #5
sail
On 2012/06/12 22:14:13, James Cook (Chromium) wrote: > On 2012/06/12 22:02:21, I haz the power ...
8 years, 6 months ago (2012-06-12 22:20:20 UTC) #6
James Cook
On 2012/06/12 22:20:20, sail wrote: > On 2012/06/12 22:14:13, James Cook (Chromium) wrote: > > ...
8 years, 6 months ago (2012-06-12 23:15:44 UTC) #7
commit-bot: I haz the power
Change committed as 141805
8 years, 6 months ago (2012-06-13 00:38:26 UTC) #8
flackr
https://chromiumcodereview.appspot.com/10544117/diff/10001/chrome/app/theme/theme_resources_standard.grd File chrome/app/theme/theme_resources_standard.grd (right): https://chromiumcodereview.appspot.com/10544117/diff/10001/chrome/app/theme/theme_resources_standard.grd#newcode155 chrome/app/theme/theme_resources_standard.grd:155: <if expr="not pp_ifdef('toolkit_views') and not pp_ifdef('use_ash')"> This change broke ...
8 years, 6 months ago (2012-06-13 19:38:04 UTC) #9
sail
On 2012/06/13 19:38:04, flackr wrote: > https://chromiumcodereview.appspot.com/10544117/diff/10001/chrome/app/theme/theme_resources_standard.grd > File chrome/app/theme/theme_resources_standard.grd (right): > > https://chromiumcodereview.appspot.com/10544117/diff/10001/chrome/app/theme/theme_resources_standard.grd#newcode155 > ...
8 years, 6 months ago (2012-06-13 19:56:11 UTC) #10
sail
8 years, 6 months ago (2012-06-13 20:08:37 UTC) #11
On 2012/06/13 19:56:11, sail wrote:
> On 2012/06/13 19:38:04, flackr wrote:
> >
>
https://chromiumcodereview.appspot.com/10544117/diff/10001/chrome/app/theme/t...
> > File chrome/app/theme/theme_resources_standard.grd (right):
> > 
> >
>
https://chromiumcodereview.appspot.com/10544117/diff/10001/chrome/app/theme/t...
> > chrome/app/theme/theme_resources_standard.grd:155: <if expr="not
> > pp_ifdef('toolkit_views') and not pp_ifdef('use_ash')">
> > This change broke running chrome with touch optimized UI. These changes
should
> > be replicated in theme_resources_touch_1x.grd, theme_resources_touch_2x.grd
> and
> > theme_resources_2x.grd.
> 
> Hi Robert, sorry for breaking touch UI. James is working on cleaning this up.
I
> think that should fix your problem.

Never mind, thakis reverted.

Powered by Google App Engine
This is Rietveld 408576698