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

Unified Diff: runtime/bin/vmservice/client/deployed/web/index_devtools.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
Index: runtime/bin/vmservice/client/deployed/web/index_devtools.html
diff --git a/runtime/bin/vmservice/client/deployed/web/index_devtools.html b/runtime/bin/vmservice/client/deployed/web/index_devtools.html
index 54ad1c6ae49ea3e98879c884288bab7ac15a663a..57782b1da41a8b770e5d5632a997de060bf044b6 100644
--- a/runtime/bin/vmservice/client/deployed/web/index_devtools.html
+++ b/runtime/bin/vmservice/client/deployed/web/index_devtools.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>

Powered by Google App Engine
This is Rietveld 408576698