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

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

Issue 376333002: vm/service/observatory: Add coverage for functions, some tests, and fix buggy filter (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add observatory deployed/ Created 6 years, 5 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
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html><html><head> 1 <!DOCTYPE html><html><head>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>Dart VM Observatory</title> 3 <title>Dart VM Observatory</title>
4 4
5 5
6 6
7 7
8 8
9 9
10 10
(...skipping 6546 matching lines...) Expand 10 before | Expand all | Expand 10 after
6557 <top-nav-menu></top-nav-menu> 6557 <top-nav-menu></top-nav-menu>
6558 <isolate-nav-menu isolate="{{ function.isolate }}"></isolate-nav-menu> 6558 <isolate-nav-menu isolate="{{ function.isolate }}"></isolate-nav-menu>
6559 <template if="{{ function.owningClass != null }}"> 6559 <template if="{{ function.owningClass != null }}">
6560 <!-- TODO(turnidge): Add library nav menu here. --> 6560 <!-- TODO(turnidge): Add library nav menu here. -->
6561 <class-nav-menu cls="{{ function.owningClass }}"></class-nav-menu> 6561 <class-nav-menu cls="{{ function.owningClass }}"></class-nav-menu>
6562 </template> 6562 </template>
6563 <template if="{{ function.owningLibrary != null }}"> 6563 <template if="{{ function.owningLibrary != null }}">
6564 <library-nav-menu library="{{ function.owningLibrary }}"></library-nav-m enu> 6564 <library-nav-menu library="{{ function.owningLibrary }}"></library-nav-m enu>
6565 </template> 6565 </template>
6566 <nav-menu link="{{ function.link }}" anchor="{{ function.name }}" last="{{ true }}"></nav-menu> 6566 <nav-menu link="{{ function.link }}" anchor="{{ function.name }}" last="{{ true }}"></nav-menu>
6567 <nav-refresh callback="{{ refreshCoverage }}" label="Refresh Coverage"></n av-refresh>
6567 <nav-refresh callback="{{ refresh }}"></nav-refresh> 6568 <nav-refresh callback="{{ refresh }}"></nav-refresh>
6568 <nav-control></nav-control> 6569 <nav-control></nav-control>
6569 </nav-bar> 6570 </nav-bar>
6570 6571
6571 <div class="content"> 6572 <div class="content">
6572 <h1>function {{ function.qualifiedName }}</h1> 6573 <h1>function {{ function.qualifiedName }}</h1>
6573 6574
6574 <div class="memberList"> 6575 <div class="memberList">
6575 <div class="memberItem"> 6576 <div class="memberItem">
6576 <div class="memberName">kind</div> 6577 <div class="memberName">kind</div>
(...skipping 11064 matching lines...) Expand 10 before | Expand all | Expand 10 after
17641 </style> 17642 </style>
17642 <a on-click="{{ goto }}" href="{{ url }}">{{ ref.name }}</a> 17643 <a on-click="{{ goto }}" href="{{ url }}">{{ ref.name }}</a>
17643 </template> 17644 </template>
17644 </polymer-element> 17645 </polymer-element>
17645 17646
17646 17647
17647 17648
17648 <observatory-application></observatory-application> 17649 <observatory-application></observatory-application>
17649 17650
17650 <script src="index.html_bootstrap.dart.js" async=""></script></body></html> 17651 <script src="index.html_bootstrap.dart.js" async=""></script></body></html>
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698