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

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
(Empty)
1 <!-- Proxy info -->
2 <div id=proxyTabContent>
3 <h4>
4 Current proxy settings
5 <input type=button value="Re-apply settings" id=proxyReloadSettings class="h ideOnLoadLog"/>
6 </h4>
7
8 <table><tr>
9
10 <td valign=top>
11 <h3>Effective settings</h3>
12 <pre id=proxyEffectiveSettings></pre>
13 </pre>
14 </td>
15
16 <td style='width: 30px'>&nbsp;</td>
17
18 <td valign=top>
19 <h3>Original settings</h3>
20 <pre id=proxyOriginalSettings></pre>
21 </td>
22
23 </tr></table>
24
25 <h4>Proxy auto-config initialization</h4>
26 <ul>
27 <li>
28 <a href='#events&q=type:INIT_PROXY_RESOLVER'>View all events</a>
29 </li>
30 <li>
31 Latest proxy resolver event:
32 <pre id=proxyResolverLog></pre>
33 </li>
34 </ul>
35
36 <h4>
37 Proxies which have failed recently, and are marked as bad
38 <input type=button value="Clear bad proxies" id=clearBadProxies class="hideO nLoadLog" />
39 </h4>
40 <table class="styledTable">
41 <thead>
42 <tr>
43 <th>Bad proxy server</th>
44 <th>Time for next retry</th>
45 </tr>
46 </thead>
47 <tbody id=badProxiesTableBody></tbody>
48 </table>
49 </div>
OLDNEW
« 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