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

Issue 518673007: Make activities have a thick border when in overview mode part 1 (Closed)

Created:
6 years, 3 months ago by pkotwicz
Modified:
6 years, 3 months ago
Reviewers:
sadrul, oshima
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@athena_overview2
Project:
chromium
Visibility:
Public.

Description

Make activities have a thick border when in overview mode part 1 BUG=401559 TEST=Manual, see bug TBR=sadrul, oshima (TBR for DEPS additions) NOTRY=true Committed: https://crrev.com/bc021eeb04dc604001e761ecb6451955e694a50a Cr-Commit-Position: refs/heads/master@{#293620}

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : #

Total comments: 15

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 6

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -35 lines) Patch
M athena/activity/DEPS View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M athena/activity/activity_frame_view.h View 1 2 3 4 5 6 7 8 9 4 chunks +20 lines, -3 lines 0 comments Download
M athena/activity/activity_frame_view.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +130 lines, -31 lines 0 comments Download
M athena/activity/public/activity_view_model.h View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -0 lines 0 comments Download
M athena/content/app_activity.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M athena/content/app_activity.cc View 1 2 3 4 5 6 7 8 9 1 chunk +11 lines, -0 lines 0 comments Download
M athena/content/app_activity_proxy.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M athena/content/app_activity_proxy.cc View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -0 lines 0 comments Download
M athena/content/web_activity.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M athena/content/web_activity.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -0 lines 0 comments Download
M athena/resource_manager/resource_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M athena/test/sample_activity.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M athena/test/sample_activity.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (15 generated)
pkotwicz
Sadrul, can you please take a look? This CL is a subset of https://codereview.chromium.org/479533003/ I ...
6 years, 3 months ago (2014-08-30 00:56:38 UTC) #2
sadrul
Can you address the comments from the earlier CL?
6 years, 3 months ago (2014-09-02 15:38:18 UTC) #3
pkotwicz
I believe I addressed the subset of comments https://codereview.chromium.org/479533003/ which are relevant to this CL ...
6 years, 3 months ago (2014-09-02 20:37:26 UTC) #4
sadrul
https://codereview.chromium.org/518673007/diff/40001/athena/activity/activity_frame_view.cc File athena/activity/activity_frame_view.cc (right): https://codereview.chromium.org/518673007/diff/40001/athena/activity/activity_frame_view.cc#newcode63 athena/activity/activity_frame_view.cc:63: AddChildView(icon_); Add |icon_| only when entering the overview mode, ...
6 years, 3 months ago (2014-09-03 16:10:18 UTC) #5
pkotwicz
Sadrul, can you please take another look? https://codereview.chromium.org/518673007/diff/40001/athena/activity/activity_frame_view.cc File athena/activity/activity_frame_view.cc (right): https://codereview.chromium.org/518673007/diff/40001/athena/activity/activity_frame_view.cc#newcode94 athena/activity/activity_frame_view.cc:94: HTCAPTION : ...
6 years, 3 months ago (2014-09-03 19:40:59 UTC) #6
sadrul
https://codereview.chromium.org/518673007/diff/40001/athena/activity/activity_frame_view.cc File athena/activity/activity_frame_view.cc (right): https://codereview.chromium.org/518673007/diff/40001/athena/activity/activity_frame_view.cc#newcode63 athena/activity/activity_frame_view.cc:63: AddChildView(icon_); On 2014/09/03 16:10:18, sadrul wrote: > Add |icon_| ...
6 years, 3 months ago (2014-09-03 20:05:07 UTC) #7
pkotwicz
https://codereview.chromium.org/518673007/diff/40001/athena/activity/activity_frame_view.cc File athena/activity/activity_frame_view.cc (right): https://codereview.chromium.org/518673007/diff/40001/athena/activity/activity_frame_view.cc#newcode63 athena/activity/activity_frame_view.cc:63: AddChildView(icon_); Sorry for missing your comment I believe that ...
6 years, 3 months ago (2014-09-03 20:15:45 UTC) #8
pkotwicz
https://codereview.chromium.org/518673007/diff/40001/athena/activity/activity_frame_view.cc File athena/activity/activity_frame_view.cc (right): https://codereview.chromium.org/518673007/diff/40001/athena/activity/activity_frame_view.cc#newcode63 athena/activity/activity_frame_view.cc:63: AddChildView(icon_); Sorry for missing your comment I believe that ...
6 years, 3 months ago (2014-09-03 20:15:46 UTC) #9
sadrul
lgtm https://codereview.chromium.org/518673007/diff/40001/athena/activity/activity_frame_view.cc File athena/activity/activity_frame_view.cc (right): https://codereview.chromium.org/518673007/diff/40001/athena/activity/activity_frame_view.cc#newcode63 athena/activity/activity_frame_view.cc:63: AddChildView(icon_); On 2014/09/03 20:15:45, pkotwicz wrote: > Sorry ...
6 years, 3 months ago (2014-09-03 20:28:43 UTC) #10
pkotwicz
oshima for OWNERS
6 years, 3 months ago (2014-09-03 20:30:46 UTC) #12
oshima
lgtm with nits and questions https://codereview.chromium.org/518673007/diff/120001/athena/activity/activity_frame_view.cc File athena/activity/activity_frame_view.cc (right): https://codereview.chromium.org/518673007/diff/120001/athena/activity/activity_frame_view.cc#newcode96 athena/activity/activity_frame_view.cc:96: GetHTComponentForFrame(point, 0, NonClientBorderThickness(), 0, ...
6 years, 3 months ago (2014-09-03 22:36:12 UTC) #13
pkotwicz
https://codereview.chromium.org/518673007/diff/120001/athena/activity/activity_frame_view.cc File athena/activity/activity_frame_view.cc (right): https://codereview.chromium.org/518673007/diff/120001/athena/activity/activity_frame_view.cc#newcode96 athena/activity/activity_frame_view.cc:96: GetHTComponentForFrame(point, 0, NonClientBorderThickness(), 0, 0, false); I do not ...
6 years, 3 months ago (2014-09-05 16:38:50 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/518673007/160001
6 years, 3 months ago (2014-09-05 16:40:14 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/52220) win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/57060) ios_dbg_simulator ...
6 years, 3 months ago (2014-09-05 16:50:43 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/518673007/180001
6 years, 3 months ago (2014-09-05 17:50:29 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/9045)
6 years, 3 months ago (2014-09-05 18:03:37 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/518673007/180001
6 years, 3 months ago (2014-09-05 20:46:54 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/518673007/180001
6 years, 3 months ago (2014-09-06 04:09:01 UTC) #29
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-06 11:55:19 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/518673007/200001
6 years, 3 months ago (2014-09-06 18:28:08 UTC) #33
commit-bot: I haz the power
Committed patchset #11 (id:200001) as d5cafc4f172d5cea897161b2ca5cad04b8dbdf80
6 years, 3 months ago (2014-09-06 18:34:53 UTC) #36
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:42:47 UTC) #37
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/bc021eeb04dc604001e761ecb6451955e694a50a
Cr-Commit-Position: refs/heads/master@{#293620}

Powered by Google App Engine
This is Rietveld 408576698