|
|
Change how we provide value previews in the vm service.
Rename the 'preview' property to 'valueAsString'.
Rework printing so that we only add 'valueAsString' when we need it
(num, String, etc.).
Change ToUserCString to be a String-only method. Drop ToUserCString
for lists -- it was hokey and unused. Max string length is now 1024
instead of 40.
Update tests.
BUG=
R=johnmccutchan@google.com
Committed: https://code.google.com/p/dart/source/detail?r=34612
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+103 lines, -290 lines) |
Patch |
 |
M |
runtime/bin/vmservice/client/deployed/web/index.html
|
View
|
1
2
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js.map
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/deployed/web/index_devtools.html
|
View
|
1
2
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/deployed/web/index_devtools.html_bootstrap.dart.js
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/deployed/web/index_devtools.html_bootstrap.dart.js.map
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_ref.html
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_view.html
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/elements/instance_ref.dart
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/elements/instance_ref.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/vmservice/client/lib/src/elements/instance_view.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
1
2
|
4 chunks |
+3 lines, -17 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
2
|
9 chunks |
+32 lines, -134 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object_test.cc
|
View
|
1
2
|
2 chunks |
+9 lines, -90 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/service.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/service_test.cc
|
View
|
1
2
|
14 chunks |
+29 lines, -19 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|