| OLD | NEW |
| 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 Loading... |
| 62 | 62 |
| 63 <td style='width: 30px'> </td> | 63 <td style='width: 30px'> </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 Loading... |
| 346 <td class=tabSwitcherSpacer> </td> | 357 <td class=tabSwitcherSpacer> </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> |
| OLD | NEW |