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

Issue 483103003: Incoming references service request and UI. (Closed)

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

Description

Incoming references service request and UI. Misses references from stack frames and embedder handles. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=39534

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 15

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3109 lines, -1636 lines) Patch
M runtime/bin/vmservice/observatory/deployed/web/index.html View 1 2 3 4 5 6 7 7 chunks +318 lines, -6 lines 0 comments Download
M runtime/bin/vmservice/observatory/deployed/web/index.html._data View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/observatory/deployed/web/index.html_bootstrap.dart.js View 1 2 3 4 5 6 7 260 chunks +999 lines, -801 lines 0 comments Download
M runtime/bin/vmservice/observatory/deployed/web/index_devtools.html View 1 2 3 4 5 6 7 7 chunks +318 lines, -6 lines 0 comments Download
M runtime/bin/vmservice/observatory/deployed/web/index_devtools.html._data View 1 2 3 4 5 6 7 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 3 4 5 6 7 260 chunks +999 lines, -801 lines 0 comments Download
M runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/class_ref.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/field_ref.html View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
A runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/inbound_reference.html View 1 2 3 4 5 6 7 8 1 chunk +40 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/instance_view.html View 1 2 3 4 5 6 7 3 chunks +20 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/service_ref.html View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/elements/field_ref.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.dart View 1 2 3 4 5 1 chunk +49 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.html View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/elements/instance_view.dart View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/elements/instance_view.html View 1 2 3 4 5 3 chunks +20 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/elements/observatory_element.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/elements/service_ref.dart View 1 2 3 4 5 2 chunks +70 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/elements/service_ref.html View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/observatory/lib/src/service/object.dart View 1 2 3 4 5 6 7 9 chunks +13 lines, -7 lines 0 comments Download
A runtime/bin/vmservice/observatory/test/inbound_references_test.dart View 1 2 3 1 chunk +58 lines, -0 lines 0 comments Download
M runtime/vm/object_graph.h View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/object_graph.cc View 1 2 3 4 5 6 1 chunk +69 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 3 chunks +65 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
rmacnak
6 years, 4 months ago (2014-08-20 23:54:54 UTC) #1
koda
Nice. https://codereview.chromium.org/483103003/diff/120001/runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.dart File runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.dart (right): https://codereview.chromium.org/483103003/diff/120001/runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.dart#newcode16 runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.dart:16: bool get slotIsNum => slot is num; Consider ...
6 years, 4 months ago (2014-08-21 18:21:21 UTC) #2
Cutch
https://codereview.chromium.org/483103003/diff/120001/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html File runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html (right): https://codereview.chromium.org/483103003/diff/120001/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html#newcode6 runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html:6: <span><a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url ...
6 years, 4 months ago (2014-08-21 20:08:56 UTC) #3
Cutch
https://codereview.chromium.org/483103003/diff/120001/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html File runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html (right): https://codereview.chromium.org/483103003/diff/120001/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html#newcode6 runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html:6: <span><a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url ...
6 years, 4 months ago (2014-08-21 20:08:56 UTC) #4
rmacnak
Also made retaining path use any-service-ref so Functions/Code/Fields in the path are proper links. https://codereview.chromium.org/483103003/diff/120001/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html ...
6 years, 4 months ago (2014-08-21 22:06:45 UTC) #5
rmacnak
https://codereview.chromium.org/483103003/diff/120001/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html File runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html (right): https://codereview.chromium.org/483103003/diff/120001/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html#newcode6 runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html:6: <span><a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url ...
6 years, 4 months ago (2014-08-25 21:46:36 UTC) #6
Cutch
lgtm
6 years, 4 months ago (2014-08-25 21:47:50 UTC) #7
rmacnak
6 years, 4 months ago (2014-08-25 22:32:03 UTC) #8
Message was sent while issue was closed.
Committed patchset #9 manually as 39534 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698