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

Issue 546123002: Ensure that an activity is activated when overview mode is exited (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@master
Project:
chromium
Visibility:
Public.

Description

Ensure that an activity is activated when overview mode is exited BUG=409724 TEST=WindowManagerTest.* Committed: https://crrev.com/712b9c49fcd36f05514525815434b81577fc7cd4 Cr-Commit-Position: refs/heads/master@{#295376}

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Total comments: 10

Patch Set 7 : #

Total comments: 1

Patch Set 8 : #

Patch Set 9 : #

Total comments: 2

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Total comments: 8

Patch Set 13 : #

Total comments: 2

Patch Set 14 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -100 lines) Patch
M athena/home/home_card_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M athena/wm/window_manager_impl.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -3 lines 0 comments Download
M athena/wm/window_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +38 lines, -14 lines 0 comments Download
M athena/wm/window_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 11 chunks +59 lines, -74 lines 0 comments Download
M athena/wm/window_overview_mode.h View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -2 lines 0 comments Download
M athena/wm/window_overview_mode.cc View 1 2 3 4 5 6 7 8 3 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 26 (5 generated)
pkotwicz
Sadrul PTAL I ended up resolving my dilemna about the animations started in RestoreWindowState() being ...
6 years, 3 months ago (2014-09-05 22:02:07 UTC) #2
pkotwicz
This CL is still ready for review :) In this latest patch, I have made ...
6 years, 3 months ago (2014-09-07 01:57:24 UTC) #3
pkotwicz
It may be worth doing the same hack that we do in order to keep ...
6 years, 3 months ago (2014-09-07 02:51:40 UTC) #4
sadrul
A few comments about the overall approach in the patch. https://codereview.chromium.org/546123002/diff/100001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/546123002/diff/100001/athena/wm/window_manager_impl.cc#newcode265 ...
6 years, 3 months ago (2014-09-07 05:26:50 UTC) #5
pkotwicz
Sadrul, can you please take a look? This CL is now based off of https://codereview.chromium.org/550043002/ ...
6 years, 3 months ago (2014-09-08 19:39:24 UTC) #6
sadrul
https://codereview.chromium.org/546123002/diff/100001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/546123002/diff/100001/athena/wm/window_manager_impl.cc#newcode265 athena/wm/window_manager_impl.cc:265: overview_->SelectDefaultWindow(); On 2014/09/08 19:39:23, pkotwicz wrote: > WOM is ...
6 years, 3 months ago (2014-09-11 05:43:37 UTC) #7
pkotwicz
Sadrul, can you please take another look? You're right, the tab-selector on chrome-android activates the ...
6 years, 3 months ago (2014-09-11 20:01:29 UTC) #8
sadrul
https://codereview.chromium.org/546123002/diff/160001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/546123002/diff/160001/athena/wm/window_manager_impl.cc#newcode193 athena/wm/window_manager_impl.cc:193: window_list_provider_->GetWindowList(); Just const Windows windows = ...; https://codereview.chromium.org/546123002/diff/160001/athena/wm/window_manager_impl.cc#newcode204 athena/wm/window_manager_impl.cc:204: ...
6 years, 3 months ago (2014-09-12 04:42:06 UTC) #9
pkotwicz
Sadrul, can you please take another look?
6 years, 3 months ago (2014-09-12 20:28:20 UTC) #10
sadrul
I don't like/understand the changes in split_view_controller. Can you explain why those are necessary? Are ...
6 years, 3 months ago (2014-09-15 15:38:06 UTC) #11
pkotwicz
The unit tests fail if the changes in split_view_controller.cc are not there. (Because animations are ...
6 years, 3 months ago (2014-09-15 16:07:26 UTC) #12
sadrul
On 2014/09/15 16:07:26, pkotwicz wrote: > The unit tests fail if the changes in split_view_controller.cc ...
6 years, 3 months ago (2014-09-15 16:13:04 UTC) #13
pkotwicz
Sadrul, can you please take another look? https://codereview.chromium.org/573803003/ has landed and I have rebased this ...
6 years, 3 months ago (2014-09-17 14:54:30 UTC) #15
sadrul
One question, otherwise lgtm https://codereview.chromium.org/546123002/diff/240001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/546123002/diff/240001/athena/wm/window_manager_impl.cc#newcode117 athena/wm/window_manager_impl.cc:117: // mode if the new ...
6 years, 3 months ago (2014-09-17 18:04:44 UTC) #16
pkotwicz
Oshima for OWNERS https://codereview.chromium.org/546123002/diff/240001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/546123002/diff/240001/athena/wm/window_manager_impl.cc#newcode117 athena/wm/window_manager_impl.cc:117: // mode if the new window ...
6 years, 3 months ago (2014-09-17 20:14:38 UTC) #19
oshima
lgtm with one q and nit https://codereview.chromium.org/546123002/diff/240001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/546123002/diff/240001/athena/wm/window_manager_impl.cc#newcode179 athena/wm/window_manager_impl.cc:179: SetInOverview(false); It's probably ...
6 years, 3 months ago (2014-09-17 22:07:30 UTC) #20
pkotwicz
https://codereview.chromium.org/546123002/diff/240001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/546123002/diff/240001/athena/wm/window_manager_impl.cc#newcode179 athena/wm/window_manager_impl.cc:179: SetInOverview(false); It is doable. There are several ways of ...
6 years, 3 months ago (2014-09-17 22:24:16 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/546123002/300001
6 years, 3 months ago (2014-09-17 22:24:45 UTC) #23
oshima
still lgtm https://codereview.chromium.org/546123002/diff/240001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/546123002/diff/240001/athena/wm/window_manager_impl.cc#newcode179 athena/wm/window_manager_impl.cc:179: SetInOverview(false); On 2014/09/17 22:24:16, pkotwicz wrote: > ...
6 years, 3 months ago (2014-09-17 22:32:40 UTC) #24
commit-bot: I haz the power
Committed patchset #14 (id:300001) as ff49ab54fa41d53bfcc788c103d533ec79bf81fa
6 years, 3 months ago (2014-09-17 23:29:54 UTC) #25
commit-bot: I haz the power
6 years, 3 months ago (2014-09-17 23:31:09 UTC) #26
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/712b9c49fcd36f05514525815434b81577fc7cd4
Cr-Commit-Position: refs/heads/master@{#295376}

Powered by Google App Engine
This is Rietveld 408576698