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

Issue 1152753005: Service cleanups... (Closed)

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

Description

Service cleanups... - Allow for multiple breakpoints in the service protocol. The info isn't actually provided or used yet. - Drop index for list elements returned by the protocol. Flatten structure. - Drop index for context elements. Keep sub-structure so we can choose to add extra slot info later. - Errors now have ids and kinds. - exception and stacktrace move from @Error to Error. - All heap Objects now include class/size. - Changed BoundedType.type and TypeRef.type to different names. Turns out we already have a "type" property that conflicts. BUG= R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/1b59b9ea0603c868ddf89e0626c6b94996f6fa42

Patch Set 1 #

Total comments: 8

Patch Set 2 : Update docs. Tweak TypeRef and BoundedType. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+239 lines, -185 lines) Patch
M runtime/observatory/lib/src/elements/context_ref.html View 1 chunk +4 lines, -3 lines 0 comments Download
M runtime/observatory/lib/src/elements/context_view.html View 1 chunk +5 lines, -3 lines 0 comments Download
M runtime/observatory/lib/src/elements/instance_ref.html View 1 chunk +4 lines, -3 lines 0 comments Download
M runtime/observatory/lib/src/elements/instance_view.html View 1 chunk +4 lines, -3 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/get_object_rpc_test.dart View 1 chunk +3 lines, -4 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 23 chunks +57 lines, -72 lines 0 comments Download
M runtime/vm/service/service.md View 1 51 chunks +137 lines, -93 lines 0 comments Download
M runtime/vm/service_event.cc View 1 chunk +11 lines, -2 lines 0 comments Download
M runtime/vm/service_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
turnidge
https://codereview.chromium.org/1152753005/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1152753005/diff/1/runtime/vm/object.cc#newcode1604 runtime/vm/object.cc:1604: const Class& cls = Class::Handle(this->clazz()); If I add the ...
5 years, 6 months ago (2015-06-04 05:16:36 UTC) #2
Cutch
lgtm https://codereview.chromium.org/1152753005/diff/1/runtime/observatory/lib/src/elements/context_ref.html File runtime/observatory/lib/src/elements/context_ref.html (right): https://codereview.chromium.org/1152753005/diff/1/runtime/observatory/lib/src/elements/context_ref.html#newcode19 runtime/observatory/lib/src/elements/context_ref.html:19: <template repeat="{{ index in ref.variables.asMap().keys }}"> Can we ...
5 years, 6 months ago (2015-06-04 13:16:15 UTC) #3
turnidge
https://codereview.chromium.org/1152753005/diff/1/runtime/observatory/lib/src/elements/context_ref.html File runtime/observatory/lib/src/elements/context_ref.html (right): https://codereview.chromium.org/1152753005/diff/1/runtime/observatory/lib/src/elements/context_ref.html#newcode19 runtime/observatory/lib/src/elements/context_ref.html:19: <template repeat="{{ index in ref.variables.asMap().keys }}"> On 2015/06/04 13:16:15, ...
5 years, 6 months ago (2015-06-04 15:54:43 UTC) #4
turnidge
5 years, 6 months ago (2015-06-04 16:09:28 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
1b59b9ea0603c868ddf89e0626c6b94996f6fa42 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698