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

Issue 350403005: Include parent field/list index in retaining path. (Closed)

Created:
6 years, 5 months ago by koda
Modified:
6 years, 5 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Ivan Posva
Visibility:
Public.

Description

Include parent field/list index in retaining path. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=37956

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+310 lines, -50 lines) Patch
M runtime/bin/vmservice/client/deployed/web/index.html View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_view.html View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/instance_view.html View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/tests/ui/retainingPath.dart View 1 2 3 4 5 6 7 8 1 chunk +31 lines, -0 lines 0 comments Download
M runtime/vm/object_graph.h View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -3 lines 0 comments Download
M runtime/vm/object_graph.cc View 1 2 3 4 5 6 7 8 5 chunks +68 lines, -21 lines 0 comments Download
M runtime/vm/object_graph_test.cc View 1 2 3 4 5 6 7 8 3 chunks +17 lines, -8 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 6 7 8 2 chunks +49 lines, -16 lines 0 comments Download
M runtime/vm/service_test.cc View 1 2 3 4 5 6 7 8 1 chunk +113 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
koda
6 years, 5 months ago (2014-06-30 15:50:37 UTC) #1
Cutch
https://codereview.chromium.org/350403005/diff/40001/runtime/vm/object_graph_test.cc File runtime/vm/object_graph_test.cc (right): https://codereview.chromium.org/350403005/diff/40001/runtime/vm/object_graph_test.cc#newcode113 runtime/vm/object_graph_test.cc:113: HANDLESCOPE(isolate); Can we add a test with a custom ...
6 years, 5 months ago (2014-06-30 15:56:34 UTC) #2
koda
https://codereview.chromium.org/350403005/diff/40001/runtime/vm/object_graph_test.cc File runtime/vm/object_graph_test.cc (right): https://codereview.chromium.org/350403005/diff/40001/runtime/vm/object_graph_test.cc#newcode113 runtime/vm/object_graph_test.cc:113: HANDLESCOPE(isolate); On 2014/06/30 15:56:34, Cutch wrote: > Can we ...
6 years, 5 months ago (2014-06-30 16:20:04 UTC) #3
koda
On 2014/06/30 16:20:04, koda wrote: > https://codereview.chromium.org/350403005/diff/40001/runtime/vm/object_graph_test.cc > File runtime/vm/object_graph_test.cc (right): > > https://codereview.chromium.org/350403005/diff/40001/runtime/vm/object_graph_test.cc#newcode113 > ...
6 years, 5 months ago (2014-06-30 20:42:26 UTC) #4
koda
On 2014/06/30 20:42:26, koda wrote: > On 2014/06/30 16:20:04, koda wrote: > > > https://codereview.chromium.org/350403005/diff/40001/runtime/vm/object_graph_test.cc ...
6 years, 5 months ago (2014-07-01 18:06:42 UTC) #5
koda
FYI, during manual testing I uncovered a serious flaw in the current version of this ...
6 years, 5 months ago (2014-07-01 23:40:02 UTC) #6
koda
Updated with Observatory UI and bug fix. Here is a script for manual testing: path.dart: ...
6 years, 5 months ago (2014-07-02 16:45:51 UTC) #7
Cutch
lgtm https://codereview.chromium.org/350403005/diff/100001/runtime/vm/service_test.cc File runtime/vm/service_test.cc (right): https://codereview.chromium.org/350403005/diff/100001/runtime/vm/service_test.cc#newcode616 runtime/vm/service_test.cc:616: "var idElem;\n" // Ditto. maybe align these comments
6 years, 5 months ago (2014-07-02 18:23:51 UTC) #8
koda
Per offline discussion, added manual testing instructions in client/tests/ui. https://codereview.chromium.org/350403005/diff/100001/runtime/vm/service_test.cc File runtime/vm/service_test.cc (right): https://codereview.chromium.org/350403005/diff/100001/runtime/vm/service_test.cc#newcode616 runtime/vm/service_test.cc:616: ...
6 years, 5 months ago (2014-07-02 18:38:17 UTC) #9
koda
6 years, 5 months ago (2014-07-02 20:38:14 UTC) #10
Message was sent while issue was closed.
Committed patchset #9 manually as r37956 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698