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

Issue 1150103005: Provide a logical view of VM-internal maps in Observatory. (Closed)

Created:
5 years, 6 months ago by rmacnak
Modified:
5 years, 6 months ago
Reviewers:
koda
CC:
reviews_dartlang.org, turnidge, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Provide a logical view of VM-internal maps in Observatory. BUG=http://dartbug.com/20551 BUG=http://dartbug.com/21185 R=koda@google.com Committed: https://github.com/dart-lang/sdk/commit/eca0d72abe0b7b35f4772dcbedabd61d9a86ac05

Patch Set 1 #

Patch Set 2 : #

Total comments: 11

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -21 lines) Patch
M runtime/lib/mirrors_impl.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/class_view.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/instance_ref.html View 2 chunks +19 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/instance_view.html View 1 2 3 2 chunks +20 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/observatory/tests/service/get_object_rpc_test.dart View 1 chunk +32 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 5 chunks +23 lines, -12 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 2 chunks +44 lines, -1 line 0 comments Download
M runtime/vm/service/service.md View 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
rmacnak
5 years, 6 months ago (2015-06-01 23:48:20 UTC) #2
koda
https://codereview.chromium.org/1150103005/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1150103005/diff/20001/runtime/vm/object.cc#newcode19380 runtime/vm/object.cc:19380: Object& element = Object::Handle(); Thanks for fixing this. https://codereview.chromium.org/1150103005/diff/20001/runtime/vm/object.cc#newcode19726 ...
5 years, 6 months ago (2015-06-02 16:42:37 UTC) #3
rmacnak
https://codereview.chromium.org/1150103005/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1150103005/diff/20001/runtime/vm/object.cc#newcode19726 runtime/vm/object.cc:19726: intptr_t len = OS::SNPrint(NULL, 0, format, Length()) + 1; ...
5 years, 6 months ago (2015-06-02 17:33:31 UTC) #4
koda
lgtm
5 years, 6 months ago (2015-06-02 17:34:47 UTC) #5
rmacnak
5 years, 6 months ago (2015-06-02 18:38:45 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
eca0d72abe0b7b35f4772dcbedabd61d9a86ac05 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698