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

Issue 2549503002: Rename PlatformScreen to ScreenManager. (Closed)

Created:
4 years ago by kylechar
Modified:
4 years ago
Reviewers:
rjkroege, msw
CC:
chromium-reviews, rjkroege
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename PlatformScreen to ScreenManager. ScreenManager is more descriptive and is what I've been using in design docs. Simple update of file and class names. BUG=none Committed: https://crrev.com/888325bb4c98cc45b4f5003980918904c7d384d5 Cr-Commit-Position: refs/heads/master@{#435735}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -1378 lines) Patch
M services/ui/display/BUILD.gn View 1 4 chunks +8 lines, -8 lines 0 comments Download
D services/ui/display/platform_screen.h View 1 chunk +0 lines, -53 lines 0 comments Download
D services/ui/display/platform_screen.cc View 1 chunk +0 lines, -30 lines 0 comments Download
D services/ui/display/platform_screen_delegate.h View 1 chunk +0 lines, -46 lines 0 comments Download
D services/ui/display/platform_screen_ozone.h View 1 1 chunk +0 lines, -166 lines 0 comments Download
D services/ui/display/platform_screen_ozone.cc View 1 chunk +0 lines, -389 lines 0 comments Download
D services/ui/display/platform_screen_ozone_unittests.cc View 1 chunk +0 lines, -350 lines 0 comments Download
D services/ui/display/platform_screen_stub.h View 1 chunk +0 lines, -46 lines 0 comments Download
D services/ui/display/platform_screen_stub.cc View 1 chunk +0 lines, -79 lines 0 comments Download
A + services/ui/display/screen_manager.h View 4 chunks +14 lines, -14 lines 0 comments Download
A + services/ui/display/screen_manager.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + services/ui/display/screen_manager_delegate.h View 2 chunks +7 lines, -13 lines 0 comments Download
A + services/ui/display/screen_manager_ozone.h View 1 7 chunks +14 lines, -14 lines 0 comments Download
A + services/ui/display/screen_manager_ozone.cc View 14 chunks +33 lines, -33 lines 0 comments Download
A + services/ui/display/screen_manager_ozone_unittests.cc View 13 chunks +33 lines, -33 lines 0 comments Download
A + services/ui/display/screen_manager_stub.h View 2 chunks +13 lines, -13 lines 0 comments Download
A + services/ui/display/screen_manager_stub.cc View 2 chunks +12 lines, -13 lines 0 comments Download
M services/ui/service.h View 2 chunks +2 lines, -2 lines 0 comments Download
M services/ui/service.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M services/ui/ws/cursor_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M services/ui/ws/display_manager.h View 3 chunks +3 lines, -3 lines 0 comments Download
M services/ui/ws/display_manager.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M services/ui/ws/display_unittest.cc View 13 chunks +18 lines, -18 lines 0 comments Download
M services/ui/ws/platform_display_default.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M services/ui/ws/test_utils.h View 1 3 chunks +9 lines, -9 lines 0 comments Download
M services/ui/ws/test_utils.cc View 2 chunks +10 lines, -12 lines 0 comments Download
M services/ui/ws/user_display_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M services/ui/ws/user_display_manager_unittest.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M services/ui/ws/window_manager_state_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M services/ui/ws/window_tree_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 13 (6 generated)
kylechar
+msw for services/ui/ws/* +rjkroege FYI
4 years ago (2016-12-01 14:56:54 UTC) #2
rjkroege
fwiw: lgtm
4 years ago (2016-12-01 18:17:50 UTC) #4
msw
lgtm with nits https://codereview.chromium.org/2549503002/diff/1/services/ui/ws/display_manager.cc File services/ui/ws/display_manager.cc (right): https://codereview.chromium.org/2549503002/diff/1/services/ui/ws/display_manager.cc#newcode11 services/ui/ws/display_manager.cc:11: #include "services/ui/display/screen_manager.h" nit: needed? https://codereview.chromium.org/2549503002/diff/1/services/ui/ws/test_utils.h File ...
4 years ago (2016-12-01 20:01:19 UTC) #5
kylechar
Thanks! https://codereview.chromium.org/2549503002/diff/1/services/ui/ws/display_manager.cc File services/ui/ws/display_manager.cc (right): https://codereview.chromium.org/2549503002/diff/1/services/ui/ws/display_manager.cc#newcode11 services/ui/ws/display_manager.cc:11: #include "services/ui/display/screen_manager.h" On 2016/12/01 20:01:18, msw wrote: > ...
4 years ago (2016-12-01 21:08:21 UTC) #6
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/2549503002/20001
4 years ago (2016-12-01 21:08:55 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-12-01 22:11:00 UTC) #11
commit-bot: I haz the power
4 years ago (2016-12-01 22:14:25 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/888325bb4c98cc45b4f5003980918904c7d384d5
Cr-Commit-Position: refs/heads/master@{#435735}

Powered by Google App Engine
This is Rietveld 408576698