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

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

Issue 7474013: Extract the CSS for the net_internals EventsView and LogsView to separate files. Also rename thes... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 <!-- ============================ Logs View ============================ --> 1 <!-- ============================ Logs View ============================ -->
2 <div id=logsTabContent style="display: none;"> 2
3 <div id=logs-view-tab-content style="display: none;">
3 <h4>Network Log Data</h4> 4 <h4>Network Log Data</h4>
4 <button id=logsGlobalShowBtn class=logsGlobalButton>Show all...</button> 5 <button id=logsGlobalShowBtn class=logs-view-global-button>Show all...</button >
5 <button id=logsGlobalHideBtn class=logsGlobalButton>Hide all...</button> 6 <button id=logsGlobalHideBtn class=logs-view-global-button>Hide all...</button >
6 <button id=logsRefreshBtn class=logsGlobalButton>Refresh logs...</button> 7 <button id=logsRefreshBtn class=logs-view-global-button>Refresh logs...</butto n>
7 <div style="clear: both"></div> 8 <div style="clear: both"></div>
8 <table width=100% class=styledTable> 9 <table width=100% class=styledTable>
9 <thead> 10 <thead>
10 <tr id=logTableHeaderRow> 11 <tr id=logs-view-log-table-header-row>
11 <th width=10%>Log Name</th> 12 <th width=10%>Log Name</th>
12 <th width=8%></th> 13 <th width=8%></th>
13 <th width=82%>Log</th> 14 <th width=82%>Log</th>
14 </tr> 15 </tr>
15 </thead> 16 </thead>
16 <tbody id=logTable> 17 <tbody id=logs-view-log-table>
17 </tbody> 18 </tbody>
18 </table> 19 </table>
19 </div> 20 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/logs_view.css ('k') | chrome/browser/resources/net_internals/logs_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698