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

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

Issue 3990005: Displays latest INIT_PROXY_RESOLVER log on the #proxy tab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Minor cleanup Created 10 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <!-- 2 <!--
3 Copyright (c) 2010 The Chromium Authors. All rights reserved. 3 Copyright (c) 2010 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <head> 7 <head>
8 <link rel="stylesheet" href="main.css"> 8 <link rel="stylesheet" href="main.css">
9 <script src="util.js"></script> 9 <script src="util.js"></script>
10 <script src="view.js"></script> 10 <script src="view.js"></script>
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 62
63 <td style='width: 30px'>&nbsp;</td> 63 <td style='width: 30px'>&nbsp;</td>
64 64
65 <td valign=top> 65 <td valign=top>
66 <h3>Original settings</h3> 66 <h3>Original settings</h3>
67 <pre id=proxyOriginalSettings></pre> 67 <pre id=proxyOriginalSettings></pre>
68 </td> 68 </td>
69 69
70 </tr></table> 70 </tr></table>
71 71
72 <h4>Proxy auto-config initialization</h4>
73 <ul>
74 <li>
75 <a href='#events&q=type:INIT_PROXY_RESOLVER'>View all events</a>
76 </li>
77 <li>
78 Latest proxy resolver event:
79 <pre id=proxyResolverLog></pre>
80 </li>
81 </ul>
82
72 <h4> 83 <h4>
73 Proxies which have failed recently, and are marked as bad 84 Proxies which have failed recently, and are marked as bad
74 <input type=button value="Clear bad proxies" id=clearBadProxies /> 85 <input type=button value="Clear bad proxies" id=clearBadProxies />
75 </h4> 86 </h4>
76 <table class="styledTable"> 87 <table class="styledTable">
77 <thead> 88 <thead>
78 <tr> 89 <tr>
79 <th>Bad proxy server</th> 90 <th>Bad proxy server</th>
80 <th>Time for next retry</th> 91 <th>Time for next retry</th>
81 </tr> 92 </tr>
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 <td class=tabSwitcherSpacer>&nbsp;</td> 357 <td class=tabSwitcherSpacer>&nbsp;</td>
347 <th id=detailsTimelineTab>Timeline</th> 358 <th id=detailsTimelineTab>Timeline</th>
348 </tr> 359 </tr>
349 </table> 360 </table>
350 <div class=tabSwitcherLine></div> 361 <div class=tabSwitcherLine></div>
351 </div> 362 </div>
352 <div id=detailsLogBox></div> 363 <div id=detailsLogBox></div>
353 <div id=detailsTimelineBox></div> 364 <div id=detailsTimelineBox></div>
354 </body> 365 </body>
355 </html> 366 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698