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

Issue 774473003: Move view_manager service implementation to //services (Closed)

Created:
6 years ago by jamesr
Modified:
6 years ago
Reviewers:
sky
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

Move view_manager service implementation to //services There's no reason for this to live in //mojo/services, this whole repo is for mojo. R=sky@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/9b53c18a3dfd37f35ac0f5d5db377a494e595b38

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -7331 lines) Patch
M mojo/BUILD.gn View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/DEPS View 1 chunk +2 lines, -1 line 1 comment Download
M mojo/services/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
D mojo/services/view_manager/BUILD.gn View 1 chunk +0 lines, -175 lines 0 comments Download
D mojo/services/view_manager/DEPS View 1 chunk +0 lines, -18 lines 0 comments Download
D mojo/services/view_manager/access_policy.h View 1 chunk +0 lines, -54 lines 0 comments Download
D mojo/services/view_manager/access_policy_delegate.h View 1 chunk +0 lines, -38 lines 0 comments Download
D mojo/services/view_manager/client_connection.h View 1 chunk +0 lines, -62 lines 0 comments Download
D mojo/services/view_manager/client_connection.cc View 1 chunk +0 lines, -39 lines 0 comments Download
D mojo/services/view_manager/connection_manager.h View 1 chunk +0 lines, -229 lines 0 comments Download
D mojo/services/view_manager/connection_manager.cc View 1 chunk +0 lines, -447 lines 0 comments Download
D mojo/services/view_manager/connection_manager_delegate.h View 1 chunk +0 lines, -42 lines 0 comments Download
D mojo/services/view_manager/default_access_policy.h View 1 chunk +0 lines, -55 lines 0 comments Download
D mojo/services/view_manager/default_access_policy.cc View 1 chunk +0 lines, -114 lines 0 comments Download
D mojo/services/view_manager/display_manager.h View 1 chunk +0 lines, -97 lines 0 comments Download
D mojo/services/view_manager/display_manager.cc View 1 chunk +0 lines, -184 lines 0 comments Download
D mojo/services/view_manager/ids.h View 1 chunk +0 lines, -64 lines 0 comments Download
D mojo/services/view_manager/main.cc View 1 chunk +0 lines, -12 lines 0 comments Download
D mojo/services/view_manager/server_view.h View 1 chunk +0 lines, -106 lines 0 comments Download
D mojo/services/view_manager/server_view.cc View 1 chunk +0 lines, -198 lines 0 comments Download
D mojo/services/view_manager/server_view_delegate.h View 1 chunk +0 lines, -61 lines 0 comments Download
D mojo/services/view_manager/test_change_tracker.h View 1 chunk +0 lines, -154 lines 0 comments Download
D mojo/services/view_manager/test_change_tracker.cc View 1 chunk +0 lines, -298 lines 0 comments Download
D mojo/services/view_manager/view_coordinate_conversions.h View 1 chunk +0 lines, -26 lines 0 comments Download
D mojo/services/view_manager/view_coordinate_conversions.cc View 1 chunk +0 lines, -44 lines 0 comments Download
D mojo/services/view_manager/view_coordinate_conversions_unittest.cc View 1 chunk +0 lines, -69 lines 0 comments Download
D mojo/services/view_manager/view_manager_app.h View 1 chunk +0 lines, -65 lines 0 comments Download
D mojo/services/view_manager/view_manager_app.cc View 1 chunk +0 lines, -106 lines 0 comments Download
D mojo/services/view_manager/view_manager_service_apptest.cc View 1 chunk +0 lines, -1404 lines 0 comments Download
D mojo/services/view_manager/view_manager_service_impl.h View 1 chunk +0 lines, -241 lines 0 comments Download
D mojo/services/view_manager/view_manager_service_impl.cc View 1 chunk +0 lines, -600 lines 0 comments Download
D mojo/services/view_manager/view_manager_service_unittest.cc View 1 chunk +0 lines, -440 lines 0 comments Download
D mojo/services/view_manager/view_manager_unittest.cc View 1 chunk +0 lines, -1624 lines 0 comments Download
D mojo/services/view_manager/window_manager_access_policy.h View 1 chunk +0 lines, -54 lines 0 comments Download
D mojo/services/view_manager/window_manager_access_policy.cc View 1 chunk +0 lines, -99 lines 0 comments Download
M mojo/shell/view_manager_loader.h View 1 chunk +1 line, -1 line 2 comments Download
M mojo/shell/view_manager_loader.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A + services/view_manager/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + services/view_manager/access_policy.h View 2 chunks +4 lines, -4 lines 1 comment Download
A + services/view_manager/access_policy_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + services/view_manager/client_connection.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + services/view_manager/client_connection.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + services/view_manager/connection_manager.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + services/view_manager/connection_manager.cc View 1 chunk +7 lines, -7 lines 0 comments Download
A + services/view_manager/connection_manager_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + services/view_manager/default_access_policy.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + services/view_manager/default_access_policy.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + services/view_manager/display_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + services/view_manager/display_manager.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + services/view_manager/ids.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + services/view_manager/main.cc View 1 chunk +1 line, -1 line 0 comments Download
A + services/view_manager/server_view.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + services/view_manager/server_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + services/view_manager/server_view_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + services/view_manager/test_change_tracker.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + services/view_manager/test_change_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
A + services/view_manager/view_coordinate_conversions.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + services/view_manager/view_coordinate_conversions.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + services/view_manager/view_coordinate_conversions_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + services/view_manager/view_manager_app.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + services/view_manager/view_manager_app.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + services/view_manager/view_manager_service_apptest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + services/view_manager/view_manager_service_impl.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + services/view_manager/view_manager_service_impl.cc View 2 chunks +5 lines, -5 lines 0 comments Download
A + services/view_manager/view_manager_service_unittest.cc View 1 chunk +8 lines, -8 lines 0 comments Download
A + services/view_manager/view_manager_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + services/view_manager/window_manager_access_policy.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + services/view_manager/window_manager_access_policy.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jamesr
https://codereview.chromium.org/774473003/diff/1/mojo/shell/view_manager_loader.h File mojo/shell/view_manager_loader.h (right): https://codereview.chromium.org/774473003/diff/1/mojo/shell/view_manager_loader.h#newcode1 mojo/shell/view_manager_loader.h:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years ago (2014-12-02 02:01:17 UTC) #1
sky
LGTM https://codereview.chromium.org/774473003/diff/1/mojo/DEPS File mojo/DEPS (right): https://codereview.chromium.org/774473003/diff/1/mojo/DEPS#newcode5 mojo/DEPS:5: "+services", Should this rule be temporary? Maybe marked ...
6 years ago (2014-12-02 15:47:51 UTC) #2
jamesr
On 2014/12/02 15:47:51, sky wrote: > LGTM > > https://codereview.chromium.org/774473003/diff/1/mojo/DEPS > File mojo/DEPS (right): > ...
6 years ago (2014-12-02 19:00:20 UTC) #3
jamesr
6 years ago (2014-12-02 19:00:55 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
9b53c18a3dfd37f35ac0f5d5db377a494e595b38 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698