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

Issue 287253003: Add initial home card impl. (Closed)

Created:
6 years, 7 months ago by oshima
Modified:
6 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 20

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -21 lines) Patch
M athena/athena.gyp View 1 chunk +5 lines, -1 line 0 comments Download
A + athena/home/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
A athena/home/home_card_delegate_view.h View 1 chunk +33 lines, -0 lines 0 comments Download
A athena/home/home_card_delegate_view.cc View 1 1 chunk +52 lines, -0 lines 0 comments Download
A athena/home/home_card_impl.cc View 1 1 chunk +130 lines, -0 lines 0 comments Download
A + athena/home/public/DEPS View 1 chunk +1 line, -1 line 0 comments Download
A athena/home/public/home_card.h View 1 chunk +24 lines, -0 lines 0 comments Download
M athena/main/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M athena/main/athena_main.cc View 2 chunks +15 lines, -3 lines 0 comments Download
M athena/main/placeholder.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M athena/screen/public/screen_manager.h View 3 chunks +11 lines, -4 lines 0 comments Download
M athena/screen/screen_manager_impl.cc View 3 chunks +19 lines, -8 lines 0 comments Download
M athena/wm/window_manager_impl.cc View 1 3 chunks +16 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
oshima
6 years, 7 months ago (2014-05-20 23:45:51 UTC) #1
oshima
ping?
6 years, 7 months ago (2014-05-22 16:16:07 UTC) #2
chromium-reviews
Sorry. Got pulled into other things. Looking at this this morning. On Thu May 22 ...
6 years, 7 months ago (2014-05-22 16:51:15 UTC) #3
Albert Bodenhamer
https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_impl.cc File athena/home/home_card_impl.cc (right): https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_impl.cc#newcode20 athena/home/home_card_impl.cc:20: class HomeCardLayoutManager : public aura::LayoutManager { Will we want ...
6 years, 7 months ago (2014-05-22 19:22:01 UTC) #4
Mr4D (OOO till 08-26)
A few nits https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_delegate_view.cc File athena/home/home_card_delegate_view.cc (right): https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_delegate_view.cc#newcode14 athena/home/home_card_delegate_view.cc:14: const SkColor kHomeTopColor = 0xDDFFFFFF; Could ...
6 years, 7 months ago (2014-05-22 20:53:28 UTC) #5
oshima
https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_impl.cc File athena/home/home_card_impl.cc (right): https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_impl.cc#newcode18 athena/home/home_card_impl.cc:18: HomeCard* instance = NULL; On 2014/05/22 20:53:28, Mr4D wrote: ...
6 years, 7 months ago (2014-05-22 21:23:05 UTC) #6
Mr4D (OOO till 08-26)
See my comments. lgtm https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_delegate_view.cc File athena/home/home_card_delegate_view.cc (right): https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_delegate_view.cc#newcode14 athena/home/home_card_delegate_view.cc:14: const SkColor kHomeTopColor = 0xDDFFFFFF; ...
6 years, 7 months ago (2014-05-22 22:19:14 UTC) #7
chromium-reviews
On Thu May 22 2014 at 3:19:15 PM, <skuhne@chromium.org> wrote: > See my comments. lgtm ...
6 years, 7 months ago (2014-05-22 22:24:59 UTC) #8
oshima
https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_delegate_view.cc File athena/home/home_card_delegate_view.cc (right): https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_delegate_view.cc#newcode14 athena/home/home_card_delegate_view.cc:14: const SkColor kHomeTopColor = 0xDDFFFFFF; On 2014/05/22 22:19:15, Mr4D ...
6 years, 7 months ago (2014-05-23 14:54:37 UTC) #9
Mr4D (OOO till 08-26)
https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_delegate_view.cc File athena/home/home_card_delegate_view.cc (right): https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_delegate_view.cc#newcode14 athena/home/home_card_delegate_view.cc:14: const SkColor kHomeTopColor = 0xDDFFFFFF; We will have colors ...
6 years, 7 months ago (2014-05-23 15:29:25 UTC) #10
oshima
On 2014/05/23 15:29:25, Mr4D wrote: > https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_delegate_view.cc > File athena/home/home_card_delegate_view.cc (right): > > https://codereview.chromium.org/287253003/diff/200001/athena/home/home_card_delegate_view.cc#newcode14 > ...
6 years, 7 months ago (2014-05-23 16:08:41 UTC) #11
chromium-reviews
Let's tackle putting them in a single place as a separate step. We should definitely ...
6 years, 7 months ago (2014-05-23 16:30:11 UTC) #12
oshima
albert, ping?
6 years, 7 months ago (2014-05-23 20:39:18 UTC) #13
Albert Bodenhamer
LGTM Still a lot of magic numbers here, but I'm ok as long as we ...
6 years, 7 months ago (2014-05-23 20:48:27 UTC) #14
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 7 months ago (2014-05-23 22:11:07 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/287253003/230001
6 years, 7 months ago (2014-05-23 22:11:53 UTC) #16
oshima
ben, can you approve the DEPS change?
6 years, 7 months ago (2014-05-23 23:28:49 UTC) #17
Ben Goodger (Google)
lgtm
6 years, 7 months ago (2014-05-23 23:33:09 UTC) #18
commit-bot: I haz the power
6 years, 7 months ago (2014-05-24 01:58:28 UTC) #19
Message was sent while issue was closed.
Change committed as 272681

Powered by Google App Engine
This is Rietveld 408576698