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

Side by Side Diff: runtime/bin/vmservice/client/deployed/web/index_devtools.html

Issue 345113002: Fix Observatory code coverage (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 <!DOCTYPE html><html><head> 1 <!DOCTYPE html><html><head>
2 <title>Dart VM Observatory</title> 2 <title>Dart VM Observatory</title>
3 <meta charset="utf-8"> 3 <meta charset="utf-8">
4 4
5 5
6 6
7 7
8 8
9 9
10 10
(...skipping 5964 matching lines...) Expand 10 before | Expand all | Expand 10 after
5975 .grayBox { 5975 .grayBox {
5976 width: 100%; 5976 width: 100%;
5977 background-color: #f5f5f5; 5977 background-color: #f5f5f5;
5978 border: 1px solid #ccc; 5978 border: 1px solid #ccc;
5979 padding: 10px; 5979 padding: 10px;
5980 } 5980 }
5981 </style> 5981 </style>
5982 <div class="sourceInset"> 5982 <div class="sourceInset">
5983 <content></content> 5983 <content></content>
5984 <div class="grayBox"> 5984 <div class="grayBox">
5985 <template if="{{ coverage == true }}"> 5985 <table>
5986 <table> 5986 <tbody>
5987 <tbody> 5987 <tr template="" repeat="{{ lineNumber in lineNumbers }}">
5988 <tr template="" repeat="{{ line in lines }}"> 5988 <td style="{{ styleForHits(script.lines[lineNumber].hits) }}"><spa n> </span></td>
5989 <td style="{{ hitStyle(line) }}"><span> </span></td> 5989 <td style="font-family: consolas, courier, monospace;font-size: 1e m;line-height: 1.2em;white-space: nowrap;">{{script.lines[lineNumber].line}}</td >
5990 <td style="font-family: consolas, courier, monospace;font-size: 1em;line-height: 1.2em;white-space: nowrap;">{{line.line}}</td> 5990 <td>&nbsp;</td>
5991 <td>&nbsp;</td> 5991 <td width="99%" style="font-family: consolas, courier, monospace;f ont-size: 1em;line-height: 1.2em;white-space: pre;">{{script.lines[lineNumber].t ext}}</td>
5992 <td width="99%" style="font-family: consolas, courier, monospace ;font-size: 1em;line-height: 1.2em;white-space: pre;">{{line.text}}</td> 5992 </tr>
5993 </tr> 5993 </tbody>
5994 </tbody> 5994 </table>
5995 </table>
5996 </template>
5997 <template if="{{ coverage == false }}">
5998 <table>
5999 <tbody>
6000 <tr template="" repeat="{{ line in lines }}">
6001 <td style="font-family: consolas, courier, monospace;font-size: 1em;line-height: 1.2em;white-space: nowrap;">{{line.line}}</td>
6002 <td>&nbsp;</td>
6003 <td width="99%" style="font-family: consolas, courier, monospace ;font-size: 1em;line-height: 1.2em;white-space: pre;">{{line.text}}</td>
6004 </tr>
6005 </tbody>
6006 </table>
6007 </template>
6008 </div> 5995 </div>
6009 </div> 5996 </div>
6010 </template> 5997 </template>
6011 </polymer-element> 5998 </polymer-element>
6012 5999
6013 6000
6014 <polymer-element name="function-view" extends="observatory-element"> 6001 <polymer-element name="function-view" extends="observatory-element">
6015 <template> 6002 <template>
6016 <style> 6003 <style>
6017 /* Global styles */ 6004 /* Global styles */
(...skipping 6684 matching lines...) Expand 10 before | Expand all | Expand 10 after
12702 <div class="memberItem"> 12689 <div class="memberItem">
12703 <div class="memberValue"> 12690 <div class="memberValue">
12704 See <a on-click="{{ goto }}" href="{{ gotoLink(isolate.relativeLink( 'allocationprofile')) }}">allocation profile</a> 12691 See <a on-click="{{ goto }}" href="{{ gotoLink(isolate.relativeLink( 'allocationprofile')) }}">allocation profile</a>
12705 </div> 12692 </div>
12706 </div> 12693 </div>
12707 <div class="memberItem"> 12694 <div class="memberItem">
12708 <div class="memberValue"> 12695 <div class="memberValue">
12709 See <a on-click="{{ goto }}" href="{{ gotoLink(isolate.relativeLink( 'heapmap')) }}">heap map</a> 12696 See <a on-click="{{ goto }}" href="{{ gotoLink(isolate.relativeLink( 'heapmap')) }}">heap map</a>
12710 </div> 12697 </div>
12711 </div> 12698 </div>
12699 <!-- Temporarily disabled until UI for dart:io is acceptable.
12712 <template if="{{ isolate.ioEnabled }}"> 12700 <template if="{{ isolate.ioEnabled }}">
12713 <div class="memberItem"> 12701 <div class="memberItem">
12714 <div class="memberValue"> 12702 <div class="memberValue">
12715 See <a on-click="{{ goto }}" href="{{ gotoLink(isolate.relativeLin k('io')) }}">dart:io</a> 12703 See <a on-click="{{ goto }}" href="{{ gotoLink(isolate.relativeLin k('io')) }}">dart:io</a>
12716 </div> 12704 </div>
12717 </div> 12705 </div>
12718 </template> 12706 </template>
12707 -->
12719 </div> 12708 </div>
12720 <div class="flex-item-10-percent"> 12709 <div class="flex-item-10-percent">
12721 </div> 12710 </div>
12722 </div> 12711 </div>
12723 </template> 12712 </template>
12724 </polymer-element> 12713 </polymer-element>
12725 12714
12726 <polymer-element name="isolate-counter-chart" extends="observatory-element"> 12715 <polymer-element name="isolate-counter-chart" extends="observatory-element">
12727 <template> 12716 <template>
12728 <div id="counterPieChart" style="height: 200px"></div> 12717 <div id="counterPieChart" style="height: 200px"></div>
(...skipping 2394 matching lines...) Expand 10 before | Expand all | Expand 10 after
15123 } 15112 }
15124 15113
15125 .break-wrap { 15114 .break-wrap {
15126 word-wrap: break-word; 15115 word-wrap: break-word;
15127 } 15116 }
15128 </style> 15117 </style>
15129 <nav-bar> 15118 <nav-bar>
15130 <top-nav-menu></top-nav-menu> 15119 <top-nav-menu></top-nav-menu>
15131 <isolate-nav-menu isolate="{{ script.isolate }}"> 15120 <isolate-nav-menu isolate="{{ script.isolate }}">
15132 </isolate-nav-menu> 15121 </isolate-nav-menu>
15133 <nav-menu link="." anchor="{{ script.name }}" last="{{ true }}"> 15122 <nav-menu link="{{ script.link }}" anchor="{{ script.name }}" last="{{ true }}"></nav-menu>
15134 <li>
15135 <input type="checkbox" checked="{{ showCoverage }}">
15136 <label>Show Coverage Data</label>
15137 </li>
15138 </nav-menu>
15139 <nav-refresh callback="{{ refreshCoverage }}" label="Refresh Coverage"></nav -refresh> 15123 <nav-refresh callback="{{ refreshCoverage }}" label="Refresh Coverage"></nav -refresh>
15140 <nav-refresh callback="{{ refresh }}"></nav-refresh> 15124 <nav-refresh callback="{{ refresh }}"></nav-refresh>
15141 <nav-control></nav-control> 15125 <nav-control></nav-control>
15142 </nav-bar> 15126 </nav-bar>
15143 15127
15144 <script-inset id="scriptInset" script="{{ script }}" pos="{{ script.firstToken Pos }}" endpos="{{ script.lastTokenPos }}"> 15128 <script-inset id="scriptInset" script="{{ script }}" pos="{{ script.firstToken Pos }}" endpos="{{ script.lastTokenPos }}">
15145 <h1>script {{ script.name }}</h1> 15129 <h1>script {{ script.name }}</h1>
15146 </script-inset> 15130 </script-inset>
15147 </template> 15131 </template>
15148 </polymer-element> 15132 </polymer-element>
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
16514 <a on-click="{{ goto }}" href="{{ url }}">{{ ref.name }}</a> 16498 <a on-click="{{ goto }}" href="{{ url }}">{{ ref.name }}</a>
16515 </template> 16499 </template>
16516 </polymer-element> 16500 </polymer-element>
16517 16501
16518 16502
16519 16503
16520 16504
16521 <observatory-application devtools="true"></observatory-application> 16505 <observatory-application devtools="true"></observatory-application>
16522 16506
16523 <script src="index_devtools.html_bootstrap.dart.js"></script></body></html> 16507 <script src="index_devtools.html_bootstrap.dart.js"></script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698