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

Unified Diff: runtime/bin/vmservice/observatory/web/index.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
Index: runtime/bin/vmservice/observatory/web/index.html
diff --git a/runtime/bin/vmservice/observatory/web/index.html b/runtime/bin/vmservice/observatory/web/index.html
index 1d7782211218c3f5d77e84976cf0bae8b0fe0800..75dce9f27c7be695282a74f8a86a04440c559c41 100644
--- a/runtime/bin/vmservice/observatory/web/index.html
+++ b/runtime/bin/vmservice/observatory/web/index.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<html style="height: 100%">
<head>
<meta charset="utf-8">
<title>Dart VM Observatory</title>
@@ -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></observatory-application>
</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698