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

Side by Side Diff: runtime/bin/vmservice/client/lib/src/elements/isolate_profile.html

Issue 297143005: Upgrade to Polymer 0.10.0-pre.13 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698