| 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 tyle="text/css" rel="stylesheet" href="main.css" /> | 8 <link tyle="text/css" 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> |
| 11 <script src="tabswitcherview.js"></script> | 11 <script src="tabswitcherview.js"></script> |
| 12 <script src="main.js"></script> | 12 <script src="main.js"></script> |
| 13 <script src="requestsview.js"></script> | 13 <script src="requestsview.js"></script> |
| 14 <script src="detailsview.js"></script> | 14 <script src="detailsview.js"></script> |
| 15 <script src="sourceentry.js"></script> | 15 <script src="sourceentry.js"></script> |
| 16 <script src="resizableverticalsplitview.js"></script> | 16 <script src="resizableverticalsplitview.js"></script> |
| 17 <script src="topmidbottomview.js"></script> | 17 <script src="topmidbottomview.js"></script> |
| 18 <script src="timelineviewpainter.js"></script> | 18 <script src="timelineviewpainter.js"></script> |
| 19 <script src="logviewpainter.js"></script> | 19 <script src="logviewpainter.js"></script> |
| 20 <script src="loggrouper.js"></script> | 20 <script src="loggrouper.js"></script> |
| 21 <script src="proxyview.js"></script> | 21 <script src="proxyview.js"></script> |
| 22 </head> | 22 </head> |
| 23 <body onload="onLoaded()"> | 23 <body onload="onLoaded()"> |
| 24 <!-- Tab switcher for main categories. --> | 24 <!-- Tab switcher for main categories. --> |
| 25 <div id=categoryTabHandles> | 25 <div id=categoryTabHandles> |
| 26 <ul> | 26 <ul> |
| 27 <li><a href="#" id=proxyTab>Proxy</a></li> | 27 <li><a href="#proxy" id=proxyTab>Proxy</a></li> |
| 28 <li><a href="#" id=requestsTab>Requests</a></li> | 28 <li><a href="#requests" id=requestsTab>Requests</a></li> |
| 29 <li><a href="#" id=dnsTab>DNS</a></li> | 29 <li><a href="#dns" id=dnsTab>DNS</a></li> |
| 30 <li><a href="#" id=socketsTab>Sockets</a></li> | 30 <li><a href="#sockets" id=socketsTab>Sockets</a></li> |
| 31 <li><a href="#" id=httpCacheTab>HTTP Cache</a></li> | 31 <li><a href="#httpCache" id=httpCacheTab>HTTP Cache</a></li> |
| 32 </ul> | 32 </ul> |
| 33 <div style="clear: both;"></div> | 33 <div style="clear: both;"></div> |
| 34 </div> | 34 </div> |
| 35 <!-- Proxy info --> | 35 <!-- Proxy info --> |
| 36 <div id=proxyTabContent> | 36 <div id=proxyTabContent> |
| 37 <h4> | 37 <h4> |
| 38 Current proxy settings | 38 Current proxy settings |
| 39 <input type=button value="Reload settings" id=proxyReloadSettings /> | 39 <input type=button value="Reload settings" id=proxyReloadSettings /> |
| 40 </h4> | 40 </h4> |
| 41 <pre id=proxyCurrentConfig></pre> | 41 <pre id=proxyCurrentConfig></pre> |
| 42 | 42 |
| 43 <h4> | 43 <h4> |
| 44 Proxies which have failed recently, and are marked as bad | 44 Proxies which have failed recently, and are marked as bad |
| 45 <input type=button value="Clear bad proxies" id=clearBadProxies /> | 45 <input type=button value="Clear bad proxies" id=clearBadProxies /> |
| 46 </h4> | 46 </h4> |
| 47 <table border=1> | 47 <table border=1> |
| 48 <thead> | 48 <thead> |
| 49 <th>Bad proxy server</th> | 49 <tr> |
| 50 <th>Time for next retry</th> | 50 <th>Bad proxy server</th> |
| 51 <th>Time for next retry</th> |
| 52 </tr> |
| 51 </thead> | 53 </thead> |
| 52 <tbody id=badProxiesTableBody></tbody> | 54 <tbody id=badProxiesTableBody></tbody> |
| 53 </table> | 55 </table> |
| 54 </div> | 56 </div> |
| 55 <!-- Sections TODO --> | 57 <!-- Sections TODO --> |
| 56 <div id=dnsTabContent>TODO: display dns information (outstanding jobs, host
cache).</div> | 58 <div id=dnsTabContent>TODO: display dns information (outstanding jobs, host
cache).</div> |
| 57 <div id=socketsTabContent>TODO: display socket information (outstanding conn
ect jobs)</div> | 59 <div id=socketsTabContent>TODO: display socket information (outstanding conn
ect jobs)</div> |
| 58 <div id=httpCacheTabContent>TODO: display http cache information (disk cache
navigator)</div> | 60 <div id=httpCacheTabContent>TODO: display http cache information (disk cache
navigator)</div> |
| 59 | 61 |
| 60 <!-- ================= Requests view =================== --> | 62 <!-- ================= Requests view =================== --> |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 <td class=tabSwitcherSpacer> </td> | 101 <td class=tabSwitcherSpacer> </td> |
| 100 <th id=detailsTimelineTab>Timeline</th> | 102 <th id=detailsTimelineTab>Timeline</th> |
| 101 </tr> | 103 </tr> |
| 102 </table> | 104 </table> |
| 103 <div class=tabSwitcherLine></div> | 105 <div class=tabSwitcherLine></div> |
| 104 </div> | 106 </div> |
| 105 <div id=detailsLogBox></div> | 107 <div id=detailsLogBox></div> |
| 106 <div id=detailsTimelineBox></div> | 108 <div id=detailsTimelineBox></div> |
| 107 </body> | 109 </body> |
| 108 </html> | 110 </html> |
| OLD | NEW |