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

Issue 2148573002: Add palette tray to ash. (Closed)

Created:
4 years, 5 months ago by jdufault
Modified:
4 years, 5 months ago
CC:
chromium-reviews, kalyank, sadrul, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@stylus-tool-structure
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add palette tray to ash. Design doc: go/caebn This is dependent on a number of CLs: - https://codereview.chromium.org/2147783002/ - https://codereview.chromium.org/2140343002/ - https://codereview.chromium.org/2143073003/ - https://codereview.chromium.org/2116033002/ BUG=625251 Committed: https://crrev.com/b9918821e0303c84ef56af1d753345b819b0a25c Cr-Commit-Position: refs/heads/master@{#407654}

Patch Set 1 : ash-tray #

Patch Set 2 : Pull parent CL changes #

Total comments: 16

Patch Set 3 : Comments #

Total comments: 4

Patch Set 4 : Refactor to delegate, more flexible tray icon support #

Patch Set 5 : Add icons from https://codereview.chromium.org/2143073003/ #

Total comments: 10

Patch Set 6 : Nits & pull icons into separate CLs #

Total comments: 8

Patch Set 7 : Address comments #

Total comments: 4

Patch Set 8 : Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+503 lines, -11 lines) Patch
M ash/ash.gyp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ash/ash_strings.grd View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ash/common/system/chromeos/palette/palette_tool_manager.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A ash/common/system/chromeos/palette/palette_tray.h View 1 2 3 4 5 1 chunk +97 lines, -0 lines 0 comments Download
A ash/common/system/chromeos/palette/palette_tray.cc View 1 2 3 4 5 6 7 1 chunk +316 lines, -0 lines 0 comments Download
M ash/common/system/status_area_widget.h View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M ash/common/system/status_area_widget.cc View 1 2 3 7 chunks +21 lines, -10 lines 0 comments Download
M ash/common/system/tray/tray_bubble_wrapper.h View 1 chunk +1 line, -0 lines 0 comments Download
A ui/gfx/vector_icons/palette_tray_icon_default.icon View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
A ui/gfx/vector_icons/palette_tray_icon_default.1x.icon View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
M ui/gfx/vector_icons_sources.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 35 (18 generated)
jdufault
Oshima, PTAL. Thanks! +tdanderson@ for FYI.
4 years, 5 months ago (2016-07-13 19:32:31 UTC) #5
oshima
can you take a look at build failures? https://codereview.chromium.org/2148573002/diff/40001/ash/common/system/chromeos/palette/palette_tray.cc File ash/common/system/chromeos/palette/palette_tray.cc (right): https://codereview.chromium.org/2148573002/diff/40001/ash/common/system/chromeos/palette/palette_tray.cc#newcode171 ash/common/system/chromeos/palette/palette_tray.cc:171: views::View* ...
4 years, 5 months ago (2016-07-13 21:14:23 UTC) #7
jdufault
https://codereview.chromium.org/2148573002/diff/40001/ash/common/system/chromeos/palette/palette_tray.cc File ash/common/system/chromeos/palette/palette_tray.cc (right): https://codereview.chromium.org/2148573002/diff/40001/ash/common/system/chromeos/palette/palette_tray.cc#newcode171 ash/common/system/chromeos/palette/palette_tray.cc:171: views::View* anchor = this->tray_container(); On 2016/07/13 21:14:23, oshima wrote: ...
4 years, 5 months ago (2016-07-18 20:44:02 UTC) #9
oshima
lgtm https://codereview.chromium.org/2148573002/diff/60001/ash/common/system/chromeos/palette/palette_tray.cc File ash/common/system/chromeos/palette/palette_tray.cc (right): https://codereview.chromium.org/2148573002/diff/60001/ash/common/system/chromeos/palette/palette_tray.cc#newcode309 ash/common/system/chromeos/palette/palette_tray.cc:309: icon_->SetImage(image_md); nit: just inline?
4 years, 5 months ago (2016-07-18 23:43:19 UTC) #13
tdanderson
https://chromiumcodereview.appspot.com/2148573002/diff/60001/ash/common/system/chromeos/palette/palette_tray.cc File ash/common/system/chromeos/palette/palette_tray.cc (right): https://chromiumcodereview.appspot.com/2148573002/diff/60001/ash/common/system/chromeos/palette/palette_tray.cc#newcode294 ash/common/system/chromeos/palette/palette_tray.cc:294: void PaletteTray::SetIconBorderForShelfAlignment() { When this CL is ready to ...
4 years, 5 months ago (2016-07-19 13:55:41 UTC) #14
jdufault
Oshima, PTAL again. There have been some changes to account for changes in the parent ...
4 years, 5 months ago (2016-07-21 23:45:43 UTC) #15
oshima
lgtm
4 years, 5 months ago (2016-07-22 19:35:43 UTC) #20
jdufault
+estade@ for icons
4 years, 5 months ago (2016-07-22 22:33:29 UTC) #22
Evan Stade
I don't think this is the right CL to have added the .icons to because ...
4 years, 5 months ago (2016-07-22 23:04:34 UTC) #23
jdufault
> I don't think this is the right CL to have added the .icons > ...
4 years, 5 months ago (2016-07-25 19:28:29 UTC) #24
Evan Stade
https://codereview.chromium.org/2148573002/diff/100001/ash/common/system/chromeos/palette/palette_tray.cc File ash/common/system/chromeos/palette/palette_tray.cc (right): https://codereview.chromium.org/2148573002/diff/100001/ash/common/system/chromeos/palette/palette_tray.cc#newcode304 ash/common/system/chromeos/palette/palette_tray.cc:304: base::Optional<gfx::VectorIconId> tray_icon = On 2016/07/25 19:28:29, jdufault wrote: > ...
4 years, 5 months ago (2016-07-25 19:57:54 UTC) #25
jdufault
https://codereview.chromium.org/2148573002/diff/100001/ash/common/system/chromeos/palette/palette_tray.cc File ash/common/system/chromeos/palette/palette_tray.cc (right): https://codereview.chromium.org/2148573002/diff/100001/ash/common/system/chromeos/palette/palette_tray.cc#newcode304 ash/common/system/chromeos/palette/palette_tray.cc:304: base::Optional<gfx::VectorIconId> tray_icon = On 2016/07/25 19:57:53, Evan Stade wrote: ...
4 years, 5 months ago (2016-07-25 22:17:33 UTC) #26
Evan Stade
lgtm https://codereview.chromium.org/2148573002/diff/140001/ash/common/system/chromeos/palette/palette_tray.cc File ash/common/system/chromeos/palette/palette_tray.cc (right): https://codereview.chromium.org/2148573002/diff/140001/ash/common/system/chromeos/palette/palette_tray.cc#newcode48 ash/common/system/chromeos/palette/palette_tray.cc:48: const int kSeparatorInset = 10; nit: imo, this ...
4 years, 5 months ago (2016-07-25 23:32:06 UTC) #27
jdufault
https://codereview.chromium.org/2148573002/diff/140001/ash/common/system/chromeos/palette/palette_tray.cc File ash/common/system/chromeos/palette/palette_tray.cc (right): https://codereview.chromium.org/2148573002/diff/140001/ash/common/system/chromeos/palette/palette_tray.cc#newcode48 ash/common/system/chromeos/palette/palette_tray.cc:48: const int kSeparatorInset = 10; On 2016/07/25 23:32:06, Evan ...
4 years, 5 months ago (2016-07-25 23:44:39 UTC) #28
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/2148573002/160001
4 years, 5 months ago (2016-07-25 23:45:32 UTC) #31
commit-bot: I haz the power
Committed patchset #8 (id:160001)
4 years, 5 months ago (2016-07-26 00:41:35 UTC) #33
commit-bot: I haz the power
4 years, 5 months ago (2016-07-26 00:44:10 UTC) #35
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/b9918821e0303c84ef56af1d753345b819b0a25c
Cr-Commit-Position: refs/heads/master@{#407654}

Powered by Google App Engine
This is Rietveld 408576698