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

Issue 954273002: Routes WindowManager functionality through the view manager (Closed)

Created:
5 years, 10 months ago by sky
Modified:
5 years, 10 months ago
Reviewers:
msw
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:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Routes WindowManager functionality through the view manager This is an ugly hack, but necessary until we have the ability to have message ordering for multiple pipes. BUG=460621 R=msw@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/6edabbf44d507b6d921d22997b33c62c893e634e

Patch Set 1 #

Total comments: 10

Patch Set 2 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -26 lines) Patch
M mojo/services/view_manager/public/cpp/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.cc View 1 2 chunks +10 lines, -2 lines 0 comments Download
M mojo/services/view_manager/public/cpp/view_manager_delegate.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
A + mojo/services/view_manager/public/cpp/view_manager_delegate.cc View 1 1 chunk +5 lines, -9 lines 0 comments Download
M mojo/services/view_manager/public/interfaces/view_manager.mojom View 1 2 chunks +13 lines, -0 lines 0 comments Download
M services/view_manager/connection_manager.h View 1 chunk +2 lines, -0 lines 0 comments Download
M services/view_manager/connection_manager.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M services/view_manager/view_manager_client_apptest.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M services/view_manager/view_manager_service_apptest.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M services/view_manager/view_manager_service_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M services/view_manager/view_manager_service_impl.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M services/view_manager/view_manager_service_unittest.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M services/window_manager/window_manager_app.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M services/window_manager/window_manager_app.cc View 1 3 chunks +34 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
sky
5 years, 10 months ago (2015-02-25 21:54:48 UTC) #1
msw
lgtm with nits. You should probably include BUG=461388 too. https://codereview.chromium.org/954273002/diff/1/mojo/services/view_manager/public/cpp/view_manager_delegate.h File mojo/services/view_manager/public/cpp/view_manager_delegate.h (right): https://codereview.chromium.org/954273002/diff/1/mojo/services/view_manager/public/cpp/view_manager_delegate.h#newcode43 mojo/services/view_manager/public/cpp/view_manager_delegate.h:43: ...
5 years, 10 months ago (2015-02-25 22:29:30 UTC) #2
msw
https://codereview.chromium.org/954273002/diff/1/services/view_manager/view_manager_service_impl.cc File services/view_manager/view_manager_service_impl.cc (right): https://codereview.chromium.org/954273002/diff/1/services/view_manager/view_manager_service_impl.cc#newcode633 services/view_manager/view_manager_service_impl.cc:633: const mojo::Callback<void(bool)>& callback) { Oh, hmm, should this callback ...
5 years, 10 months ago (2015-02-25 22:30:32 UTC) #3
sky
Updated. Did you want to take another look? https://codereview.chromium.org/954273002/diff/1/mojo/services/view_manager/public/cpp/view_manager_delegate.h File mojo/services/view_manager/public/cpp/view_manager_delegate.h (right): https://codereview.chromium.org/954273002/diff/1/mojo/services/view_manager/public/cpp/view_manager_delegate.h#newcode43 mojo/services/view_manager/public/cpp/view_manager_delegate.h:43: // ...
5 years, 10 months ago (2015-02-25 23:20:27 UTC) #4
msw
lgtm
5 years, 10 months ago (2015-02-25 23:56:59 UTC) #5
sky
5 years, 10 months ago (2015-02-26 00:02:54 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
6edabbf44d507b6d921d22997b33c62c893e634e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698