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

Issue 24471002: Initial GUI for review (Closed)

Created:
7 years, 3 months ago by Cutch
Modified:
7 years, 2 months ago
Reviewers:
justinfagnani, sethladd
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Ivan Posva, siva
Visibility:
Public.

Description

Initial GUI for VM observatory, some notes: *) Minimal feature set: isolate list and stack trace for a given isolate. *) This CL only includes the Polymer application. Looking for review Polymer application structure and style.

Patch Set 1 #

Total comments: 23

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8151 lines, -0 lines) Patch
A runtime/bin/vmservice/client/observatory/.gitignore View 1 chunk +1 line, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/css/bootstrap.css View 1 chunk +6805 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/css/bootstrap-theme.css View 1 chunk +384 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/css/bootstrap-theme.min.css View 1 chunk +1 line, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/css/bootstrap.min.css View 1 chunk +9 lines, -0 lines 0 comments Download
A + runtime/bin/vmservice/client/observatory/favicon.ico View Binary file 0 comments Download
A runtime/bin/vmservice/client/observatory/fonts/glyphicons-halflings-regular.eot View Binary file 0 comments Download
A runtime/bin/vmservice/client/observatory/fonts/glyphicons-halflings-regular.svg View 1 chunk +228 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/fonts/glyphicons-halflings-regular.ttf View Binary file 0 comments Download
A runtime/bin/vmservice/client/observatory/fonts/glyphicons-halflings-regular.woff View Binary file 0 comments Download
A runtime/bin/vmservice/client/observatory/img/isolate_icon.png View Binary file 0 comments Download
A runtime/bin/vmservice/client/observatory/index.html View 1 1 chunk +14 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/observatory_main.dart View 1 1 chunk +4 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/observatory.dart View 1 chunk +14 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/observatory_elements.dart View 1 chunk +14 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/observatory_elements.html View 1 chunk +16 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/anchor.dart View 1 1 chunk +119 lines, -0 lines 2 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/application.dart View 1 1 chunk +31 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/isolate.dart View 1 1 chunk +11 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/isolate_manager.dart View 1 1 chunk +47 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/observatory_element.dart View 1 1 chunk +8 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/request_manager.dart View 1 1 chunk +60 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/collapsible_content.dart View 1 1 chunk +42 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/collapsible_content.html View 1 1 chunk +14 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/error_view.dart View 1 1 chunk +10 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/error_view.html View 1 1 chunk +10 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/img/isolate_icon.png View Binary file 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/isolate_list.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/isolate_list.html View 1 1 chunk +16 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/isolate_summary.dart View 1 chunk +10 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/isolate_summary.html View 1 chunk +27 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/json_view.dart View 1 chunk +53 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/json_view.html View 1 1 chunk +30 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/message_viewer.dart View 1 chunk +30 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/message_viewer.html View 1 1 chunk +27 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/navigation_bar.dart View 1 chunk +8 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/navigation_bar.html View 1 1 chunk +16 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/observatory_application.dart View 1 1 chunk +15 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/observatory_application.html View 1 1 chunk +11 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/response_viewer.dart View 1 chunk +8 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/response_viewer.html View 1 1 chunk +16 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/stack_trace.dart View 1 chunk +9 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/stack_trace.html View 1 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Cutch
7 years, 3 months ago (2013-09-24 22:49:52 UTC) #1
justinfagnani
Please add more documentation, it's hard to see how everything is wired together. https://codereview.chromium.org/24471002/diff/1/runtime/bin/vmservice/client/observatory/index.html File ...
7 years, 3 months ago (2013-09-24 23:20:16 UTC) #2
Cutch
I will update the CL shortly with a more commented version which incorporates all of ...
7 years, 2 months ago (2013-09-25 18:10:19 UTC) #3
justinfagnani
lgtm Still need copyright notices on all files https://codereview.chromium.org/24471002/diff/16001/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/anchor.dart File runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/anchor.dart (right): https://codereview.chromium.org/24471002/diff/16001/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/anchor.dart#newcode6 runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/anchor.dart:6: class ...
7 years, 2 months ago (2013-09-26 01:46:23 UTC) #4
Cutch
7 years, 2 months ago (2013-09-26 20:34:21 UTC) #5
Added copyright notices.

https://codereview.chromium.org/24471002/diff/16001/runtime/bin/vmservice/cli...
File
runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/anchor.dart
(right):

https://codereview.chromium.org/24471002/diff/16001/runtime/bin/vmservice/cli...
runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory/anchor.dart:6:
class Anchor extends Object with ObservableMixin {
On 2013/09/26 01:46:24, justinfagnani wrote:
> I'd rename this to something like Links or Uris

Done.

Powered by Google App Engine
This is Rietveld 408576698