| OLD | NEW |
| 1 <head> | 1 <head> |
| 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 </head> | 7 </head> |
| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 <div class="memberValue white">{{ row.tipTime }}</div> | 179 <div class="memberValue white">{{ row.tipTime }}</div> |
| 180 </div> | 180 </div> |
| 181 </div> | 181 </div> |
| 182 </div> | 182 </div> |
| 183 </td> | 183 </td> |
| 184 </tr> | 184 </tr> |
| 185 </tbody> | 185 </tbody> |
| 186 </table> | 186 </table> |
| 187 </div> | 187 </div> |
| 188 </template> | 188 </template> |
| 189 <script type="application/dart;component=1" src="isolate_profile.dart"></scrip
t> | 189 <script type="application/dart" src="isolate_profile.dart"></script> |
| 190 </polymer-element> | 190 </polymer-element> |
| OLD | NEW |