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

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

Issue 2204973003: Converted Observatory class-ref & library-ref elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed indentation 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="class_ref.html">
3 2
4 <polymer-element name="heap-profile"> 3 <polymer-element name="heap-profile">
5 <template> 4 <template>
6 <link rel="stylesheet" href="css/shared.css"> 5 <link rel="stylesheet" href="css/shared.css">
7 <style> 6 <style>
8 .table { 7 .table {
9 border-collapse: collapse!important; 8 border-collapse: collapse!important;
10 margin-bottom: 20px 9 margin-bottom: 20px
11 table-layout: fixed; 10 table-layout: fixed;
12 } 11 }
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 </thead> 200 </thead>
202 <tbody id="classTableBody"> 201 <tbody id="classTableBody">
203 </tbody> 202 </tbody>
204 </table> 203 </table>
205 <view-footer></view-footer> 204 <view-footer></view-footer>
206 </div> 205 </div>
207 </template> 206 </template>
208 </polymer-element> 207 </polymer-element>
209 208
210 <script type="application/dart" src="heap_profile.dart"></script> 209 <script type="application/dart" src="heap_profile.dart"></script>
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/heap_profile.dart ('k') | runtime/observatory/lib/src/elements/heap_snapshot.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698