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

Side by Side Diff: chrome/browser/resources/net_internals/proxy_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
1 <!-- Proxy info --> 1 <!-- Proxy info -->
2 <div id=proxyTabContent> 2 <div id=proxyTabContent>
3 <h4> 3 <h4>
4 Current proxy settings 4 Current proxy settings
5 <input type=button value="Re-apply settings" id=proxyReloadSettings class="h ideOnLoadLog"/> 5 <input type=button value="Re-apply settings" id=proxyReloadSettings class="h ideOnLoadLog"/>
6 </h4> 6 </h4>
7 7
8 <table><tr> 8 <table><tr>
9 9
10 <td valign=top> 10 <td valign=top>
(...skipping 29 matching lines...) Expand all
40 <table class="styledTable"> 40 <table class="styledTable">
41 <thead> 41 <thead>
42 <tr> 42 <tr>
43 <th>Bad proxy server</th> 43 <th>Bad proxy server</th>
44 <th>Time for next retry</th> 44 <th>Time for next retry</th>
45 </tr> 45 </tr>
46 </thead> 46 </thead>
47 <tbody id=badProxiesTableBody></tbody> 47 <tbody id=badProxiesTableBody></tbody>
48 </table> 48 </table>
49 </div> 49 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/proxy-view.html ('k') | chrome/browser/resources/net_internals/proxy_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698