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

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

Issue 82793004: Add field and function view for libraries. Rough cut. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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
Index: runtime/bin/vmservice/client/lib/src/observatory_elements/response_viewer.html
===================================================================
--- runtime/bin/vmservice/client/lib/src/observatory_elements/response_viewer.html (revision 30547)
+++ runtime/bin/vmservice/client/lib/src/observatory_elements/response_viewer.html (working copy)
@@ -9,7 +9,7 @@
<template repeat="{{ message in app.requestManager.responses }}">
<message-viewer app="{{ app }}" message="{{ message }}"></message-viewer>
<collapsible-content>
- <!-- <json-view json="{{ message }}"></json-view> -->
+ <json-view json="{{ message }}"></json-view>
</collapsible-content>
</template>
</template>

Powered by Google App Engine
This is Rietveld 408576698