Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: runtime/vm/service/protocol.md

Issue 487023003: vmservice protocol cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/scavenger.cc ('k') | runtime/vm/service_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service/protocol.md
diff --git a/runtime/vm/service/protocol.md b/runtime/vm/service/protocol.md
index b9546490b1a804caa37a5f8798af5e943cc7347b..546b2bb75dfc58535a8cc230cd3d001768f91259 100644
--- a/runtime/vm/service/protocol.md
+++ b/runtime/vm/service/protocol.md
@@ -111,8 +111,8 @@ TODO
| --- | --- | ---
| type | "@Library" |
| id | String |
-| user_name | String |
-| name | String
+| name | String |
+| vmName? | String | Internal vm name. Provided only when different from 'name'.
| url | String
### <a name="Library"></a>Library
@@ -121,8 +121,8 @@ TODO
| --- | --- | ---
| type | "Library" |
| id | String |
-| user_name | String |
-| name | String
+| name | String |
+| vmName? | String | Internal vm name. Provided only when different from 'name'.
| classes | List of [@Class](#atClass) |
| imports | List of [@Library](#atLibrary) |
| variables | List of ... |
@@ -134,8 +134,8 @@ TODO
| --- | --- | ---
| type | "@Script" |
| id | String
-| user_name | String
| name | String
+| vmName? | String | Internal vm name. Provided only when different from 'name'.
| kind | String
### <a name="Script"></a>Script
@@ -143,8 +143,8 @@ TODO
| --- | --- | ---
| type | "@Script" |
| id | String
-| user_name | String
| name | String
+| vmName? | String | Internal vm name. Provided only when different from 'name'.
| kind | String
| owningLibrary | [@Library](#atLibrary) |
| source | String
« no previous file with comments | « runtime/vm/scavenger.cc ('k') | runtime/vm/service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698