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

Side by Side Diff: runtime/observatory/web/index.html

Issue 2870713002: Avoid error in Observatory about trying to load file not included in the Observatory assets. (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « runtime/observatory/tests/observatory_ui/vm_connect_target/element_test.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html style="height: 100%"> 2 <html style="height: 100%">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Dart VM Observatory</title> 5 <title>Dart VM Observatory</title>
6 <link rel="stylesheet" href="packages/charted/charts/themes/quantum_theme.css" > 6 <link rel="stylesheet" href="packages/charted/charts/themes/quantum_theme.css" >
7 <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css" > 7 <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css" >
8 <script src="packages/web_components/webcomponents-lite.min.js"></script> 8 <script src="packages/web_components/webcomponents-lite.min.js"></script>
9 <script src="packages/web_components/dart_support.js"></script>
10 <script async type="application/dart" src="main.dart"></script> 9 <script async type="application/dart" src="main.dart"></script>
11 <script async src="packages/browser/dart.js"></script> 10 <script async src="packages/browser/dart.js"></script>
12 </head> 11 </head>
13 <body style="height: 100%"> 12 <body style="height: 100%">
14 </body> 13 </body>
15 </html> 14 </html>
OLDNEW
« no previous file with comments | « runtime/observatory/tests/observatory_ui/vm_connect_target/element_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698