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

Issue 1953193002: mus: Add debug key to print the server window hierarchy (Closed)

Created:
4 years, 7 months ago by James Cook
Modified:
4 years, 7 months ago
Reviewers:
msw
CC:
chromium-reviews, rjkroege
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mus: Add debug key to print the server window hierarchy This is similar to what we do in ash to dump the aura::Window and ui::Layer hierarchies. BUG=none TEST=none Committed: https://crrev.com/2e44082546a584c2d82b97fbeb16a0f2632d7f51 Cr-Commit-Position: refs/heads/master@{#392283}

Patch Set 1 #

Total comments: 11

Patch Set 2 : review 1 #

Patch Set 3 : accelerator #

Total comments: 4

Patch Set 4 : rebase #

Patch Set 5 : review 2 #

Patch Set 6 : rebase #

Patch Set 7 : uint32 for win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -2 lines) Patch
M components/mus/public/interfaces/window_manager.mojom View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/ws/server_window.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/ws/server_window.cc View 1 2 3 chunks +10 lines, -2 lines 0 comments Download
M components/mus/ws/window_manager_state.h View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M components/mus/ws/window_manager_state.cc View 1 2 3 4 5 6 4 chunks +32 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
James Cook
msw, please take a look
4 years, 7 months ago (2016-05-05 22:02:47 UTC) #2
msw
https://codereview.chromium.org/1953193002/diff/1/components/mus/ws/server_window.cc File components/mus/ws/server_window.cc (right): https://codereview.chromium.org/1953193002/diff/1/components/mus/ws/server_window.cc#newcode353 components/mus/ws/server_window.cc:353: return std::string(it->second.begin(), it->second.end()); nit: use the property_type_converter? https://codereview.chromium.org/1953193002/diff/1/components/mus/ws/server_window.cc#newcode413 components/mus/ws/server_window.cc:413: ...
4 years, 7 months ago (2016-05-05 22:12:08 UTC) #3
James Cook
msw, please take another look https://codereview.chromium.org/1953193002/diff/1/components/mus/ws/server_window.cc File components/mus/ws/server_window.cc (right): https://codereview.chromium.org/1953193002/diff/1/components/mus/ws/server_window.cc#newcode353 components/mus/ws/server_window.cc:353: return std::string(it->second.begin(), it->second.end()); On ...
4 years, 7 months ago (2016-05-05 22:53:18 UTC) #4
msw
https://codereview.chromium.org/1953193002/diff/1/components/mus/ws/server_window.cc File components/mus/ws/server_window.cc (right): https://codereview.chromium.org/1953193002/diff/1/components/mus/ws/server_window.cc#newcode353 components/mus/ws/server_window.cc:353: return std::string(it->second.begin(), it->second.end()); On 2016/05/05 22:53:18, James Cook wrote: ...
4 years, 7 months ago (2016-05-05 23:10:06 UTC) #5
James Cook
msw, please take another look I switched to use an Accelerator. This has two side ...
4 years, 7 months ago (2016-05-06 21:59:10 UTC) #6
msw
lgtm with a nit and a number change. https://codereview.chromium.org/1953193002/diff/40001/components/mus/public/interfaces/window_manager.mojom File components/mus/public/interfaces/window_manager.mojom (right): https://codereview.chromium.org/1953193002/diff/40001/components/mus/public/interfaces/window_manager.mojom#newcode84 components/mus/public/interfaces/window_manager.mojom:84: // ...
4 years, 7 months ago (2016-05-06 22:34:31 UTC) #7
James Cook
https://codereview.chromium.org/1953193002/diff/40001/components/mus/public/interfaces/window_manager.mojom File components/mus/public/interfaces/window_manager.mojom (right): https://codereview.chromium.org/1953193002/diff/40001/components/mus/public/interfaces/window_manager.mojom#newcode84 components/mus/public/interfaces/window_manager.mojom:84: // Accelerator ID 1 << 24 and above are ...
4 years, 7 months ago (2016-05-07 00:03:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1953193002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1953193002/100001
4 years, 7 months ago (2016-05-08 22:50:03 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/225272)
4 years, 7 months ago (2016-05-08 23:25:54 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1953193002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1953193002/120001
4 years, 7 months ago (2016-05-09 01:54:13 UTC) #16
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 7 months ago (2016-05-09 02:45:29 UTC) #17
commit-bot: I haz the power
4 years, 7 months ago (2016-05-09 02:46:59 UTC) #19
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/2e44082546a584c2d82b97fbeb16a0f2632d7f51
Cr-Commit-Position: refs/heads/master@{#392283}

Powered by Google App Engine
This is Rietveld 408576698