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

Unified 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, 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/proxy-view.html
===================================================================
--- chrome/browser/resources/net_internals/proxy-view.html (revision 94551)
+++ chrome/browser/resources/net_internals/proxy-view.html (working copy)
@@ -1,49 +0,0 @@
-<!-- Proxy info -->
-<div id=proxyTabContent>
- <h4>
- Current proxy settings
- <input type=button value="Re-apply settings" id=proxyReloadSettings class="hideOnLoadLog"/>
- </h4>
-
- <table><tr>
-
- <td valign=top>
- <h3>Effective settings</h3>
- <pre id=proxyEffectiveSettings></pre>
- </pre>
- </td>
-
- <td style='width: 30px'>&nbsp;</td>
-
- <td valign=top>
- <h3>Original settings</h3>
- <pre id=proxyOriginalSettings></pre>
- </td>
-
- </tr></table>
-
- <h4>Proxy auto-config initialization</h4>
- <ul>
- <li>
- <a href='#events&q=type:INIT_PROXY_RESOLVER'>View all events</a>
- </li>
- <li>
- Latest proxy resolver event:
- <pre id=proxyResolverLog></pre>
- </li>
- </ul>
-
- <h4>
- Proxies which have failed recently, and are marked as bad
- <input type=button value="Clear bad proxies" id=clearBadProxies class="hideOnLoadLog" />
- </h4>
- <table class="styledTable">
- <thead>
- <tr>
- <th>Bad proxy server</th>
- <th>Time for next retry</th>
- </tr>
- </thead>
- <tbody id=badProxiesTableBody></tbody>
- </table>
-</div>
« no previous file with comments | « chrome/browser/resources/net_internals/prerenderview.js ('k') | chrome/browser/resources/net_internals/proxy_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698