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

Issue 50243002: Extend Observatory to display libraries, classes, fields, functions and code. (Closed)

Created:
7 years, 1 month ago by Cutch
Modified:
7 years, 1 month ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Extend Observatory to display libraries, classes, fields, functions and code. R=sethladd@google.com Committed: https://code.google.com/p/dart/source/detail?r=29622

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+813 lines, -134 lines) Patch
M runtime/bin/vmservice/client/build.dart View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/lib/observatory_elements.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/observatory_elements.html View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/application.dart View 1 2 3 1 chunk +8 lines, -5 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/isolate.dart View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/isolate_manager.dart View 1 2 3 3 chunks +1 line, -3 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/location_manager.dart View 1 2 3 6 chunks +8 lines, -2 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/request_manager.dart View 1 2 3 3 chunks +9 lines, -5 lines 0 comments Download
A + runtime/bin/vmservice/client/lib/src/observatory_elements/class_view.dart View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/observatory_elements/class_view.html View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/observatory_elements/code_view.dart View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/observatory_elements/code_view.html View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/collapsible_content.dart View 1 2 3 2 chunks +10 lines, -6 lines 0 comments Download
A + runtime/bin/vmservice/client/lib/src/observatory_elements/disassembly_entry.dart View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/observatory_elements/disassembly_entry.html View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/error_view.dart View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/error_view.html View 1 2 3 1 chunk +9 lines, -4 lines 0 comments Download
A + runtime/bin/vmservice/client/lib/src/observatory_elements/field_view.dart View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/observatory_elements/field_view.html View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A + runtime/bin/vmservice/client/lib/src/observatory_elements/function_view.dart View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/observatory_elements/function_view.html View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_list.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_summary.dart View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_summary.html View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/json_view.dart View 1 2 3 1 chunk +7 lines, -3 lines 0 comments Download
A + runtime/bin/vmservice/client/lib/src/observatory_elements/library_view.dart View 1 2 3 1 chunk +7 lines, -4 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/observatory_elements/library_view.html View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/message_viewer.dart View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/message_viewer.html View 1 2 3 2 chunks +21 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/navigation_bar.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_application.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/observatory_element.dart View 1 2 3 1 chunk +11 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/response_viewer.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/response_viewer.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/stack_trace.dart View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/stack_trace.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A runtime/bin/vmservice/client/out/web/.gitignore View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/out/web/index.html View 1 2 3 8 chunks +290 lines, -23 lines 0 comments Download
M runtime/bin/vmservice/client/out/web/index.html_bootstrap.dart View 1 2 3 1 chunk +27 lines, -15 lines 0 comments Download
D runtime/bin/vmservice/client/out/web/observatory_main.dart View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download
A runtime/bin/vmservice/client/precommit.sh View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/web/index.html View 1 2 3 1 chunk +16 lines, -13 lines 0 comments Download
D runtime/bin/vmservice/client/web/observatory_main.dart View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Cutch
Seth & Justin, This CL is pure Polymer changes, PTAL. john
7 years, 1 month ago (2013-10-29 07:05:20 UTC) #1
sethladd
I didn't look at every line, but would suggest moving to explicit show for each ...
7 years, 1 month ago (2013-10-30 22:45:01 UTC) #2
sethladd
lgtm
7 years, 1 month ago (2013-10-30 22:48:19 UTC) #3
Ivan Posva
https://codereview.chromium.org/50243002/diff/220002/runtime/bin/vmservice/client/lib/observatory.dart File runtime/bin/vmservice/client/lib/observatory.dart (right): https://codereview.chromium.org/50243002/diff/220002/runtime/bin/vmservice/client/lib/observatory.dart#newcode6 runtime/bin/vmservice/client/lib/observatory.dart:6: import 'dart:mirrors'; John, I must be missing something as ...
7 years, 1 month ago (2013-10-30 22:57:08 UTC) #4
Cutch
On 2013/10/30 22:57:08, Ivan Posva wrote: > https://codereview.chromium.org/50243002/diff/220002/runtime/bin/vmservice/client/lib/observatory.dart > File runtime/bin/vmservice/client/lib/observatory.dart (right): > > https://codereview.chromium.org/50243002/diff/220002/runtime/bin/vmservice/client/lib/observatory.dart#newcode6 ...
7 years, 1 month ago (2013-10-31 00:35:28 UTC) #5
Cutch
7 years, 1 month ago (2013-10-31 01:27:19 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r29622 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698