|
Allow sky apps to be consumers of mojo services
This patch binds into the sky dart snapshot the mojo libraries and bindings which allow communication over mojo and providing/consuming interfaces. When the first application isolate is started, a new, persistent "mojo handle watcher" isolate is spawned which services communication between all app isolates and mojo services.
TBR=abarth
BUG=
Committed: https://chromium.googlesource.com/external/mojo/+/d166eca9c347edf1a61ddf1e618a73b5dedcf71f
Total comments: 23
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+187 lines, -37 lines) |
Patch |
|
M |
mojo/public/dart/src/application.dart
|
View
|
1
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
sky/engine/bindings2/BUILD.gn
|
View
|
1
|
5 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
|
M |
sky/engine/bindings2/builtin.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
sky/engine/bindings2/builtin.cc
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A + |
sky/engine/bindings2/mojo_natives.h
|
View
|
|
2 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
|
A + |
sky/engine/bindings2/mojo_natives.cc
|
View
|
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
|
M |
sky/engine/bindings2/snapshot.dart
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
sky/engine/core/script/dart_controller.cc
|
View
|
1
|
7 chunks |
+91 lines, -5 lines |
0 comments
|
Download
|
|
M |
sky/engine/core/script/dart_loader.h
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
sky/engine/core/script/dart_loader.cc
|
View
|
|
3 chunks |
+15 lines, -5 lines |
0 comments
|
Download
|
|
M |
sky/examples/dart.sky
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A + |
sky/examples/dart-mojo.sky
|
View
|
1
|
2 chunks |
+16 lines, -12 lines |
0 comments
|
Download
|
|
M |
sky/viewer/internals.cc
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (1 generated)
|