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

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

Issue 7531005: Rename the net_internals file names to include hyphens. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add some missing files Created 9 years, 4 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 <!-- ================= 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=filterBox> 4 <div id=filterBox>
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=filterInput /></td> 8 <td width=98%><input type="search" incremental id=filterInput /></td>
9 <td width=1% id=filterCount>(1 of 34)</td> 9 <td width=1% id=filterCount>(1 of 34)</td>
10 </tr> 10 </tr>
(...skipping 27 matching lines...) Expand all
38 <tr> 38 <tr>
39 <th id=detailsLogTab>Log</th> 39 <th id=detailsLogTab>Log</th>
40 <td class=tabSwitcherSpacer>&nbsp;</td> 40 <td class=tabSwitcherSpacer>&nbsp;</td>
41 <th id=detailsTimelineTab>Timeline</th> 41 <th id=detailsTimelineTab>Timeline</th>
42 </tr> 42 </tr>
43 </table> 43 </table>
44 <div class=tabSwitcherLine></div> 44 <div class=tabSwitcherLine></div>
45 </div> 45 </div>
46 <div id=detailsLogBox></div> 46 <div id=detailsLogBox></div>
47 <div id=detailsTimelineBox></div> 47 <div id=detailsTimelineBox></div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/events-view.html ('k') | chrome/browser/resources/net_internals/events_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698