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

Unified Diff: runtime/bin/vmservice/observatory/web/index_devtools.html

Issue 584293002: Begin implementing a debugger page in Observatory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js Created 6 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/observatory/web/index.html ('k') | runtime/bin/vmservice/resources.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/observatory/web/index_devtools.html
diff --git a/runtime/bin/vmservice/observatory/web/index_devtools.html b/runtime/bin/vmservice/observatory/web/index_devtools.html
index 28a9cd1238713995d3465541f1aa3cbc945814d3..0ea7738da05b8a3acfc83748c41745ca8a94a292 100644
--- a/runtime/bin/vmservice/observatory/web/index_devtools.html
+++ b/runtime/bin/vmservice/observatory/web/index_devtools.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<html style="height: 100%">
<head>
<title>Dart VM Observatory</title>
<meta charset="utf-8">
@@ -10,6 +11,7 @@
<script type="application/dart" src="main.dart"></script>
<script src="packages/browser/dart.js"></script>
</head>
-<body>
+<body style="height:100%">
<observatory-application devtools="true"></observatory-application>
</body>
+</html>
« no previous file with comments | « runtime/bin/vmservice/observatory/web/index.html ('k') | runtime/bin/vmservice/resources.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698