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

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

Issue 2167053002: Converted Observatory nav-notify element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed template ciclic references that were blocking initialization Created 4 years, 5 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"> 2 <link rel="import" href="nav_bar.html">
3 <link rel="import" href="observatory_element.html">
4 3
5 <polymer-element name="isolate-reconnect" extends="observatory-element"> 4
5 <polymer-element name="isolate-reconnect">
6 <template> 6 <template>
7 <link rel="stylesheet" href="css/shared.css"> 7 <link rel="stylesheet" href="css/shared.css">
8 <style> 8 <style>
9 .doubleSpaced { 9 .doubleSpaced {
10 line-height: 2em; 10 line-height: 2em;
11 } 11 }
12 </style> 12 </style>
13 13
14 <nav-bar> 14 <nav-bar>
15 <top-nav-menu last="{{ true }}"></top-nav-menu> 15 <top-nav-menu last="{{ true }}"></top-nav-menu>
(...skipping 10 matching lines...) Expand all
26 </template> 26 </template>
27 <div class="memberItem doubleSpaced"> 27 <div class="memberItem doubleSpaced">
28 Go to <a _href="{{ gotoLink('/vm') }}">isolates summary</a> 28 Go to <a _href="{{ gotoLink('/vm') }}">isolates summary</a>
29 </div> 29 </div>
30 </div> 30 </div>
31 </div> 31 </div>
32 </template> 32 </template>
33 </polymer-element> 33 </polymer-element>
34 34
35 <script type="application/dart" src="isolate_reconnect.dart"></script> 35 <script type="application/dart" src="isolate_reconnect.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/io_view.html ('k') | runtime/observatory/lib/src/elements/isolate_ref.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698