|
|
[WIP]
Allow Observatory to run as a hosted web service
- Add vm-connect pane for connecting to a different VM.
- Can connect with Dartium VMs
- Can connect with content_shell VMs.
- Can connect with standalone VMs.
- Remember previously connected to standalone VMs.
- Auto refresh list available Dartium VMs.
- Provide simple server to tunnel Dartium / Content shell Chrome Remote Debugging Protocol requests.
- Improved WebSocket VM.
- Removed support for HTTP VM.
- Add support for polling updates to ObservatoryElement.
R=turnidge@google.com
Committed: https://code.google.com/p/dart/source/detail?r=37910
Total comments: 35
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1150 lines, -306 lines) |
Patch |
 |
A |
runtime/bin/vmservice/client/README_android
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/client/bin/server.dart
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+159 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/app.dart
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/elements.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/elements.html
|
View
|
|
1 chunk |
+41 lines, -45 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/service_html.dart
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+218 lines, -99 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/app/application.dart
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+61 lines, -134 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/app/location_manager.dart
|
View
|
1
|
2 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/client/lib/src/app/pane.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+136 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/client/lib/src/app/settings.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/client/lib/src/app/target_manager.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+130 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/app/utils.dart
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/elements/css/shared.css
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/client/lib/src/elements/img/chromium_icon.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/client/lib/src/elements/img/dart_icon.png
|
View
|
1
2
3
4
5
6
7
|
Binary file |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/elements/nav_bar.dart
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/elements/nav_bar.html
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/elements/observatory_element.dart
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+53 lines, -4 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/client/lib/src/elements/vm_connect.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+117 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/client/lib/src/elements/vm_connect.html
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/service/object.dart
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/pubspec.yaml
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/client/run.sh
|
View
|
1
2
3
4
5
6
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/web/main.dart
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|