| OLD | NEW |
| 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"> | 2 <link rel="import" href="class_ref.html"> |
| 3 <link rel="import" href="observatory_element.html"> | 3 <link rel="import" href="observatory_element.html"> |
| 4 <link rel="import" href="nav_bar.html"> | 4 <link rel="import" href="nav_bar.html"> |
| 5 <link rel="import" href="view_footer.html"> | |
| 6 | 5 |
| 7 <polymer-element name="heap-profile" extends="observatory-element"> | 6 <polymer-element name="heap-profile" extends="observatory-element"> |
| 8 <template> | 7 <template> |
| 9 <link rel="stylesheet" href="css/shared.css"> | 8 <link rel="stylesheet" href="css/shared.css"> |
| 10 <style> | 9 <style> |
| 11 .table { | 10 .table { |
| 12 border-collapse: collapse!important; | 11 border-collapse: collapse!important; |
| 13 margin-bottom: 20px | 12 margin-bottom: 20px |
| 14 table-layout: fixed; | 13 table-layout: fixed; |
| 15 } | 14 } |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 </thead> | 202 </thead> |
| 204 <tbody id="classTableBody"> | 203 <tbody id="classTableBody"> |
| 205 </tbody> | 204 </tbody> |
| 206 </table> | 205 </table> |
| 207 <view-footer></view-footer> | 206 <view-footer></view-footer> |
| 208 </div> | 207 </div> |
| 209 </template> | 208 </template> |
| 210 </polymer-element> | 209 </polymer-element> |
| 211 | 210 |
| 212 <script type="application/dart" src="heap_profile.dart"></script> | 211 <script type="application/dart" src="heap_profile.dart"></script> |
| OLD | NEW |