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

Side by Side Diff: runtime/observatory/lib/src/elements/vm_connect.html

Issue 2164903003: Converted Observatory library-nav-menu element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Added missing file into observatory_sources.gypi Created 4 years, 4 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
OLDNEW
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> 1 <link rel="import" href="../../../../packages/polymer/polymer.html">
2 <link rel="import" href="nav_bar.html">
3
4 2
5 <polymer-element name="vm-connect"> 3 <polymer-element name="vm-connect">
6 <template> 4 <template>
7 <link rel="stylesheet" href="css/shared.css"> 5 <link rel="stylesheet" href="css/shared.css">
8 <style> 6 <style>
9 .textbox { 7 .textbox {
10 width: 20em; 8 width: 20em;
11 font: 400 16px 'Montserrat', sans-serif; 9 font: 400 16px 'Montserrat', sans-serif;
12 } 10 }
13 </style> 11 </style>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'curl localhost:8181/_getCrashDump > dump.json'</pre> 51 'curl localhost:8181/_getCrashDump > dump.json'</pre>
54 <hr> 52 <hr>
55 </div> 53 </div>
56 </div> 54 </div>
57 </div> 55 </div>
58 <view-footer></view-footer> 56 <view-footer></view-footer>
59 </template> 57 </template>
60 </polymer-element> 58 </polymer-element>
61 59
62 <script type="application/dart" src="vm_connect.dart"></script> 60 <script type="application/dart" src="vm_connect.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/timeline_page.html ('k') | runtime/observatory/lib/src/elements/vm_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698