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

Issue 2051663005: Vectorize the remaining material design shelf icons (Closed)

Created:
4 years, 6 months ago by tdanderson
Modified:
4 years, 6 months ago
Reviewers:
James Cook, sadrul
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

Vectorize the remaining material design shelf icons Create vectorized versions of the icons used in the material design shelf: * Overflow arrow * Keyboard * Notifications bell * Overview mode BUG=595015 TEST=manual Committed: https://crrev.com/4f0032c7bb4d9e4eba2180926e106284ff2bb58d Cr-Commit-Position: refs/heads/master@{#399092}

Patch Set 1 #

Total comments: 10

Patch Set 2 : only load MD icons when needed #

Total comments: 5

Patch Set 3 : nit addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+401 lines, -15 lines) Patch
M ash/shelf/overflow_button.h View 1 chunk +11 lines, -4 lines 0 comments Download
M ash/shelf/overflow_button.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc View 1 3 chunks +13 lines, -3 lines 0 comments Download
M ash/system/overview/overview_button_tray.cc View 1 2 3 chunks +14 lines, -3 lines 0 comments Download
M ash/system/web_notification/web_notification_tray.cc View 1 2 chunks +13 lines, -3 lines 0 comments Download
M ui/gfx/BUILD.gn View 1 1 chunk +8 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/shelf_keyboard.icon View 1 chunk +82 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/shelf_keyboard.1x.icon View 1 chunk +82 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/shelf_notifications.icon View 1 chunk +26 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/shelf_notifications.1x.icon View 1 chunk +26 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/shelf_overflow.icon View 1 chunk +20 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/shelf_overflow.1x.icon View 1 chunk +19 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/shelf_overview.icon View 1 chunk +38 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/shelf_overview.1x.icon View 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (6 generated)
tdanderson
James, can you please take a look at ash/ ? Sadrul, can you please take ...
4 years, 6 months ago (2016-06-09 18:48:49 UTC) #2
James Cook
I think you should try to avoid loading both the MD and non-MD icons where ...
4 years, 6 months ago (2016-06-09 19:24:48 UTC) #3
tdanderson
James, please take another look. https://codereview.chromium.org/2051663005/diff/1/ash/shelf/overflow_button.cc File ash/shelf/overflow_button.cc (right): https://codereview.chromium.org/2051663005/diff/1/ash/shelf/overflow_button.cc#newcode35 ash/shelf/overflow_button.cc:35: bottom_image_md_ = On 2016/06/09 ...
4 years, 6 months ago (2016-06-09 22:36:33 UTC) #4
James Cook
LGTM with nit https://codereview.chromium.org/2051663005/diff/20001/ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc File ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc (right): https://codereview.chromium.org/2051663005/diff/20001/ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc#newcode37 ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc:37: button_->SetImage(views::CustomButton::STATE_NORMAL, &image_md); see below https://codereview.chromium.org/2051663005/diff/20001/ash/system/overview/overview_button_tray.cc File ...
4 years, 6 months ago (2016-06-09 23:00:09 UTC) #5
sadrul
lgtm
4 years, 6 months ago (2016-06-09 23:26:05 UTC) #6
tdanderson
https://codereview.chromium.org/2051663005/diff/20001/ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc File ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc (right): https://codereview.chromium.org/2051663005/diff/20001/ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc#newcode37 ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc:37: button_->SetImage(views::CustomButton::STATE_NORMAL, &image_md); On 2016/06/09 23:00:09, James Cook wrote: > ...
4 years, 6 months ago (2016-06-09 23:51:41 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2051663005/40001
4 years, 6 months ago (2016-06-09 23:52:36 UTC) #10
James Cook
https://codereview.chromium.org/2051663005/diff/20001/ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc File ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc (right): https://codereview.chromium.org/2051663005/diff/20001/ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc#newcode37 ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc:37: button_->SetImage(views::CustomButton::STATE_NORMAL, &image_md); On 2016/06/09 23:51:41, tdanderson wrote: > On ...
4 years, 6 months ago (2016-06-10 00:14:40 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL) mac_chromium_gn_rel on ...
4 years, 6 months ago (2016-06-10 01:54:48 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2051663005/40001
4 years, 6 months ago (2016-06-10 04:02:05 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-10 04:33:27 UTC) #16
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-10 04:33:29 UTC) #17
commit-bot: I haz the power
4 years, 6 months ago (2016-06-10 04:35:44 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4f0032c7bb4d9e4eba2180926e106284ff2bb58d
Cr-Commit-Position: refs/heads/master@{#399092}

Powered by Google App Engine
This is Rietveld 408576698