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

Unified Diff: runtime/bin/vmservice/client/web/index.html

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/precommit.sh ('k') | runtime/bin/vmservice/client/web/observatory_main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/web/index.html
diff --git a/runtime/bin/vmservice/client/web/index.html b/runtime/bin/vmservice/client/web/index.html
index 50c89b51701f8d2744147d6653286abb1d0d6e65..c2dbabdd092e08ce8d5ab0d5a21fcfbfa8c63feb 100644
--- a/runtime/bin/vmservice/client/web/index.html
+++ b/runtime/bin/vmservice/client/web/index.html
@@ -1,14 +1,17 @@
<!DOCTYPE html>
-<html>
- <head>
- <title>Dart VM Observatory</title>
- <meta charset="utf-8">
- <script src="packages/polymer/boot.js"></script>
- <link type='text/css' rel='stylesheet' href='bootstrap_css/css/bootstrap.min.css' />
- <link rel="import" href="packages/observatory/observatory_elements.html">
- </head>
- <body>
- <observatory-application></observatory-application>
- <script type="application/dart" src="observatory_main.dart"></script>
- </body>
-</html>
+<head>
+ <title>Dart VM Observatory</title>
+ <meta charset="utf-8">
+ <link type="text/css" rel="stylesheet"
+ href="bootstrap_css/css/bootstrap.min.css" />
+ <link rel="import" href="packages/observatory/observatory_elements.html">
+ <script type='application/dart'>
+ import 'package:polymer/init.dart';
+ // this export won't be needed after we fix issue 14542
+ export 'package:polymer/init.dart';
+ </script>
+ <script src="packages/browser/dart.js"></script>
+</head>
+<body>
+ <observatory-application></observatory-application>
+</body>
« no previous file with comments | « runtime/bin/vmservice/client/precommit.sh ('k') | runtime/bin/vmservice/client/web/observatory_main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698