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

Issue 2252823002: Updates to Ash material design icons used for TrayImageItem (Closed)

Created:
4 years, 4 months ago by tdanderson
Modified:
4 years, 4 months ago
CC:
chromium-reviews, kalyank, sadrul, 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

Updates to Ash material design icons used for TrayImageItem Update the following icons used in the Ash material design system menu: * Caps lock * Auto rotation * Auto rotation locked * System update available Furthermore, color the system update icon in the system tray and system menu in response to the severity of the update. The colors chosen for each severity level match those used by the system update icon in material design top chrome. BUG=625690 TEST=manual Committed: https://crrev.com/7804394b1833559f5cb96b7689e6e61f00f91510 Cr-Commit-Position: refs/heads/master@{#412609}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+358 lines, -135 lines) Patch
M ash/common/system/chromeos/tray_caps_lock.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/system/tray/default_system_tray_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray/system_tray_delegate.h View 1 chunk +6 lines, -4 lines 2 comments Download
M ash/common/system/tray/system_tray_delegate.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/system/tray/tray_image_item.h View 2 chunks +16 lines, -0 lines 0 comments Download
M ash/common/system/tray/tray_image_item.cc View 4 chunks +22 lines, -17 lines 0 comments Download
M ash/common/system/update/tray_update.cc View 6 chunks +50 lines, -10 lines 2 comments Download
M ash/test/test_system_tray_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_utils.cc View 1 chunk +8 lines, -4 lines 0 comments Download
M ui/gfx/vector_icons/system_menu_caps_lock.icon View 1 chunk +23 lines, -13 lines 0 comments Download
A ui/gfx/vector_icons/system_menu_caps_lock.1x.icon View 1 chunk +30 lines, -0 lines 0 comments Download
M ui/gfx/vector_icons/system_menu_rotation_lock_auto.icon View 1 chunk +29 lines, -29 lines 0 comments Download
A ui/gfx/vector_icons/system_menu_rotation_lock_auto.1x.icon View 1 chunk +38 lines, -0 lines 0 comments Download
M ui/gfx/vector_icons/system_menu_rotation_lock_locked.icon View 1 chunk +42 lines, -43 lines 0 comments Download
A ui/gfx/vector_icons/system_menu_rotation_lock_locked.1x.icon View 1 chunk +52 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/system_menu_update.icon View 1 chunk +21 lines, -0 lines 0 comments Download
A + ui/gfx/vector_icons/system_menu_update.1x.icon View 1 chunk +10 lines, -9 lines 0 comments Download
M ui/gfx/vector_icons_sources.gypi View 3 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
tdanderson
James and Evan, can you please take a look? https://codereview.chromium.org/2252823002/diff/1/ash/common/system/tray/system_tray_delegate.h File ash/common/system/tray/system_tray_delegate.h (right): https://codereview.chromium.org/2252823002/diff/1/ash/common/system/tray/system_tray_delegate.h#newcode70 ash/common/system/tray/system_tray_delegate.h:70: ...
4 years, 4 months ago (2016-08-16 21:18:45 UTC) #4
Evan Stade
https://codereview.chromium.org/2252823002/diff/1/ash/common/system/update/tray_update.cc File ash/common/system/update/tray_update.cc (right): https://codereview.chromium.org/2252823002/diff/1/ash/common/system/update/tray_update.cc#newcode67 ash/common/system/update/tray_update.cc:67: return for_menu ? gfx::kGoogleGreen700 : gfx::kGoogleGreen300; On 2016/08/16 21:18:45, ...
4 years, 4 months ago (2016-08-16 21:39:20 UTC) #5
James Cook
LGTM https://codereview.chromium.org/2252823002/diff/1/ash/common/system/tray/system_tray_delegate.h File ash/common/system/tray/system_tray_delegate.h (right): https://codereview.chromium.org/2252823002/diff/1/ash/common/system/tray/system_tray_delegate.h#newcode70 ash/common/system/tray/system_tray_delegate.h:70: enum UpdateSeverity { On 2016/08/16 21:18:45, tdanderson wrote: ...
4 years, 4 months ago (2016-08-16 21:48:56 UTC) #6
Evan Stade
On 2016/08/16 21:48:56, James Cook (slow reviews) wrote: > LGTM > > https://codereview.chromium.org/2252823002/diff/1/ash/common/system/tray/system_tray_delegate.h > File ...
4 years, 4 months ago (2016-08-17 16:37:11 UTC) #9
tdanderson
oshima@, can you please take a look at the change in chrome/ ?
4 years, 4 months ago (2016-08-17 17:02:50 UTC) #11
oshima
lgtm
4 years, 4 months ago (2016-08-17 19:17:39 UTC) #12
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/2252823002/1
4 years, 4 months ago (2016-08-17 19:18:24 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-08-17 19:23:07 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 19:27:36 UTC) #17
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/7804394b1833559f5cb96b7689e6e61f00f91510
Cr-Commit-Position: refs/heads/master@{#412609}

Powered by Google App Engine
This is Rietveld 408576698