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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/net_internals/events-view.html
===================================================================
--- chrome/browser/resources/net_internals/events-view.html (revision 94551)
+++ chrome/browser/resources/net_internals/events-view.html (working copy)
@@ -1,47 +0,0 @@
-<!-- ================= Events view =================== -->
-
-<!-- Filter Box: This the top bar which contains the search box. -->
-<div id=filterBox>
- <table width=100%>
- <tr>
- <td width=1%>Filter:</td>
- <td width=98%><input type="search" incremental id=filterInput /></td>
- <td width=1% id=filterCount>(1 of 34)</td>
- </tr>
- </table>
-</div>
-<!-- Events Box: This the panel on the left which lists the sources -->
-<div id=eventsBox>
- <table id=eventsListTable cellspacing=0 cellpadding=0 width=100%>
- <thead>
- <tr>
- <td><input type=checkbox id=selectAll /></td>
- <td id=sortById>ID</td>
- <td id=sortBySource>Source</td>
- <td id=sortByDescription width=99%>Description</td>
- </tr>
- </thead>
- <!-- Events table body: This is where request rows go into -->
- <tbody id=eventsListTableBody></tbody>
- </table>
-</div>
-<!-- Action Box: This is a button bar along the bottom -->
-<div id=actionBox>
- <input type=button value="Delete selected" id=deleteSelected />
- <input type=button value="Delete all" id=deleteAll />
-</div>
-<!-- Splitter Box: This is a handle to resize the vertical divider -->
-<div id=splitterBoxForEventDetails class=splitterBox></div>
-<!-- Details box: This is the panel on the right which shows information -->
-<div id=detailsTabHandles>
- <table class=tabSwitcher cellspacing=0>
- <tr>
- <th id=detailsLogTab>Log</th>
- <td class=tabSwitcherSpacer>&nbsp;</td>
- <th id=detailsTimelineTab>Timeline</th>
- </tr>
- </table>
- <div class=tabSwitcherLine></div>
-</div>
-<div id=detailsLogBox></div>
-<div id=detailsTimelineBox></div>
« no previous file with comments | « chrome/browser/resources/net_internals/dnsview.js ('k') | chrome/browser/resources/net_internals/events_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698