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

Issue 1415493003: mozart: Initial commit of the view manager. (Closed)

Created:
5 years, 1 month ago by jeffbrown
Modified:
5 years, 1 month ago
Reviewers:
jamesr, abarth
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

mozart: Initial commit of the view manager. The view manager implements the ViewManager interface and maintains the View hierarchy on behalf of applications. Note: This version does not support input yet. Committed: https://chromium.googlesource.com/external/mojo/+/0b1c404b97aa59f787a0c6d2ab45dc5f3c633c2c

Patch Set 1 #

Total comments: 3

Patch Set 2 : applied review comments #

Total comments: 37

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1783 lines, -6 lines) Patch
M services/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A + services/ui/BUILD.gn View 1 1 chunk +2 lines, -4 lines 0 comments Download
A services/ui/README.md View 1 chunk +4 lines, -0 lines 0 comments Download
A services/ui/view_manager/BUILD.gn View 1 1 chunk +45 lines, -0 lines 0 comments Download
A services/ui/view_manager/README.md View 1 chunk +10 lines, -0 lines 0 comments Download
A + services/ui/view_manager/main.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A services/ui/view_manager/surface_manager.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A services/ui/view_manager/surface_manager.cc View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_host_impl.h View 1 1 chunk +50 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_host_impl.cc View 1 1 chunk +53 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_layout_request.h View 1 2 1 chunk +65 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_layout_request.cc View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_manager_app.h View 1 chunk +50 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_manager_app.cc View 1 chunk +44 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_manager_impl.h View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_manager_impl.cc View 1 chunk +33 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_registry.h View 1 2 1 chunk +161 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_registry.cc View 1 2 1 chunk +725 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_state.h View 1 2 1 chunk +128 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_state.cc View 1 2 1 chunk +55 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_tree_host_impl.h View 1 1 chunk +49 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_tree_host_impl.cc View 1 1 chunk +47 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_tree_state.h View 1 2 1 chunk +87 lines, -0 lines 0 comments Download
A services/ui/view_manager/view_tree_state.cc View 1 2 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
jeffbrown
5 years, 1 month ago (2015-10-24 02:39:45 UTC) #2
jamesr
https://codereview.chromium.org/1415493003/diff/1/services/ui/view_manager/BUILD.gn File services/ui/view_manager/BUILD.gn (right): https://codereview.chromium.org/1415493003/diff/1/services/ui/view_manager/BUILD.gn#newcode8 services/ui/view_manager/BUILD.gn:8: mojo_native_application("view_manager_service") { nit: the GN target name here is ...
5 years, 1 month ago (2015-10-26 18:18:41 UTC) #3
jeffbrown
https://codereview.chromium.org/1415493003/diff/1/services/ui/view_manager/BUILD.gn File services/ui/view_manager/BUILD.gn (right): https://codereview.chromium.org/1415493003/diff/1/services/ui/view_manager/BUILD.gn#newcode8 services/ui/view_manager/BUILD.gn:8: mojo_native_application("view_manager_service") { On 2015/10/26 18:18:41, jamesr wrote: > nit: ...
5 years, 1 month ago (2015-10-27 01:52:11 UTC) #4
jeffbrown
I'm going to submit this patch as-is. Please feel free to comment on the code ...
5 years, 1 month ago (2015-10-27 22:59:47 UTC) #5
jamesr
There's a bunch of style / C++ issues in this patch that I think you ...
5 years, 1 month ago (2015-10-27 23:13:11 UTC) #6
jeffbrown
https://codereview.chromium.org/1415493003/diff/20001/services/ui/view_manager/surface_manager.cc File services/ui/view_manager/surface_manager.cc (right): https://codereview.chromium.org/1415493003/diff/20001/services/ui/view_manager/surface_manager.cc#newcode15 services/ui/view_manager/surface_manager.cc:15: : surfaces_(surfaces.Pass()), surface_namespace_(0) {} On 2015/10/27 23:13:10, jamesr wrote: ...
5 years, 1 month ago (2015-10-28 01:37:29 UTC) #7
jeffbrown
5 years, 1 month ago (2015-10-28 01:46:02 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
0b1c404b97aa59f787a0c6d2ab45dc5f3c633c2c.

Powered by Google App Engine
This is Rietveld 408576698