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

Side by Side Diff: runtime/observatory/lib/src/elements/class_tree.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, 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">
3
4 <link rel="import" href="class_ref.html"> 2 <link rel="import" href="class_ref.html">
5 3
6 <polymer-element name="class-tree"> 4 <polymer-element name="class-tree">
7 <template> 5 <template>
8 <link rel="stylesheet" href="css/shared.css"> 6 <link rel="stylesheet" href="css/shared.css">
9 <style> 7 <style>
10 .table { 8 .table {
11 border-spacing: 0px; 9 border-spacing: 0px;
12 width: 100%; 10 width: 100%;
13 margin-bottom: 20px 11 margin-bottom: 20px
(...skipping 22 matching lines...) Expand all
36 <div class="content-centered"> 34 <div class="content-centered">
37 <h1>Class Hierarchy</h1> 35 <h1>Class Hierarchy</h1>
38 <table id="tableTree" class="table"> 36 <table id="tableTree" class="table">
39 <tbody id="tableTreeBody"></tbody> 37 <tbody id="tableTreeBody"></tbody>
40 </table> 38 </table>
41 </div> 39 </div>
42 </template> 40 </template>
43 </polymer-element> 41 </polymer-element>
44 42
45 <script type="application/dart" src="class_tree.dart"></script> 43 <script type="application/dart" src="class_tree.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/mocks.dart ('k') | runtime/observatory/lib/src/elements/class_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698