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

Issue 2967543003: collect windows from mru_list in workspace_controller. (Closed)

Created:
3 years, 5 months ago by Muyuan
Modified:
3 years, 5 months ago
Reviewers:
oshima
CC:
chromium-reviews, kalyank, sadrul
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

collect windows from mru_list in workspace_controller. BUG=b:38505617 TEST= ash_unittests on ShelfLayoutManagerTest.AutohideShelfForAutohideWhenActiveWindow ash unittests on AppListPresenterDelegateTest.ShelfBackgroundRespondsToAppListBeingShown Review-Url: https://codereview.chromium.org/2967543003 Cr-Commit-Position: refs/heads/master@{#486462} Committed: https://chromium.googlesource.com/chromium/src/+/754ce9484c33d957a31a4a6aa822c92abc62694a

Patch Set 1 #

Patch Set 2 : add unittest #

Total comments: 4

Patch Set 3 : add more verification to test #

Patch Set 4 : address applist tests #

Total comments: 2

Patch Set 5 : address review comment #

Total comments: 2

Patch Set 6 : write down todo for test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -5 lines) Patch
M ash/app_list/app_list_presenter_delegate.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M ash/app_list/app_list_presenter_delegate_unittest.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 1 2 3 2 chunks +19 lines, -0 lines 0 comments Download
M ash/wm/workspace_controller.cc View 2 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 39 (21 generated)
Muyuan
3 years, 5 months ago (2017-06-29 22:16:59 UTC) #2
oshima
can you add unit tests?
3 years, 5 months ago (2017-06-29 22:57:08 UTC) #3
Muyuan
On 2017/06/29 22:57:08, oshima (OOO back on July 5th) wrote: > can you add unit ...
3 years, 5 months ago (2017-06-29 23:44:58 UTC) #5
oshima
please add following checks, then lgtm https://codereview.chromium.org/2967543003/diff/20001/ash/shelf/shelf_layout_manager_unittest.cc File ash/shelf/shelf_layout_manager_unittest.cc (right): https://codereview.chromium.org/2967543003/diff/20001/ash/shelf/shelf_layout_manager_unittest.cc#newcode1565 ash/shelf/shelf_layout_manager_unittest.cc:1565: window_two->SetProperty(aura::client::kAlwaysOnTopKey, true); please ...
3 years, 5 months ago (2017-06-30 00:04:09 UTC) #8
Muyuan
https://codereview.chromium.org/2967543003/diff/20001/ash/shelf/shelf_layout_manager_unittest.cc File ash/shelf/shelf_layout_manager_unittest.cc (right): https://codereview.chromium.org/2967543003/diff/20001/ash/shelf/shelf_layout_manager_unittest.cc#newcode1565 ash/shelf/shelf_layout_manager_unittest.cc:1565: window_two->SetProperty(aura::client::kAlwaysOnTopKey, true); On 2017/06/30 00:04:08, oshima (OOO back on ...
3 years, 5 months ago (2017-06-30 00:28:23 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2967543003/40001
3 years, 5 months ago (2017-06-30 00:28:42 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/418797)
3 years, 5 months ago (2017-06-30 01:40:01 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2967543003/80001
3 years, 5 months ago (2017-07-13 00:14:24 UTC) #19
oshima
https://codereview.chromium.org/2967543003/diff/80001/ash/app_list/app_list_presenter_delegate.cc File ash/app_list/app_list_presenter_delegate.cc (right): https://codereview.chromium.org/2967543003/diff/80001/ash/app_list/app_list_presenter_delegate.cc#newcode125 ash/app_list/app_list_presenter_delegate.cc:125: ->set_ignored_by_shelf(!IsSideShelf(root_window)); we should always set this to true, to ...
3 years, 5 months ago (2017-07-13 00:21:54 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/467282)
3 years, 5 months ago (2017-07-13 01:02:40 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2967543003/80001
3 years, 5 months ago (2017-07-13 01:04:57 UTC) #24
Muyuan
https://codereview.chromium.org/2967543003/diff/80001/ash/app_list/app_list_presenter_delegate.cc File ash/app_list/app_list_presenter_delegate.cc (right): https://codereview.chromium.org/2967543003/diff/80001/ash/app_list/app_list_presenter_delegate.cc#newcode125 ash/app_list/app_list_presenter_delegate.cc:125: ->set_ignored_by_shelf(!IsSideShelf(root_window)); On 2017/07/13 00:21:54, oshima wrote: > we should ...
3 years, 5 months ago (2017-07-13 01:41:41 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2967543003/100001
3 years, 5 months ago (2017-07-13 01:42:08 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/427391)
3 years, 5 months ago (2017-07-13 02:51:58 UTC) #31
oshima
https://codereview.chromium.org/2967543003/diff/100001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (left): https://codereview.chromium.org/2967543003/diff/100001/ash/app_list/app_list_presenter_delegate_unittest.cc#oldcode703 ash/app_list/app_list_presenter_delegate_unittest.cc:703: SHELF_BACKGROUND_DEFAULT); This should stay right?
3 years, 5 months ago (2017-07-13 04:41:32 UTC) #32
Muyuan
https://codereview.chromium.org/2967543003/diff/100001/ash/app_list/app_list_presenter_delegate_unittest.cc File ash/app_list/app_list_presenter_delegate_unittest.cc (left): https://codereview.chromium.org/2967543003/diff/100001/ash/app_list/app_list_presenter_delegate_unittest.cc#oldcode703 ash/app_list/app_list_presenter_delegate_unittest.cc:703: SHELF_BACKGROUND_DEFAULT); On 2017/07/13 04:41:32, oshima wrote: > This should ...
3 years, 5 months ago (2017-07-13 18:46:01 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2967543003/120001
3 years, 5 months ago (2017-07-13 18:46:23 UTC) #36
commit-bot: I haz the power
3 years, 5 months ago (2017-07-13 19:57:02 UTC) #39
Message was sent while issue was closed.
Committed patchset #6 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/754ce9484c33d957a31a4a6aa822...

Powered by Google App Engine
This is Rietveld 408576698