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

Issue 1615023004: Start of display management for mus (Closed)

Created:
4 years, 11 months ago by sky
Modified:
4 years, 11 months ago
CC:
chromium-reviews, 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

Start of display management for mus This adds a DisplayManager interface that you get from mus. You can then attach an observer to observe display related changes. BUG=548429 TEST=none R=ben@chromium.org Committed: https://crrev.com/bc2281a7a7576f5b4da85986298322b3c9d2234e Cr-Commit-Position: refs/heads/master@{#370880} Committed: https://crrev.com/a57d9927dcb3a8548eae83450c8fe1ee7e3b568b Cr-Commit-Position: refs/heads/master@{#371059}

Patch Set 1 #

Patch Set 2 : make presubmit happy #

Patch Set 3 : size_t #

Patch Set 4 : cleanup #

Patch Set 5 : update gyp #

Patch Set 6 : merge to trunk #

Patch Set 7 : fix crash and add back getting constants #

Unified diffs Side-by-side diffs Delta from patch set Stats (+539 lines, -114 lines) Patch
M ash/display/screen_ash.cc View 4 chunks +6 lines, -41 lines 0 comments Download
M base/threading/thread_restrictions.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M components/mus/mus_app.h View 1 5 chunks +12 lines, -3 lines 0 comments Download
M components/mus/mus_app.cc View 1 3 chunks +31 lines, -6 lines 0 comments Download
M components/mus/public/interfaces/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A components/mus/public/interfaces/display.mojom View 1 chunk +25 lines, -0 lines 0 comments Download
M components/mus/public/interfaces/window_manager_constants.mojom View 1 chunk +9 lines, -0 lines 0 comments Download
M components/mus/ws/connection_manager.h View 6 chunks +18 lines, -1 line 0 comments Download
M components/mus/ws/connection_manager.cc View 1 2 3 4 5 6 3 chunks +37 lines, -2 lines 0 comments Download
M components/mus/ws/display_manager.h View 1 2 3 4 5 4 chunks +5 lines, -0 lines 0 comments Download
M components/mus/ws/display_manager.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M components/mus/ws/window_tree_host_impl.h View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M components/mus/ws/window_tree_host_impl.cc View 3 chunks +8 lines, -1 line 0 comments Download
M components/mus/ws/window_tree_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/web_view/frame_connection.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/gfx/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A ui/gfx/display_finder.h View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A ui/gfx/display_finder.cc View 1 chunk +50 lines, -0 lines 0 comments Download
M ui/gfx/gfx.gyp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/mus/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A ui/views/mus/screen_mus.h View 1 2 1 chunk +71 lines, -0 lines 0 comments Download
A ui/views/mus/screen_mus.cc View 1 2 1 chunk +203 lines, -0 lines 0 comments Download
M ui/views/mus/window_manager_connection.h View 2 chunks +2 lines, -7 lines 0 comments Download
M ui/views/mus/window_manager_connection.cc View 1 2 3 4 5 6 4 chunks +8 lines, -53 lines 0 comments Download

Messages

Total messages: 24 (10 generated)
sky
4 years, 11 months ago (2016-01-21 23:42:19 UTC) #1
Ben Goodger (Google)
lgtm
4 years, 11 months ago (2016-01-22 00:06:36 UTC) #2
rjkroege
On 2016/01/21 23:42:19, sky wrote: mus-as-a-platform question: which system component should maintain mirroring and display ...
4 years, 11 months ago (2016-01-22 00:08:43 UTC) #3
sky
I actually hadn't thought that far through it. Perhaps mus has some delegate that can ...
4 years, 11 months ago (2016-01-22 00:15:02 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1615023004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1615023004/60001
4 years, 11 months ago (2016-01-22 00:20:01 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/82844) linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 11 months ago (2016-01-22 00:46:03 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1615023004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1615023004/80001
4 years, 11 months ago (2016-01-22 01:09:41 UTC) #11
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 11 months ago (2016-01-22 02:26:12 UTC) #12
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/bc2281a7a7576f5b4da85986298322b3c9d2234e Cr-Commit-Position: refs/heads/master@{#370880}
4 years, 11 months ago (2016-01-22 02:27:11 UTC) #14
Elliot Glaysher
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1618963005/ by erg@chromium.org. ...
4 years, 11 months ago (2016-01-22 19:09:36 UTC) #15
sky
This was reverted because of a crash. I've fixed it and added back getting frame ...
4 years, 11 months ago (2016-01-22 21:07:39 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1615023004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1615023004/120001
4 years, 11 months ago (2016-01-22 21:08:43 UTC) #20
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 11 months ago (2016-01-22 22:28:31 UTC) #22
commit-bot: I haz the power
4 years, 11 months ago (2016-01-22 22:30:20 UTC) #24
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/a57d9927dcb3a8548eae83450c8fe1ee7e3b568b
Cr-Commit-Position: refs/heads/master@{#371059}

Powered by Google App Engine
This is Rietveld 408576698