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

Issue 1994763002: Wires up WorkspaceLayoutManager in mash (Closed)

Created:
4 years, 7 months ago by sky
Modified:
4 years, 7 months ago
Reviewers:
Tom Sepez, James Cook
CC:
chromium-reviews, rjkroege, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, tfarina, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, kalyank, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Wires up WorkspaceLayoutManager in mash Along with enabling a portion of the tests. BUG=603369 TEST=none R=jamescook@chromium.org Committed: https://crrev.com/383d818f80838a60c4e9655836f1b243f83ea6ce Cr-Commit-Position: refs/heads/master@{#394887}

Patch Set 1 #

Patch Set 2 : tweaks #

Total comments: 50

Patch Set 3 : feedback #

Patch Set 4 : feedback2 #

Patch Set 5 : revert parts of test #

Patch Set 6 : data deps #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1015 lines, -462 lines) Patch
M components/mus/public/interfaces/window_manager.mojom View 1 1 chunk +5 lines, -0 lines 0 comments Download
M mash/BUILD.gn View 1 2 3 4 5 1 chunk +11 lines, -2 lines 0 comments Download
A mash/test/mash_test_suite.h View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A mash/test/mash_test_suite.cc View 1 chunk +51 lines, -0 lines 0 comments Download
A mash/test/mash_unittests.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M mash/wm/BUILD.gn View 2 chunks +8 lines, -2 lines 0 comments Download
M mash/wm/bridge/wm_root_window_controller_mus.cc View 1 3 chunks +5 lines, -6 lines 0 comments Download
M mash/wm/bridge/wm_window_mus.cc View 1 2 5 chunks +20 lines, -11 lines 0 comments Download
M mash/wm/frame/non_client_frame_view_mash.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M mash/wm/non_client_frame_controller.h View 2 chunks +2 lines, -0 lines 0 comments Download
M mash/wm/non_client_frame_controller.cc View 4 chunks +9 lines, -1 line 0 comments Download
M mash/wm/property_util.h View 1 chunk +3 lines, -0 lines 0 comments Download
M mash/wm/property_util.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M mash/wm/root_window_controller.h View 5 chunks +22 lines, -0 lines 0 comments Download
M mash/wm/root_window_controller.cc View 1 2 7 chunks +58 lines, -4 lines 0 comments Download
A mash/wm/test/wm_test_base.h View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
A mash/wm/test/wm_test_base.cc View 1 2 3 1 chunk +212 lines, -0 lines 0 comments Download
A mash/wm/test/wm_test_helper.h View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A mash/wm/test/wm_test_helper.cc View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
D mash/wm/window_layout.h View 1 chunk +0 lines, -40 lines 0 comments Download
D mash/wm/window_layout.cc View 1 chunk +0 lines, -91 lines 0 comments Download
M mash/wm/window_manager.h View 1 chunk +4 lines, -3 lines 0 comments Download
M mash/wm/window_manager.cc View 5 chunks +51 lines, -30 lines 0 comments Download
M mash/wm/window_manager_application.h View 5 chunks +19 lines, -2 lines 0 comments Download
M mash/wm/window_manager_application.cc View 1 2 4 chunks +28 lines, -9 lines 0 comments Download
M mash/wm/workspace/workspace_layout_manager_unittest.cc View 1 2 3 4 13 chunks +216 lines, -252 lines 0 comments Download
M ui/views/mus/native_widget_mus.cc View 1 2 chunks +12 lines, -4 lines 0 comments Download
M ui/views/mus/platform_window_mus.cc View 1 chunk +8 lines, -5 lines 0 comments Download

Messages

