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

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

Issue 217473004: Minor fix in isolate-view. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/deployed/web/index_devtools.html » ('j') | 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><html><head><script src="packages/shadow_dom/shadow_dom.debug.js" ></script> 1 <!DOCTYPE html><html><head><script src="packages/shadow_dom/shadow_dom.debug.js" ></script>
2 <script src="packages/custom_element/custom-elements.debug.js"></script> 2 <script src="packages/custom_element/custom-elements.debug.js"></script>
3 3
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link type="text/css" rel="stylesheet" href="bootstrap_css/css/bootstrap.min.c ss"> 5 <link type="text/css" rel="stylesheet" href="bootstrap_css/css/bootstrap.min.c ss">
6 6
7 <title>Dart VM Observatory</title> 7 <title>Dart VM Observatory</title>
8 <script type="text/javascript" src="https://www.google.com/jsapi"></script> 8 <script type="text/javascript" src="https://www.google.com/jsapi"></script>
9 <script src="packages/browser/interop.js"></script> 9 <script src="packages/browser/interop.js"></script>
10 10
(...skipping 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 <span style="padding-left:20px;"> 1169 <span style="padding-left:20px;">
1170 [<a on-click="{{ resume }}">resume</a>] 1170 [<a on-click="{{ resume }}">resume</a>]
1171 </span> 1171 </span>
1172 </template> 1172 </template>
1173 1173
1174 <template if="{{ isolate.running }}"> 1174 <template if="{{ isolate.running }}">
1175 <strong>running</strong> 1175 <strong>running</strong>
1176 @ 1176 @
1177 <function-ref ref="{{ isolate.topFrame['function'] }}"> 1177 <function-ref ref="{{ isolate.topFrame['function'] }}">
1178 </function-ref> 1178 </function-ref>
1179 (<script-ref ref="{{ isolate.topFrame['script'] }}" line="{{ isola te.topFrame['line'] }}"></script-ref>) 1179 (<script-ref ref="{{ isolate.topFrame['script'] }}" pos="{{ isolat e.topFrame['tokenPos'] }}">
1180 </script-ref>)
1180 </template> 1181 </template>
1181 1182
1182 <template if="{{ isolate.idle }}"> 1183 <template if="{{ isolate.idle }}">
1183 <strong>idle</strong> 1184 <strong>idle</strong>
1184 </template> 1185 </template>
1185 </div> 1186 </div>
1186 </div> 1187 </div>
1187 </div> 1188 </div>
1188 </div> 1189 </div>
1189 1190
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
2107 <template> 2108 <template>
2108 <a href="{{ url }}">{{ ref.name }}</a> 2109 <a href="{{ url }}">{{ ref.name }}</a>
2109 </template> 2110 </template>
2110 2111
2111 </polymer-element> 2112 </polymer-element>
2112 2113
2113 2114
2114 <observatory-application></observatory-application> 2115 <observatory-application></observatory-application>
2115 2116
2116 </body></html> 2117 </body></html>
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/deployed/web/index_devtools.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698