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

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

Issue 251043003: Observatory Display PC descriptors with disassembling (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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="curly_block.html"> 2 <link rel="import" href="curly_block.html">
3 <link rel="import" href="eval_box.html"> 3 <link rel="import" href="eval_box.html">
4 <link rel="import" href="function_ref.html"> 4 <link rel="import" href="function_ref.html">
5 <link rel="import" href="library_ref.html"> 5 <link rel="import" href="library_ref.html">
6 <link rel="import" href="nav_bar.html"> 6 <link rel="import" href="nav_bar.html">
7 <link rel="import" href="observatory_element.html"> 7 <link rel="import" href="observatory_element.html">
8 <link rel="import" href="script_inset.html"> 8 <link rel="import" href="script_inset.html">
9 <link rel="import" href="script_ref.html"> 9 <link rel="import" href="script_ref.html">
10 </head> 10 </head>
11 <polymer-element name="isolate-view" extends="observatory-element"> 11 <polymer-element name="isolate-view" extends="observatory-element">
12 <template> 12 <template>
13 <link rel="stylesheet" href="css/shared.css"> 13 <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.cs s">
14 <style> 14 <style>
15 .sourceInset { 15 .sourceInset {
16 padding-left: 15%; 16 padding-left: 15%;
17 padding-right: 15%; 17 padding-right: 15%;
18 } 18 }
19 .miniProfileChart { 19 .miniProfileChart {
20 width: 80%; 20 width: 80%;
21 } 21 }
22 </style> 22 </style>
23 23
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 <hr> 201 <hr>
202 202
203 <div class="content"> 203 <div class="content">
204 <eval-box callback="{{ eval }}"></eval-box> 204 <eval-box callback="{{ eval }}"></eval-box>
205 </div> 205 </div>
206 <br><br><br><br> 206 <br><br><br><br>
207 <br><br><br><br> 207 <br><br><br><br>
208 </template> 208 </template>
209 <script type="application/dart" src="isolate_view.dart"></script> 209 <script type="application/dart" src="isolate_view.dart"></script>
210 </polymer-element> 210 </polymer-element>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698