| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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> |
| OLD | NEW |