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

Unified Diff: runtime/bin/vmservice/client/lib/src/observatory_elements/message_viewer.html

Issue 131973007: Allow root level requests in the vm service. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_list.html ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/lib/src/observatory_elements/message_viewer.html
===================================================================
--- runtime/bin/vmservice/client/lib/src/observatory_elements/message_viewer.html (revision 31848)
+++ runtime/bin/vmservice/client/lib/src/observatory_elements/message_viewer.html (working copy)
@@ -7,6 +7,7 @@
<link rel="import" href="function_view.html">
<link rel="import" href="instance_view.html">
<link rel="import" href="isolate_list.html">
+ <link rel="import" href="json_view.html">
<link rel="import" href="library_view.html">
<link rel="import" href="observatory_element.html">
<link rel="import" href="script_view.html">
@@ -70,6 +71,9 @@
<template if="{{ messageType == 'Script' }}">
<script-view app="{{ app }}" script="{{ message }}"></script-view>
</template>
+ <template if="{{ messageType == 'CPU' }}">
+ <json-view json="{{ message }}"></json-view>
+ </template>
<!-- Add new views and message types in the future here. -->
</template>
<script type="application/dart" src="message_viewer.dart"></script>
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/observatory_elements/isolate_list.html ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698