|
|
WebSocket client for VM service
* Renames ServiceRequest to Message
* Renames ServiceRequestRouter to MessageRouter
* Service now tracks connected clients.
* Service responds to "clients" message with list of currently connected clients.
* Add WebSocketClient to dart:io service.
* WebSocketClient supports sequence 'seq' values.
* web socket client test.
* Update dartium service for ServiceRequest -> Message rename.
R=turnidge@google.com
Committed: https://code.google.com/p/dart/source/detail?r=31116
Total comments: 1
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+403 lines, -162 lines) |
Patch |
 |
M |
runtime/bin/resources_sources.gypi
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/client.dart
|
View
|
1
2
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/message.dart
|
View
|
1
2
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
runtime/bin/vmservice/message_router.dart
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/running_isolate.dart
|
View
|
1
2
|
1 chunk |
+3 lines, -22 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/running_isolates.dart
|
View
|
1
2
|
3 chunks |
+24 lines, -24 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/server.dart
|
View
|
1
2
|
3 chunks |
+84 lines, -18 lines |
0 comments
|
Download
|
 |
D |
runtime/bin/vmservice/service_request.dart
|
View
|
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
D |
runtime/bin/vmservice/service_request_router.dart
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/vmservice.dart
|
View
|
1
2
|
3 chunks |
+38 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/vmservice_dartium.dart
|
View
|
1
2
|
1 chunk |
+32 lines, -29 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/vmservice_io.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/vmservice/test_helper.dart
|
View
|
1
2
|
2 chunks |
+42 lines, -1 line |
0 comments
|
Download
|
 |
A |
tests/standalone/vmservice/websocket_client_test.dart
|
View
|
1
2
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|