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

Issue 164183003: Add expandable instances and lists to the vm service. (Closed)

Created:
6 years, 10 months ago by turnidge
Modified:
6 years, 10 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add expandable instances and lists to the vm service. Committed: https://code.google.com/p/dart/source/detail?r=32707

Patch Set 1 #

Patch Set 2 : redo #

Patch Set 3 : redox2 #

Patch Set 4 : one #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : code review changes #

Patch Set 7 : gen js #

Unified diffs Side-by-side diffs Delta from patch set Stats (+880 lines, -501 lines) Patch
M runtime/bin/vmservice/client/deployed/web/index.html View 1 2 3 4 5 6 4 chunks +86 lines, -25 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js View 126 chunks +253 lines, -194 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html View 1 2 3 4 5 6 4 chunks +86 lines, -25 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html_bootstrap.dart.js View 126 chunks +253 lines, -194 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/request_manager.dart View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.dart View 1 2 3 4 5 6 2 chunks +22 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.html View 1 2 3 4 5 1 chunk +64 lines, -15 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/instance_view.html View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_element.dart View 1 2 3 4 5 1 chunk +39 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/stack_frame.html View 2 chunks +23 lines, -11 lines 0 comments Download
M runtime/vm/json_stream.h View 2 chunks +0 lines, -7 lines 0 comments Download
M runtime/vm/json_stream.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +0 lines, -6 lines 0 comments Download
M runtime/vm/object.cc View 6 chunks +50 lines, -14 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
turnidge
6 years, 10 months ago (2014-02-13 22:24:16 UTC) #1
Cutch
https://codereview.chromium.org/164183003/diff/200001/runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.dart File runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.dart (right): https://codereview.chromium.org/164183003/diff/200001/runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.dart#newcode29 runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.dart:29: app.requestManager.requestMap(url.substring(1)).then((map) { Could you change requestMap to detect if ...
6 years, 10 months ago (2014-02-13 22:31:29 UTC) #2
turnidge
https://codereview.chromium.org/164183003/diff/200001/runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.dart File runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.dart (right): https://codereview.chromium.org/164183003/diff/200001/runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.dart#newcode29 runtime/bin/vmservice/client/lib/src/observatory_elements/instance_ref.dart:29: app.requestManager.requestMap(url.substring(1)).then((map) { On 2014/02/13 22:31:29, Cutch wrote: > Could ...
6 years, 10 months ago (2014-02-14 17:36:47 UTC) #3
turnidge
6 years, 10 months ago (2014-02-14 17:48:32 UTC) #4
Message was sent while issue was closed.
Committed patchset #7 manually as r32707 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698