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

Issue 2386763002: services/ui: Match naming in cc (and jellyfish branch) (Closed)

Created:
4 years, 2 months ago by Fady Samuel
Modified:
4 years, 2 months ago
Reviewers:
sky
CC:
chromium-reviews, rjkroege, yusukes+watch_chromium.org, shuchen+watch_chromium.org, jam, nona+watch_chromium.org, darin-cc_chromium.org, James Su
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

services/ui: Match naming in cc (and jellyfish branch) DisplayCompositor => CompositorFrameSink SurfacesState => DisplayCompositor BUG=647852 Committed: https://crrev.com/afec9f4d069fc3bf6d56fdf85a7699d70bd0355b Cr-Commit-Position: refs/heads/master@{#422510}

Patch Set 1 #

Patch Set 2 : Remove unnecessary content changes #

Total comments: 8

Patch Set 3 : Addressed Scott's comments #

Patch Set 4 : Fixed unittests #

Patch Set 5 : Removed bad change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -364 lines) Patch
M services/ui/gpu/display_compositor/compositor_frame_sink_factory_impl.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M services/ui/gpu/display_compositor/compositor_frame_sink_factory_impl.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M services/ui/gpu/display_compositor/compositor_frame_sink_impl.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/ui/gpu/display_compositor/display_impl.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M services/ui/gpu/display_compositor/display_impl.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M services/ui/surfaces/BUILD.gn View 2 chunks +2 lines, -2 lines 0 comments Download
A + services/ui/surfaces/compositor_frame_sink.h View 4 chunks +20 lines, -17 lines 0 comments Download
A + services/ui/surfaces/compositor_frame_sink.cc View 1 2 4 chunks +24 lines, -19 lines 0 comments Download
M services/ui/surfaces/display_compositor.h View 1 2 1 chunk +26 lines, -61 lines 0 comments Download
M services/ui/surfaces/display_compositor.cc View 1 2 1 chunk +5 lines, -127 lines 0 comments Download
D services/ui/surfaces/surfaces_state.h View 1 chunk +0 lines, -49 lines 0 comments Download
D services/ui/surfaces/surfaces_state.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M services/ui/ws/cursor_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/display_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/display_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/frame_generator.h View 4 chunks +9 lines, -6 lines 0 comments Download
M services/ui/ws/frame_generator.cc View 5 chunks +16 lines, -15 lines 0 comments Download
M services/ui/ws/frame_generator_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/platform_display.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M services/ui/ws/platform_display_init_params.h View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M services/ui/ws/platform_display_init_params.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/server_window_delegate.h View 2 chunks +2 lines, -2 lines 0 comments Download
M services/ui/ws/server_window_surface.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/server_window_surface.cc View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M services/ui/ws/server_window_surface_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M services/ui/ws/test_server_window_delegate.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M services/ui/ws/test_server_window_delegate.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M services/ui/ws/test_utils.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/test_utils.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M services/ui/ws/user_display_manager_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/window_finder.cc View 1 chunk +0 lines, -1 line 0 comments Download
M services/ui/ws/window_manager_state_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/window_server.h View 3 chunks +3 lines, -3 lines 0 comments Download
M services/ui/ws/window_server.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M services/ui/ws/window_tree_host_factory.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M services/ui/ws/window_tree_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (10 generated)
Fady Samuel
4 years, 2 months ago (2016-09-30 22:44:51 UTC) #2
sky
LGTM with the following addressed. https://codereview.chromium.org/2386763002/diff/20001/services/ui/surfaces/display_compositor.h File services/ui/surfaces/display_compositor.h (right): https://codereview.chromium.org/2386763002/diff/20001/services/ui/surfaces/display_compositor.h#newcode21 services/ui/surfaces/display_compositor.h:21: // The DisplayCompositor object ...
4 years, 2 months ago (2016-10-03 16:16:02 UTC) #3
Fady Samuel
Addressed comments. Thanks Scott! CQ'ing. https://codereview.chromium.org/2386763002/diff/20001/services/ui/surfaces/display_compositor.h File services/ui/surfaces/display_compositor.h (right): https://codereview.chromium.org/2386763002/diff/20001/services/ui/surfaces/display_compositor.h#newcode21 services/ui/surfaces/display_compositor.h:21: // The DisplayCompositor object ...
4 years, 2 months ago (2016-10-03 18:27:07 UTC) #4
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/2386763002/40001
4 years, 2 months ago (2016-10-03 18:27:39 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/272111)
4 years, 2 months ago (2016-10-03 18:39:23 UTC) #9
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/2386763002/80001
4 years, 2 months ago (2016-10-03 19:31:02 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 2 months ago (2016-10-03 20:23:24 UTC) #16
commit-bot: I haz the power
4 years, 2 months ago (2016-10-03 20:26:00 UTC) #18
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/afec9f4d069fc3bf6d56fdf85a7699d70bd0355b
Cr-Commit-Position: refs/heads/master@{#422510}

Powered by Google App Engine
This is Rietveld 408576698