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

Issue 2143863004: Use vector assets for media router icons. (Closed)

Created:
4 years, 5 months ago by Evan Stade
Modified:
4 years, 5 months ago
Reviewers:
oshima, sadrul, apacible, msw
CC:
chromium-reviews, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use vector assets for media router icons. Also fix a couple bugs in the vector icon views example read-from-disk path. BUG=521199 TBR=oshima@chromium.org Committed: https://crrev.com/f6206894a05d89ff73d943d2471cf1e476585e17 Cr-Commit-Position: refs/heads/master@{#405801}

Patch Set 1 #

Total comments: 3

Patch Set 2 : more deletions #

Patch Set 3 : fix icon offsets #

Total comments: 1

Patch Set 4 : init to zero #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -54 lines) Patch
D chrome/app/theme/default_100_percent/common/media_router_active.png View Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/media_router_error.png View Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/media_router_idle.png View Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/media_router_warning.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/media_router_active.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/media_router_error.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/media_router_idle.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/media_router_warning.png View Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/toolbar/media_router_action.h View 2 chunks +3 lines, -13 lines 0 comments Download
M chrome/browser/ui/toolbar/media_router_action.cc View 1 5 chunks +12 lines, -22 lines 0 comments Download
M chrome/browser/ui/toolbar/media_router_action_unittest.cc View 1 2 chunks +12 lines, -10 lines 0 comments Download
M ui/gfx/paint_vector_icon.cc View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
A ui/gfx/vector_icons/media_router_active.icon View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/media_router_error.icon View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/media_router_idle.icon View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/media_router_warning.icon View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
M ui/gfx/vector_icons_sources.gypi View 1 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/examples/vector_example.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (22 generated)
Evan Stade
how can I test this?
4 years, 5 months ago (2016-07-13 18:12:31 UTC) #3
Evan Stade
On 2016/07/13 18:12:31, Evan Stade wrote: > how can I test this? (manually)
4 years, 5 months ago (2016-07-13 18:12:41 UTC) #4
apacible
I'm having trouble with git cl patch to check it out locally, and don't have ...
4 years, 5 months ago (2016-07-13 22:30:19 UTC) #9
Evan Stade
On 2016/07/13 22:30:19, apacible wrote: > I'm having trouble with git cl patch to check ...
4 years, 5 months ago (2016-07-14 17:41:28 UTC) #10
apacible
On 2016/07/14 17:41:28, Evan Stade wrote: > On 2016/07/13 22:30:19, apacible wrote: > > I'm ...
4 years, 5 months ago (2016-07-14 17:43:27 UTC) #11
Evan Stade
On 2016/07/14 17:43:27, apacible wrote: > On 2016/07/14 17:41:28, Evan Stade wrote: > > On ...
4 years, 5 months ago (2016-07-14 19:17:22 UTC) #13
apacible
Thanks! lgtm and rs lgtm for non-idle icons; I'll check it out (need to build ...
4 years, 5 months ago (2016-07-14 20:09:09 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2143863004/40001
4 years, 5 months ago (2016-07-14 20:37:19 UTC) #16
Evan Stade
+sadrul for ui/views/examples/vector_example.cc +msw for c/b/ui
4 years, 5 months ago (2016-07-14 20:38:15 UTC) #18
msw
lgtm with a nit https://codereview.chromium.org/2143863004/diff/40001/ui/gfx/paint_vector_icon.cc File ui/gfx/paint_vector_icon.cc (right): https://codereview.chromium.org/2143863004/diff/40001/ui/gfx/paint_vector_icon.cc#newcode70 ui/gfx/paint_vector_icon.cc:70: int hex_value; nit: init to ...
4 years, 5 months ago (2016-07-14 20:57:02 UTC) #22
sadrul
lgtm
4 years, 5 months ago (2016-07-15 14:24:36 UTC) #25
Evan Stade
+oshima TBR for chrome/app/theme/ deletions
4 years, 5 months ago (2016-07-15 17:39:29 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2143863004/60001
4 years, 5 months ago (2016-07-15 17:40:17 UTC) #33
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-15 18:42:36 UTC) #35
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-15 18:42:49 UTC) #36
oshima
c/a/t lgtm
4 years, 5 months ago (2016-07-15 18:44:31 UTC) #37
commit-bot: I haz the power
4 years, 5 months ago (2016-07-15 18:45:36 UTC) #39
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/f6206894a05d89ff73d943d2471cf1e476585e17
Cr-Commit-Position: refs/heads/master@{#405801}

Powered by Google App Engine
This is Rietveld 408576698