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

Unified 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, 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/logs_view.html
===================================================================
--- chrome/browser/resources/net_internals/logs_view.html (revision 94612)
+++ chrome/browser/resources/net_internals/logs_view.html (working copy)
@@ -1,19 +1,20 @@
<!-- ============================ Logs View ============================ -->
-<div id=logsTabContent style="display: none;">
+
+<div id=logs-view-tab-content style="display: none;">
<h4>Network Log Data</h4>
- <button id=logsGlobalShowBtn class=logsGlobalButton>Show all...</button>
- <button id=logsGlobalHideBtn class=logsGlobalButton>Hide all...</button>
- <button id=logsRefreshBtn class=logsGlobalButton>Refresh logs...</button>
+ <button id=logsGlobalShowBtn class=logs-view-global-button>Show all...</button>
+ <button id=logsGlobalHideBtn class=logs-view-global-button>Hide all...</button>
+ <button id=logsRefreshBtn class=logs-view-global-button>Refresh logs...</button>
<div style="clear: both"></div>
<table width=100% class=styledTable>
<thead>
- <tr id=logTableHeaderRow>
+ <tr id=logs-view-log-table-header-row>
<th width=10%>Log Name</th>
<th width=8%></th>
<th width=82%>Log</th>
</tr>
</thead>
- <tbody id=logTable>
+ <tbody id=logs-view-log-table>
</tbody>
</table>
</div>
« 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