| 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="code_ref.html"> | 2 <link rel="import" href="code_ref.html"> |
| 3 <link rel="import" href="function_ref.html"> | 3 <link rel="import" href="function_ref.html"> |
| 4 <link rel="import" href="nav_bar.html"> | 4 <link rel="import" href="nav_bar.html"> |
| 5 <link rel="import" href="observatory_element.html"> | 5 <link rel="import" href="observatory_element.html"> |
| 6 <link rel="import" href="sliding_checkbox.html"> | 6 <link rel="import" href="sliding_checkbox.html"> |
| 7 | 7 |
| 8 <polymer-element name="isolate-profile" extends="observatory-element"> | 8 <polymer-element name="isolate-profile" extends="observatory-element"> |
| 9 <template> | 9 <template> |
| 10 <link rel="stylesheet" href="css/shared.css"> | 10 <link rel="stylesheet" href="css/shared.css"> |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 </div> | 183 </div> |
| 184 </td> | 184 </td> |
| 185 </tr> | 185 </tr> |
| 186 </tbody> | 186 </tbody> |
| 187 </table> | 187 </table> |
| 188 </div> | 188 </div> |
| 189 </template> | 189 </template> |
| 190 </polymer-element> | 190 </polymer-element> |
| 191 | 191 |
| 192 <script type="application/dart" src="isolate_profile.dart"></script> | 192 <script type="application/dart" src="isolate_profile.dart"></script> |
| OLD | NEW |