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

Side by Side Diff: chrome/browser/resources/net_internals/logs-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
(Empty)
1 <!-- ============================ Logs View ============================ -->
2 <div id=logsTabContent style="display: none;">
3 <h4>Network Log Data</h4>
4 <button id=logsGlobalShowBtn class=logsGlobalButton>Show all...</button>
5 <button id=logsGlobalHideBtn class=logsGlobalButton>Hide all...</button>
6 <button id=logsRefreshBtn class=logsGlobalButton>Refresh logs...</button>
7 <div style="clear: both"></div>
8 <table width=100% class=styledTable>
9 <thead>
10 <tr id=logTableHeaderRow>
11 <th width=10%>Log Name</th>
12 <th width=8%></th>
13 <th width=82%>Log</th>
14 </tr>
15 </thead>
16 <tbody id=logTable>
17 </tbody>
18 </table>
19 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/loggrouper.js ('k') | chrome/browser/resources/net_internals/logs_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698