|
|
Add support for TokenStream, LocalVarDescriptors, and PcDescriptors to service lib
Add generic 'Object' ref and view element. This will work for any ServiceObject with type == 'Object'.
Ref element uses the vmType as the link text if there is no name.
View element is mostly just <object-common> but that allows calculating retaining path, retained size, etc.
BUG=
R=rmacnak@google.com, turnidge@google.com
Committed: https://code.google.com/p/dart/source/detail?r=40119
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+11869 lines, -10288 lines) |
Patch |
 |
M |
runtime/bin/vmservice/observatory/deployed/web/index.html
|
View
|
1
2
|
11 chunks |
+1040 lines, -478 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/deployed/web/index.html._data
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/deployed/web/index.html_bootstrap.dart.js
|
View
|
1
2
|
826 chunks |
+4755 lines, -4649 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/deployed/web/index_devtools.html
|
View
|
1
2
|
11 chunks |
+1040 lines, -478 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/deployed/web/index_devtools.html._data
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/deployed/web/index_devtools.html_bootstrap.dart.js
|
View
|
1
2
|
826 chunks |
+4755 lines, -4649 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/deployed/web/packages/observatory/elements.html
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/object_common.html
|
View
|
1
2
|
1 chunk |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/object_view.html
|
View
|
1
2
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/service_ref.html
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/deployed/web/packages/polymer/polymer.html
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/deployed/web/packages/web_components/build.log
|
View
|
1
2
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/deployed/web/packages/web_components/platform.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/lib/elements.dart
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/lib/elements.html
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/lib/src/elements/context_ref.dart
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/lib/src/elements/object_common.dart
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/lib/src/elements/object_common.html
|
View
|
1
|
1 chunk |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
runtime/bin/vmservice/observatory/lib/src/elements/object_view.dart
|
View
|
|
1 chunk |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
A |
runtime/bin/vmservice/observatory/lib/src/elements/object_view.html
|
View
|
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/lib/src/elements/service_ref.dart
|
View
|
1
|
3 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/lib/src/elements/service_ref.html
|
View
|
1
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/lib/src/elements/service_view.dart
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/observatory/lib/src/service/object.dart
|
View
|
1
|
6 chunks |
+113 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (1 generated)
|