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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <head>
3 <head> 3 <title>Dart VM Observatory</title>
4 <title>Dart VM Observatory</title> 4 <meta charset="utf-8">
5 <meta charset="utf-8"> 5 <link type="text/css" rel="stylesheet"
6 <script src="packages/polymer/boot.js"></script> 6 href="bootstrap_css/css/bootstrap.min.css" />
7 <link type='text/css' rel='stylesheet' href='bootstrap_css/css/bootstrap.min .css' /> 7 <link rel="import" href="packages/observatory/observatory_elements.html">
8 <link rel="import" href="packages/observatory/observatory_elements.html"> 8 <script type='application/dart'>
9 </head> 9 import 'package:polymer/init.dart';
10 <body> 10 // this export won't be needed after we fix issue 14542
11 <observatory-application></observatory-application> 11 export 'package:polymer/init.dart';
12 <script type="application/dart" src="observatory_main.dart"></script> 12 » </script>
13 </body> 13 <script src="packages/browser/dart.js"></script>
14 </html> 14 </head>
15 <body>
16 <observatory-application></observatory-application>
17 </body>
OLDNEW
« 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