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

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

Issue 9521006: Cleanup some classnames to match style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a comment Created 8 years, 9 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 <!-- Only shown on Windows --> 1 <!-- Only shown on Windows -->
2 <div id=service-providers-view-tab-content style="display: none;"> 2 <div id=service-providers-view-tab-content style="display: none;" class=content- box>
3 <h4>Layered Service Providers</h4> 3 <h4>Layered Service Providers</h4>
4 <table class="styledTable"> 4 <table class="styled-table">
mmenke 2012/02/28 22:15:02 Hmm...sometime we use quotes on single class names
eroman 2012/02/28 22:28:32 indeed. I'll leave that to a follow-up. My incli
5 <thead> 5 <thead>
6 <tr> 6 <tr>
7 <th>Name</th> 7 <th>Name</th>
8 <th>Version</th> 8 <th>Version</th>
9 <th>Type</th> 9 <th>Type</th>
10 <th>Socket Type</th> 10 <th>Socket Type</th>
11 <th>Protocol</th> 11 <th>Protocol</th>
12 <th>Path</th> 12 <th>Path</th>
13 </tr> 13 </tr>
14 </thead> 14 </thead>
15 <tbody id=service-providers-view-tbody> 15 <tbody id=service-providers-view-tbody>
16 </tbody> 16 </tbody>
17 </table> 17 </table>
18 <h4>Namespace Providers</h4> 18 <h4>Namespace Providers</h4>
19 <table class="styledTable"> 19 <table class="styled-table">
20 <thead> 20 <thead>
21 <tr> 21 <tr>
22 <th>Name</th> 22 <th>Name</th>
23 <th>Version</th> 23 <th>Version</th>
24 <th>Namespace</th> 24 <th>Namespace</th>
25 <th>Active</th> 25 <th>Active</th>
26 </tr> 26 </tr>
27 </thead> 27 </thead>
28 <tbody id=service-providers-view-namespace-providers-tbody> 28 <tbody id=service-providers-view-namespace-providers-tbody>
29 </tbody> 29 </tbody>
30 </table> 30 </table>
31 </div> 31 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698