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

Issue 1719313002: Add persistent handles to service protocol and Observatory UI (Closed)

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

Description

Add persistent handles to service protocol and Observatory UI VM Changes: - Add private _getPersistentHandles service RPC. - Add service_test for _getPersistentHandles. Observatory Changes: - Add Persistent Handles page. - Display persistent handles in a curly-block - Display weak persistent handles in a sortable table. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/b2249f30fdf09d540cc5e9601aeed605d78a923e

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+499 lines, -5 lines) Patch
M runtime/bin/stdio_patch.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/lib/elements.dart View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/lib/elements.html View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/lib/src/app/application.dart View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/lib/src/app/page.dart View 1 chunk +15 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/isolate_summary.html View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/nav_bar.html View 1 chunk +2 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/persistent_handles.dart View 1 1 chunk +178 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/persistent_handles.html View 1 2 3 4 1 chunk +106 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/observatory/observatory_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_state.h View 3 chunks +11 lines, -4 lines 0 comments Download
M runtime/vm/service.cc View 1 2 4 chunks +97 lines, -0 lines 0 comments Download
M runtime/vm/service_test.cc View 1 chunk +75 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
Cutch
4 years, 10 months ago (2016-02-22 22:17:30 UTC) #4
rmacnak
https://chromiumcodereview.appspot.com/1719313002/diff/20001/runtime/observatory/lib/src/elements/persistent_handles.html File runtime/observatory/lib/src/elements/persistent_handles.html (right): https://chromiumcodereview.appspot.com/1719313002/diff/20001/runtime/observatory/lib/src/elements/persistent_handles.html#newcode61 runtime/observatory/lib/src/elements/persistent_handles.html:61: <h1>Persistent Handles</h1> Persistent Handles (count) https://chromiumcodereview.appspot.com/1719313002/diff/20001/runtime/observatory/lib/src/elements/persistent_handles.html#newcode70 runtime/observatory/lib/src/elements/persistent_handles.html:70: <any-service-ref ref="{{ ...
4 years, 10 months ago (2016-02-23 20:58:22 UTC) #5
Cutch
https://codereview.chromium.org/1719313002/diff/20001/runtime/observatory/lib/src/elements/persistent_handles.html File runtime/observatory/lib/src/elements/persistent_handles.html (right): https://codereview.chromium.org/1719313002/diff/20001/runtime/observatory/lib/src/elements/persistent_handles.html#newcode61 runtime/observatory/lib/src/elements/persistent_handles.html:61: <h1>Persistent Handles</h1> On 2016/02/23 20:58:21, rmacnak wrote: > Persistent ...
4 years, 10 months ago (2016-02-25 17:23:43 UTC) #6
Cutch
PTAL
4 years, 10 months ago (2016-02-26 14:55:28 UTC) #7
rmacnak
lgtm
4 years, 9 months ago (2016-03-01 00:56:08 UTC) #8
Cutch
4 years, 9 months ago (2016-03-01 15:31:35 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
b2249f30fdf09d540cc5e9601aeed605d78a923e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698