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

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

Issue 320233005: Regenerate Observatory JS (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | « no previous file | runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/deployed/web/index.html
diff --git a/runtime/bin/vmservice/client/deployed/web/index.html b/runtime/bin/vmservice/client/deployed/web/index.html
index c87c8a7f21148b61cfb44cb2913303dc78a1ce6d..4f86a0fd19bd66a10e2b97202d5a4e5f55a38af7 100644
--- a/runtime/bin/vmservice/client/deployed/web/index.html
+++ b/runtime/bin/vmservice/client/deployed/web/index.html
@@ -1148,15 +1148,17 @@ hr {
float: right;
margin: 0;
}
- li button {
+ button {
margin: 3px;
padding: 8px;
}
</style>
+ <!-- Disable until issues with history in Dartium are fixed
<li>
- <button class="black" on-click="{{ back }}">◀</button>
- <button class="black" on-click="{{ forward }}">▶</button>
+ <button class="black" on-click="{{ back }}">&#9664;</button>
+ <button class="black" on-click="{{ forward }}">&#9654;</button>
</li>
+ -->
</template>
</polymer-element>
@@ -11681,6 +11683,7 @@ hr {
See <a on-click="{{ goto }}" href="{{ gotoLink(isolate.relativeLink('heapmap')) }}">heap map</a>
</div>
</div>
+ <!-- Disable io link until UI is properly implemented.
<template if="{{ isolate.ioEnabled }}">
<div class="memberItem">
<div class="memberValue">
@@ -11688,6 +11691,7 @@ hr {
</div>
</div>
</template>
+ -->
</div>
<div class="flex-item-10-percent">
</div>
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698