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

Issue 194623006: Improve the instance-view page in observatory. (Closed)

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

Description

Improve the instance-view page in observatory. Add an eval-box element which is used to evaluate expressions. Support expression evaluation for instances in the vm service. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=33592

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : fixes #

Patch Set 5 : gen js / fix stuff #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9118 lines, -7936 lines) Patch
M runtime/bin/vmservice/client/deployed/web/index.html View 1 2 3 4 5 chunks +192 lines, -38 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js View 720 chunks +4028 lines, -3877 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html View 1 2 3 4 5 chunks +192 lines, -38 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html_bootstrap.dart.js View 720 chunks +4028 lines, -3877 lines 0 comments Download
M runtime/bin/vmservice/client/lib/elements.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/elements.html View 1 1 chunk +1 line, -0 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/elements/eval_box.dart View 1 2 3 4 1 chunk +57 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/elements/eval_box.html View 1 2 3 4 1 chunk +88 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/instance_ref.dart View 1 1 chunk +7 lines, -5 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/instance_ref.html View 1 1 chunk +6 lines, -2 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/instance_view.dart View 1 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/instance_view.html View 1 2 3 4 2 chunks +101 lines, -31 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/observatory_element.dart View 1 2 chunks +6 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/service/service.dart View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 10 chunks +42 lines, -14 lines 0 comments Download
M runtime/vm/service.cc View 1 2 chunks +125 lines, -52 lines 0 comments Download
M runtime/vm/service_test.cc View 1 3 chunks +228 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
turnidge
6 years, 9 months ago (2014-03-11 17:29:01 UTC) #1
turnidge
Ok, it's ready now.
6 years, 9 months ago (2014-03-11 20:59:44 UTC) #2
Cutch
lgtm w/ comments. https://codereview.chromium.org/194623006/diff/40001/runtime/bin/vmservice/client/lib/src/elements/eval_box.dart File runtime/bin/vmservice/client/lib/src/elements/eval_box.dart (right): https://codereview.chromium.org/194623006/diff/40001/runtime/bin/vmservice/client/lib/src/elements/eval_box.dart#newcode22 runtime/bin/vmservice/client/lib/src/elements/eval_box.dart:22: @published ObservableList expressions = toObservable([]); Should ...
6 years, 9 months ago (2014-03-11 22:06:45 UTC) #3
turnidge
Done. Also snuck in a fix in eval_box.html that displays multi-line expressions in a slightly ...
6 years, 9 months ago (2014-03-11 22:23:22 UTC) #4
turnidge
6 years, 9 months ago (2014-03-12 17:18:30 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 manually as r33592 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698