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

Issue 2511233002: Add the beginning of a simple window manager that we'll support on Windows. (Closed)

Created:
4 years, 1 month ago by Ben Goodger (Google)
Modified:
4 years ago
Reviewers:
sky
CC:
chromium-reviews, kalyank, sadrul
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add the beginning of a simple window manager that we'll support on Windows. You can now run an alternative window manager from mash_session, mash_init etc by passing --window-manager=<name_of_wm> R=sky@chromium.org Committed: https://crrev.com/f620093a36270014a1964979906a47e672f16c4d Cr-Commit-Position: refs/heads/master@{#435648}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 1

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Total comments: 4

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+528 lines, -6 lines) Patch
M mash/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A mash/common/BUILD.gn View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
A mash/common/config.h View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
A mash/common/config.cc View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
M mash/login/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M mash/login/login.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M mash/session/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M mash/session/session.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
A mash/simple_wm/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +62 lines, -0 lines 0 comments Download
A mash/simple_wm/main.cc View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A mash/simple_wm/manifest.json View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -0 lines 0 comments Download
A mash/simple_wm/simple_wm.h View 1 2 3 4 1 chunk +116 lines, -0 lines 0 comments Download
A mash/simple_wm/simple_wm.cc View 1 2 3 4 5 6 7 8 9 1 chunk +245 lines, -0 lines 0 comments Download
M ui/views/mus/aura_init.h View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M ui/views/mus/aura_init.cc View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 42 (31 generated)
Ben Goodger (Google)
4 years, 1 month ago (2016-11-17 20:16:25 UTC) #3
sky
https://codereview.chromium.org/2511233002/diff/20001/mash/wm/wm.h File mash/wm/wm.h (right): https://codereview.chromium.org/2511233002/diff/20001/mash/wm/wm.h#newcode19 mash/wm/wm.h:19: class WM : public service_manager::Service, Could I convince you ...
4 years, 1 month ago (2016-11-17 20:41:58 UTC) #8
Ben Goodger (Google)
OK let's try again!
4 years ago (2016-11-30 21:09:32 UTC) #13
sky
https://codereview.chromium.org/2511233002/diff/120001/mash/simple_wm/manifest.json File mash/simple_wm/manifest.json (right): https://codereview.chromium.org/2511233002/diff/120001/mash/simple_wm/manifest.json#newcode8 mash/simple_wm/manifest.json:8: "ui": [ "ui:window_manager", "ui:gpu_client" ] You shouldn't need ui:gpu_client ...
4 years ago (2016-11-30 21:25:46 UTC) #19
Ben Goodger (Google)
Updated, PTAL
4 years ago (2016-12-01 00:07:05 UTC) #26
sky
LGTM
4 years ago (2016-12-01 00:22:47 UTC) #27
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/2511233002/180001
4 years ago (2016-12-01 00:46:23 UTC) #32
commit-bot: I haz the power
Failed to apply patch for ui/aura/mus/window_port_mus.h: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-12-01 01:44:54 UTC) #34
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/2511233002/200001
4 years ago (2016-12-01 16:58:41 UTC) #37
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years ago (2016-12-01 18:00:21 UTC) #40
commit-bot: I haz the power
4 years ago (2016-12-01 18:04:20 UTC) #42
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/f620093a36270014a1964979906a47e672f16c4d
Cr-Commit-Position: refs/heads/master@{#435648}

Powered by Google App Engine
This is Rietveld 408576698