Total messages: 27 (11 generated)
sky
tsepez: window_manager.mojom jamescook: the rest
4 years, 7 months ago (2016-05-18 21:10:44 UTC) #3
Tom Sepez
mojom lgtm
4 years, 7 months ago (2016-05-18 21:43:16 UTC) #4
James Cook
sky, I'm not quite done going through the tests, but I wanted to send you ...
4 years, 7 months ago (2016-05-19 05:08:22 UTC) #5
sky
https://codereview.chromium.org/1994763002/diff/20001/mash/test/mash_test_suite.cc File mash/test/mash_test_suite.cc (right): https://codereview.chromium.org/1994763002/diff/20001/mash/test/mash_test_suite.cc#newcode31 mash/test/mash_test_suite.cc:31: path.Append(FILE_PATH_LITERAL("mash_wm_resources.pak")); On 2016/05/19 05:08:21, James Cook wrote: > Should ...
4 years, 7 months ago (2016-05-19 15:14:25 UTC) #6
James Cook
Last set of comments. Whew! https://codereview.chromium.org/1994763002/diff/20001/mash/wm/test/wm_test_base.cc File mash/wm/test/wm_test_base.cc (right): https://codereview.chromium.org/1994763002/diff/20001/mash/wm/test/wm_test_base.cc#newcode62 mash/wm/test/wm_test_base.cc:62: gfx::Rect bounds(0, 0, 1366, ...
4 years, 7 months ago (2016-05-19 15:17:07 UTC) #7
James Cook
Comments from patch set 3. https://codereview.chromium.org/1994763002/diff/20001/mash/wm/bridge/wm_window_mus.cc File mash/wm/bridge/wm_window_mus.cc (right): https://codereview.chromium.org/1994763002/diff/20001/mash/wm/bridge/wm_window_mus.cc#newcode594 mash/wm/bridge/wm_window_mus.cc:594: this, ash::wm::WmWindowProperty::ALWAYS_ON_TOP, 0u)); On ...
4 years, 7 months ago (2016-05-19 15:27:46 UTC) #8
sky
https://codereview.chromium.org/1994763002/diff/20001/mash/wm/test/wm_test_base.cc File mash/wm/test/wm_test_base.cc (right): https://codereview.chromium.org/1994763002/diff/20001/mash/wm/test/wm_test_base.cc#newcode62 mash/wm/test/wm_test_base.cc:62: gfx::Rect bounds(0, 0, 1366, 768); On 2016/05/19 15:17:07, James ...
4 years, 7 months ago (2016-05-19 16:12:39 UTC) #9
James Cook
LGTM https://codereview.chromium.org/1994763002/diff/20001/mash/wm/workspace/workspace_layout_manager_unittest.cc File mash/wm/workspace/workspace_layout_manager_unittest.cc (right): https://codereview.chromium.org/1994763002/diff/20001/mash/wm/workspace/workspace_layout_manager_unittest.cc#newcode863 mash/wm/workspace/workspace_layout_manager_unittest.cc:863: mus::Window* window( On 2016/05/19 16:12:38, sky wrote: > ...
4 years, 7 months ago (2016-05-19 16:37:24 UTC) #10
sky
https://codereview.chromium.org/1994763002/diff/20001/mash/wm/workspace/workspace_layout_manager_unittest.cc File mash/wm/workspace/workspace_layout_manager_unittest.cc (right): https://codereview.chromium.org/1994763002/diff/20001/mash/wm/workspace/workspace_layout_manager_unittest.cc#newcode863 mash/wm/workspace/workspace_layout_manager_unittest.cc:863: mus::Window* window( On 2016/05/19 16:37:24, James Cook wrote: > ...
4 years, 7 months ago (2016-05-19 16:45:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1994763002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994763002/80001
4 years, 7 months ago (2016-05-19 16:47:12 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/216636)
4 years, 7 months ago (2016-05-19 17:53:08 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1994763002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994763002/100001
4 years, 7 months ago (2016-05-19 18:06:50 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/216786)
4 years, 7 months ago (2016-05-19 20:37:36 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1994763002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1994763002/100001
4 years, 7 months ago (2016-05-19 21:00:01 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 7 months ago (2016-05-19 22:34:19 UTC) #25
commit-bot: I haz the power
4 years, 7 months ago (2016-05-19 22:36:03 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/383d818f80838a60c4e9655836f1b243f83ea6ce
Cr-Commit-Position: refs/heads/master@{#394887}

Powered by Google App Engine
This is Rietveld 408576698