|
Pass ServiceProvider and ServiceProvider& params in Connect
In preperation for removing the Client annotation from ServiceProvider
this passes a second parameter of type ServiceProvider in the shell and
application Connect calls. In this patch the type signatures are updated
but the second parameter is basically unused. The intention is that the
first parameter |services| will be used for the connecting application to
request services from the connected application (as it does currently)
and the second parameter |exported_services| be used for the connecting
application to provide services to the connected application. We have
very few services exported in the second direction today - I'll update
them to use the second parameter in a follow-up patch.
R=darin@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/3217bf35ed48e84b878057973632506a8d337f4b
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+166 lines, -117 lines) |
Patch |
 |
M |
examples/bitmap_uploader/bitmap_uploader.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
examples/content_handler_demo/content_handler_demo.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
examples/ganesh_app/texture_uploader.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/application_manager/application_manager.h
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/application_manager/application_manager.cc
|
View
|
1
2
3
4
|
6 chunks |
+23 lines, -22 lines |
0 comments
|
Download
|
 |
M |
mojo/application_manager/shell_impl.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/application_manager/shell_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
mojo/gpu/gl_context.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/gpu/gl_context.cc
|
View
|
1
2
3
4
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
mojo/public/cpp/application/application_impl.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/public/cpp/application/lib/application_impl.cc
|
View
|
1
|
2 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
mojo/public/cpp/application/lib/service_registry.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/public/cpp/application/lib/service_registry.cc
|
View
|
|
1 chunk |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
mojo/public/interfaces/application/application.mojom
|
View
|
1
2
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/public/interfaces/application/shell.mojom
|
View
|
1
2
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/services/public/js/application.js
|
View
|
1
2
3
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
services/js/echo_apptest.cc
|
View
|
1
2
3
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
shell/context.cc
|
View
|
1
|
2 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
shell/external_application_listener_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
sky/compositor/surface_holder.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sky/engine/v8_inspector/inspector_backend_mojo.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sky/viewer/content_handler_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
sky/viewer/document_view.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
sky/viewer/document_view.cc
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sky/viewer/internals.h
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sky/viewer/internals.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
sky/viewer/services/inspector_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 22 (5 generated)
|