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

Issue 873453004: Use ShellPtr type in ApplicationLoader instead of untyped handles (Closed)

Created:
5 years, 11 months ago by jamesr
Modified:
5 years, 11 months ago
Reviewers:
DaveMoore, viettrungluu
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
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Use ShellPtr type in ApplicationLoader instead of untyped handles This clarifies what the handle is actually supposed to refer to and will make it easier to do the Shell/Application client split correctly. R=davemoore@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/fcb2783cd00d2313a1338d7e45b0d1788670dd4a

Patch Set 1 #

Total comments: 1

Patch Set 2 : fix android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -86 lines) Patch
M mojo/public/cpp/application/application_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/lib/application_impl.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M mojo/services/view_manager/public/cpp/tests/view_manager_unittest.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M services/window_manager/window_manager_api_unittest.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M shell/android/android_handler_loader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M shell/android/android_handler_loader.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M shell/android/background_application_loader.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M shell/android/background_application_loader.cc View 1 3 chunks +5 lines, -6 lines 0 comments Download
M shell/android/background_application_loader_unittest.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M shell/android/native_viewport_application_loader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M shell/android/native_viewport_application_loader.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M shell/android/ui_application_loader_android.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M shell/android/ui_application_loader_android.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M shell/application_manager/application_loader.h View 2 chunks +2 lines, -1 line 0 comments Download
M shell/application_manager/application_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M shell/application_manager/application_manager.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M shell/application_manager/application_manager_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M shell/application_manager/shell_impl.h View 2 chunks +1 line, -10 lines 0 comments Download
M shell/application_manager/shell_impl.cc View 2 chunks +6 lines, -21 lines 0 comments Download
M shell/dynamic_application_loader.h View 1 chunk +1 line, -1 line 0 comments Download
M shell/dynamic_application_loader.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M shell/dynamic_application_loader_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M shell/external_application_listener_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
jamesr
5 years, 11 months ago (2015-01-23 00:51:17 UTC) #2
DaveMoore
https://codereview.chromium.org/873453004/diff/1/mojo/public/cpp/application/application_impl.h File mojo/public/cpp/application/application_impl.h (right): https://codereview.chromium.org/873453004/diff/1/mojo/public/cpp/application/application_impl.h#newcode58 mojo/public/cpp/application/application_impl.h:58: // to construct an ApplicationImpl with is a ShellPtr. ...
5 years, 11 months ago (2015-01-23 18:55:34 UTC) #4
jamesr
On 2015/01/23 18:55:34, DaveMoore wrote: > https://codereview.chromium.org/873453004/diff/1/mojo/public/cpp/application/application_impl.h > File mojo/public/cpp/application/application_impl.h (right): > > https://codereview.chromium.org/873453004/diff/1/mojo/public/cpp/application/application_impl.h#newcode58 > ...
5 years, 11 months ago (2015-01-23 18:57:42 UTC) #5
DaveMoore
lgtm
5 years, 11 months ago (2015-01-23 19:03:28 UTC) #6
jamesr
On 2015/01/23 19:03:28, DaveMoore wrote: > lgtm Thanks!
5 years, 11 months ago (2015-01-23 20:43:58 UTC) #7
jamesr
5 years, 11 months ago (2015-01-23 20:44:20 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
fcb2783cd00d2313a1338d7e45b0d1788670dd4a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698