|
Add Observatory to sky dart_controller
- Bump Dart and Observatory DEPS to 45576 and 45565 respectively.
- Include 'dart:io' in snapshot
- Add 'dart:io' native bindings to sky bindings.
- Initialize 'dart:io' in sky dart_controller.
- Include Observatory and service isolate resources in build.
- Bring up service isolate.
- Start handle watcher isolate from service isolate (hides handle watcher isolate from debugger and Observatory).
- Hook up debugger.
R=eseidel@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/f84766d3b6420b7cf6a113d9d65d73cb5fe18d90
Total comments: 2
Total comments: 14
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+399 lines, -296 lines) |
Patch |
 |
M |
DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/embedder/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/embedder/dart_debugger.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/embedder/dart_debugger.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+33 lines, -39 lines |
0 comments
|
Download
|
 |
M |
mojo/dart/embedder/embedder.gni
|
View
|
1
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/dart/embedder/vmservice/server.dart
|
View
|
1
|
2 chunks |
+3 lines, -11 lines |
0 comments
|
Download
|
 |
M |
sky/engine/bindings/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sky/engine/bindings/builtin.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sky/engine/bindings/builtin.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sky/engine/bindings/builtin_natives.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
sky/engine/bindings/builtin_natives.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+38 lines, -14 lines |
0 comments
|
Download
|
 |
M |
sky/engine/bindings/snapshot.dart
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sky/engine/core/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sky/engine/core/core.gni
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sky/engine/core/script/dart_controller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
8 chunks |
+70 lines, -32 lines |
0 comments
|
Download
|
 |
A + |
sky/engine/core/script/dart_debugger.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
sky/engine/core/script/dart_debugger.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+34 lines, -41 lines |
0 comments
|
Download
|
 |
A |
sky/engine/core/script/dart_service_isolate.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
sky/engine/core/script/dart_service_isolate.cc
|
View
|
1
2
3
4
5
6
7
8
|
12 chunks |
+79 lines, -117 lines |
0 comments
|
Download
|
 |
A + |
sky/engine/core/script/dart_service_isolate/loader.dart
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
sky/engine/core/script/dart_service_isolate/main.dart
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
sky/engine/core/script/dart_service_isolate/resources.dart
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
sky/engine/core/script/dart_service_isolate/server.dart
|
View
|
1
|
2 chunks |
+3 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
sky/engine/core/script/monitor.h
|
View
|
1
|
2 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
sky/tools/webkitpy/layout_tests/controllers/single_test_runner.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
Total messages: 14 (2 generated)
|