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

Unified Diff: runtime/bin/vmservice/client/lib/observatory.dart

Issue 50243002: Extend Observatory to display libraries, classes, fields, functions and code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/build.dart ('k') | runtime/bin/vmservice/client/lib/observatory_elements.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/lib/observatory.dart
diff --git a/runtime/bin/vmservice/client/lib/observatory.dart b/runtime/bin/vmservice/client/lib/observatory.dart
index 990b5f2cb3c8936ee2db86c49bc849725a443227..5355af1d88ef45c880ba75618cd811b07a3180ff 100644
--- a/runtime/bin/vmservice/client/lib/observatory.dart
+++ b/runtime/bin/vmservice/client/lib/observatory.dart
@@ -3,6 +3,7 @@ library observatory;
import 'dart:async';
import 'dart:convert';
import 'dart:html';
+import 'dart:mirrors';
sethladd 2013/10/30 22:45:02 have you investigated mirrorsused? What is the siz
Ivan Posva 2013/10/30 22:57:08 John, I must be missing something as I did not se
import 'package:polymer/polymer.dart';
« no previous file with comments | « runtime/bin/vmservice/client/build.dart ('k') | runtime/bin/vmservice/client/lib/observatory_elements.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698