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

Side by Side Diff: chrome/browser/resources/net_internals/events_view.html

Issue 8890016: Make source_dependencies in about:net-internals clickable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix missed variable name change Created 9 years 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 <!-- ================= Events view =================== --> 1 <!-- ================= Events view =================== -->
2 2
3 <!-- Filter Box: This the top bar which contains the search box. --> 3 <!-- Filter Box: This the top bar which contains the search box. -->
4 <div id=events-view-filter-box> 4 <div id=events-view-filter-box>
5 <table width=100%> 5 <table width=100%>
6 <tr> 6 <tr>
7 <td width=1%>Filter:</td> 7 <td width=1%>Filter:</td>
8 <td width=98%><input type="search" incremental id=events-view-filter-input /></td> 8 <td width=98%><input type="search" incremental id=events-view-filter-input /></td>
9 <td width=1% id=events-view-filter-count>(1 of 34)</td> 9 <td width=1% id=events-view-filter-count>(1 of 34)</td>
10 </tr> 10 </tr>
(...skipping 17 matching lines...) Expand all
28 <!-- Action Box: This is a button bar along the bottom --> 28 <!-- Action Box: This is a button bar along the bottom -->
29 <div id=events-view-action-box> 29 <div id=events-view-action-box>
30 <input type=button value="Delete selected" id=events-view-delete-selected /> 30 <input type=button value="Delete selected" id=events-view-delete-selected />
31 <input type=button value="Delete all" id=events-view-delete-all /> 31 <input type=button value="Delete all" id=events-view-delete-all />
32 <input type=button value="Clear cache" id=events-view-clear-cache class=warnin gText /> 32 <input type=button value="Clear cache" id=events-view-clear-cache class=warnin gText />
33 <input type=button value="Flush sockets" id=events-view-flush-sockets class=wa rningText /> 33 <input type=button value="Flush sockets" id=events-view-flush-sockets class=wa rningText />
34 </div> 34 </div>
35 <!-- Splitter Box: This is a handle to resize the vertical divider --> 35 <!-- Splitter Box: This is a handle to resize the vertical divider -->
36 <div id=events-view-splitter-box class=vertical-splitter></div> 36 <div id=events-view-splitter-box class=vertical-splitter></div>
37 <!-- Details box: This is the panel on the right which shows information --> 37 <!-- Details box: This is the panel on the right which shows information -->
38 <div id=events-view-details-log-box></div> 38 <div id=events-view-details-log-box class=event-log></div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/details_view.js ('k') | chrome/browser/resources/net_internals/events_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698