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

Issue 633623002: Handle transient children as a part of transient parent (Closed)

Created:
6 years, 2 months ago by oshima
Modified:
6 years, 2 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Handle transient children as a part of transient parent Exclude transient children from window list. Introduced TransientGroupSetter to set the window property to all transient children. This CL depends on https://codereview.chromium.org/628413002/. BUG=410499 TEST=Updated WindowListProviderImplTest. Manual tests for animations: go to chrome://extensions, enable dev mode, and open file dialog. Go to overview mode, scroll, delete, select activity with file dialog. Committed: https://crrev.com/bb11c71d45fea38bab72ca28a6c44b19c7d9f564 Cr-Commit-Position: refs/heads/master@{#298890}

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+332 lines, -149 lines) Patch
M athena/wm/public/window_list_provider.h View 1 chunk +0 lines, -4 lines 0 comments Download
M athena/wm/test/window_manager_impl_test_api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M athena/wm/window_list_provider_impl.h View 2 chunks +5 lines, -3 lines 0 comments Download
M athena/wm/window_list_provider_impl.cc View 3 chunks +38 lines, -24 lines 0 comments Download
M athena/wm/window_list_provider_impl_unittest.cc View 1 8 chunks +117 lines, -48 lines 0 comments Download
M athena/wm/window_manager_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M athena/wm/window_manager_impl.cc View 3 chunks +24 lines, -4 lines 0 comments Download
M athena/wm/window_overview_mode.cc View 1 18 chunks +145 lines, -64 lines 0 comments Download

Messages

Total messages: 29 (19 generated)
oshima
6 years, 2 months ago (2014-10-07 19:15:28 UTC) #17
Mr4D (OOO till 08-26)
A few comments. I'll have another look tomorrow https://codereview.chromium.org/633623002/diff/280001/athena/wm/window_list_provider_impl.cc File athena/wm/window_list_provider_impl.cc (right): https://codereview.chromium.org/633623002/diff/280001/athena/wm/window_list_provider_impl.cc#newcode33 athena/wm/window_list_provider_impl.cc:33: for ...
6 years, 2 months ago (2014-10-08 03:44:25 UTC) #18
Mr4D (OOO till 08-26)
Please look at my comments first, then lgtm https://codereview.chromium.org/633623002/diff/280001/athena/wm/window_list_provider_impl_unittest.cc File athena/wm/window_list_provider_impl_unittest.cc (right): https://codereview.chromium.org/633623002/diff/280001/athena/wm/window_list_provider_impl_unittest.cc#newcode300 athena/wm/window_list_provider_impl_unittest.cc:300: // ...
6 years, 2 months ago (2014-10-08 15:32:29 UTC) #19
Mr4D (OOO till 08-26)
one more comment https://codereview.chromium.org/633623002/diff/280001/athena/content/content_activity_factory.cc File athena/content/content_activity_factory.cc (right): https://codereview.chromium.org/633623002/diff/280001/athena/content/content_activity_factory.cc#newcode26 athena/content/content_activity_factory.cc:26: activity->GetWindow()->SetName("WebActivity"); You might consider putting this ...
6 years, 2 months ago (2014-10-08 17:15:36 UTC) #20
oshima
https://codereview.chromium.org/633623002/diff/280001/athena/content/content_activity_factory.cc File athena/content/content_activity_factory.cc (right): https://codereview.chromium.org/633623002/diff/280001/athena/content/content_activity_factory.cc#newcode26 athena/content/content_activity_factory.cc:26: activity->GetWindow()->SetName("WebActivity"); On 2014/10/08 17:15:36, Mr4D wrote: > You might ...
6 years, 2 months ago (2014-10-08 19:05:30 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/633623002/300001
6 years, 2 months ago (2014-10-08 19:09:50 UTC) #23
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 2 months ago (2014-10-09 01:15:08 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/633623002/300001
6 years, 2 months ago (2014-10-09 15:51:44 UTC) #27
commit-bot: I haz the power
Committed patchset #2 (id:300001) as 8c8f6b0728014c75ee19382deb0293ddd409b26f
6 years, 2 months ago (2014-10-09 16:15:37 UTC) #28
commit-bot: I haz the power
6 years, 2 months ago (2014-10-09 16:16:39 UTC) #29
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/bb11c71d45fea38bab72ca28a6c44b19c7d9f564
Cr-Commit-Position: refs/heads/master@{#298890}

Powered by Google App Engine
This is Rietveld 408576698