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

Issue 394043002: athena: Add a minimized state for the home-card. (Closed)

Created:
6 years, 5 months ago by sadrul
Modified:
6 years, 5 months ago
Reviewers:
Jun Mukai, oshima
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

athena: Add a minimized state for the home-card. The home-card can be in a minimized state. In this state, only a narrow line is displayed at the bottom of the screen, and dragging it up shows the overview mode. When a window is selected in the overview mode, the home-card is minimized again. BUG=381224 R=mukai@chromium.org, oshima@chromium.org Previously landed in r283539, reverted in r283564 because it broke tests. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283804

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : self-nits #

Total comments: 15

Patch Set 4 : . #

Total comments: 4

Patch Set 5 : . #

Patch Set 6 : tot-merge #

Patch Set 7 : fix-test #

Patch Set 8 : tot-merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -31 lines) Patch
M athena/athena.gyp View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M athena/home/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M athena/home/home_card_impl.cc View 1 2 3 4 5 6 8 chunks +127 lines, -28 lines 0 comments Download
A athena/home/minimized_home.h View 1 chunk +32 lines, -0 lines 0 comments Download
A athena/home/minimized_home.cc View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
M athena/home/public/home_card.h View 4 2 chunks +6 lines, -1 line 0 comments Download
M athena/wm/public/window_manager.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
A athena/wm/public/window_manager_observer.h View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
M athena/wm/window_manager_impl.cc View 1 2 3 4 5 6 7 5 chunks +27 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
sadrul
6 years, 5 months ago (2014-07-15 22:02:29 UTC) #1
Jun Mukai
https://codereview.chromium.org/394043002/diff/40001/athena/home/home_card_impl.cc File athena/home/home_card_impl.cc (right): https://codereview.chromium.org/394043002/diff/40001/athena/home/home_card_impl.cc#newcode260 athena/home/home_card_impl.cc:260: view->ShowWhenReady(); Please remove line 258-260. ShowWhenReady() seems to reschedule ...
6 years, 5 months ago (2014-07-16 05:53:58 UTC) #2
oshima
https://codereview.chromium.org/394043002/diff/40001/athena/home/home_card_impl.cc File athena/home/home_card_impl.cc (right): https://codereview.chromium.org/394043002/diff/40001/athena/home/home_card_impl.cc#newcode37 athena/home/home_card_impl.cc:37: virtual int GetHorizontalMargin() const = 0; How about returning ...
6 years, 5 months ago (2014-07-16 16:24:31 UTC) #3
sadrul
https://codereview.chromium.org/394043002/diff/40001/athena/home/home_card_impl.cc File athena/home/home_card_impl.cc (right): https://codereview.chromium.org/394043002/diff/40001/athena/home/home_card_impl.cc#newcode37 athena/home/home_card_impl.cc:37: virtual int GetHorizontalMargin() const = 0; On 2014/07/16 16:24:31, ...
6 years, 5 months ago (2014-07-16 16:58:27 UTC) #4
Jun Mukai
lgtm https://codereview.chromium.org/394043002/diff/40001/athena/home/home_card_impl.cc File athena/home/home_card_impl.cc (right): https://codereview.chromium.org/394043002/diff/40001/athena/home/home_card_impl.cc#newcode95 athena/home/home_card_impl.cc:95: // TODO(mukai): stops using the bubble and remove ...
6 years, 5 months ago (2014-07-16 18:31:56 UTC) #5
oshima
https://codereview.chromium.org/394043002/diff/40001/athena/home/home_card_impl.cc File athena/home/home_card_impl.cc (right): https://codereview.chromium.org/394043002/diff/40001/athena/home/home_card_impl.cc#newcode37 athena/home/home_card_impl.cc:37: virtual int GetHorizontalMargin() const = 0; On 2014/07/16 16:58:26, ...
6 years, 5 months ago (2014-07-16 19:10:38 UTC) #6
sadrul
https://codereview.chromium.org/394043002/diff/50001/athena/home/home_card_impl.cc File athena/home/home_card_impl.cc (right): https://codereview.chromium.org/394043002/diff/50001/athena/home/home_card_impl.cc#newcode99 athena/home/home_card_impl.cc:99: aura::Window* container_; On 2014/07/16 19:10:38, oshima wrote: > I ...
6 years, 5 months ago (2014-07-16 19:32:59 UTC) #7
oshima
lgtm
6 years, 5 months ago (2014-07-16 20:16:19 UTC) #8
sadrul
Committed patchset #6 manually as r283539 (presubmit successful).
6 years, 5 months ago (2014-07-16 22:13:05 UTC) #9
kuan
A revert of this CL has been created in https://codereview.chromium.org/391383004/ by kuan@chromium.org. The reason for ...
6 years, 5 months ago (2014-07-16 23:04:46 UTC) #10
sadrul
6 years, 5 months ago (2014-07-17 17:41:38 UTC) #11
Message was sent while issue was closed.
Committed patchset #8 manually as r283804 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698