| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <head i18n-values="dir:textdirection;"> | 2 <head i18n-values="dir:textdirection;"> |
| 3 <!-- | 3 <!-- |
| 4 Copyright (c) 2010 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. | 6 found in the LICENSE file. |
| 7 --> | 7 --> |
| 8 <head> | 8 <head> |
| 9 <link rel="stylesheet" href="main.css"> | 9 <link rel="stylesheet" href="main.css"> |
| 10 <link rel="stylesheet" href="tabswitcherview.css"> | 10 <link rel="stylesheet" href="tabswitcherview.css"> |
| 11 <script src="util.js"></script> | 11 <script src="util.js"></script> |
| 12 <script src="view.js"></script> | 12 <script src="view.js"></script> |
| 13 <script src="tabswitcherview.js"></script> | 13 <script src="tabswitcherview.js"></script> |
| 14 <script src="dataview.js"></script> | 14 <script src="dataview.js"></script> |
| 15 <script src="httpcacheview.js"></script> | 15 <script src="httpcacheview.js"></script> |
| 16 <script src="testview.js"></script> | 16 <script src="testview.js"></script> |
| 17 <script src="hstsview.js"></script> |
| 17 <script src="main.js"></script> | 18 <script src="main.js"></script> |
| 18 <script src="dnsview.js"></script> | 19 <script src="dnsview.js"></script> |
| 19 <script src="eventsview.js"></script> | 20 <script src="eventsview.js"></script> |
| 20 <script src="detailsview.js"></script> | 21 <script src="detailsview.js"></script> |
| 21 <script src="sourceentry.js"></script> | 22 <script src="sourceentry.js"></script> |
| 22 <script src="resizableverticalsplitview.js"></script> | 23 <script src="resizableverticalsplitview.js"></script> |
| 23 <script src="topmidbottomview.js"></script> | 24 <script src="topmidbottomview.js"></script> |
| 24 <script src="timelineviewpainter.js"></script> | 25 <script src="timelineviewpainter.js"></script> |
| 25 <script src="logviewpainter.js"></script> | 26 <script src="logviewpainter.js"></script> |
| 26 <script src="loggrouper.js"></script> | 27 <script src="loggrouper.js"></script> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 37 <li><a href="#data" id=dataTab>Data</a></li> | 38 <li><a href="#data" id=dataTab>Data</a></li> |
| 38 <li><a href="#proxy" id=proxyTab>Proxy</a></li> | 39 <li><a href="#proxy" id=proxyTab>Proxy</a></li> |
| 39 <li><a href="#events" id=eventsTab>Events</a></li> | 40 <li><a href="#events" id=eventsTab>Events</a></li> |
| 40 <li><a href="#dns" id=dnsTab>DNS</a></li> | 41 <li><a href="#dns" id=dnsTab>DNS</a></li> |
| 41 <li><a href="#sockets" id=socketsTab>Sockets</a></li> | 42 <li><a href="#sockets" id=socketsTab>Sockets</a></li> |
| 42 <li><a href="#spdy" id=spdyTab>SPDY</a></li> | 43 <li><a href="#spdy" id=spdyTab>SPDY</a></li> |
| 43 <li><a href="#httpCache" id=httpCacheTab>HTTP Cache</a></li> | 44 <li><a href="#httpCache" id=httpCacheTab>HTTP Cache</a></li> |
| 44 <!-- Tab is only shown on Windows --> | 45 <!-- Tab is only shown on Windows --> |
| 45 <li><a href="#serviceProviders" id=serviceProvidersTab style="display: n
one;">SPIs</a></li> | 46 <li><a href="#serviceProviders" id=serviceProvidersTab style="display: n
one;">SPIs</a></li> |
| 46 <li><a href="#tests" id=testTab>Tests</a></li> | 47 <li><a href="#tests" id=testTab>Tests</a></li> |
| 48 <li><a href="#hsts" id=hstsTab>HSTS</a></li> |
| 47 </ul> | 49 </ul> |
| 48 <div style="clear: both;"></div> | 50 <div style="clear: both;"></div> |
| 49 </div> | 51 </div> |
| 50 <!-- Proxy info --> | 52 <!-- Proxy info --> |
| 51 <div id=proxyTabContent> | 53 <div id=proxyTabContent> |
| 52 <h4> | 54 <h4> |
| 53 Current proxy settings | 55 Current proxy settings |
| 54 <input type=button value="Re-apply settings" id=proxyReloadSettings /> | 56 <input type=button value="Re-apply settings" id=proxyReloadSettings /> |
| 55 </h4> | 57 </h4> |
| 56 | 58 |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 <div id=testTabContent> | 344 <div id=testTabContent> |
| 343 <p>Input a URL which failed to load, and then click the button to run some | 345 <p>Input a URL which failed to load, and then click the button to run some |
| 344 tests for why it failed.</p> | 346 tests for why it failed.</p> |
| 345 <form id=connectionTestsForm> | 347 <form id=connectionTestsForm> |
| 346 URL: <input type=text id=testUrlInput /> | 348 URL: <input type=text id=testUrlInput /> |
| 347 <input type=submit value="Start tests" /> | 349 <input type=submit value="Start tests" /> |
| 348 </form> | 350 </form> |
| 349 <div id=testSummary></div> | 351 <div id=testSummary></div> |
| 350 </div> | 352 </div> |
| 351 | 353 |
| 354 <!-- HSTS tab --> |
| 355 <div id=hstsTabContent> |
| 356 <h4>Add domain</h4> |
| 357 |
| 358 <p>Input a domain name to add it to the HSTS set:</p> |
| 359 <form id=hstsAddForm> |
| 360 Domain: <input type=text id=hstsAddInput type="url" placeholder="example
.com"/><br/> |
| 361 Include subdomains: <input type="checkbox" id=hstsCheckInput /> |
| 362 <input type=submit value="Add" /> |
| 363 </form> |
| 364 |
| 365 <h4>Delete domain</h4> |
| 366 |
| 367 <p>Input a domain name to delete it from the HSTS set (<i>you cannot delet
e preloaded entries</i>):</p> |
| 368 <form id=hstsDeleteForm> |
| 369 Domain: <input type=text id=hstsDeleteInput type="url" placeholder="exam
ple.com"/> |
| 370 <input type=submit value="Delete" /> |
| 371 </form> |
| 372 |
| 373 <h4>Query domain</h4> |
| 374 |
| 375 <p>Input a domain name to query the current HSTS set:</p> |
| 376 <form id=hstsQueryForm> |
| 377 Domain: <input type=text id=hstsQueryInput type="url" placeholder="examp
le.com"/> |
| 378 <input type=submit value="Query" /> |
| 379 </form> |
| 380 <div style="margin-top: 1em; margin-left: 2em;" id=hstsQueryOutput></div> |
| 381 </div> |
| 382 |
| 352 <!-- ================= Events view =================== --> | 383 <!-- ================= Events view =================== --> |
| 353 | 384 |
| 354 <!-- Filter Box: This the top bar which contains the search box. --> | 385 <!-- Filter Box: This the top bar which contains the search box. --> |
| 355 <div id=filterBox> | 386 <div id=filterBox> |
| 356 <table width=100%> | 387 <table width=100%> |
| 357 <tr> | 388 <tr> |
| 358 <td width=1%>Filter:</td> | 389 <td width=1%>Filter:</td> |
| 359 <td width=98%><input type="search" incremental id=filterInput /></td> | 390 <td width=98%><input type="search" incremental id=filterInput /></td> |
| 360 <td width=1% id=filterCount>(1 of 34)</td> | 391 <td width=1% id=filterCount>(1 of 34)</td> |
| 361 </tr> | 392 </tr> |
| (...skipping 29 matching lines...) Expand all Loading... |
| 391 <td class=tabSwitcherSpacer> </td> | 422 <td class=tabSwitcherSpacer> </td> |
| 392 <th id=detailsTimelineTab>Timeline</th> | 423 <th id=detailsTimelineTab>Timeline</th> |
| 393 </tr> | 424 </tr> |
| 394 </table> | 425 </table> |
| 395 <div class=tabSwitcherLine></div> | 426 <div class=tabSwitcherLine></div> |
| 396 </div> | 427 </div> |
| 397 <div id=detailsLogBox></div> | 428 <div id=detailsLogBox></div> |
| 398 <div id=detailsTimelineBox></div> | 429 <div id=detailsTimelineBox></div> |
| 399 </body> | 430 </body> |
| 400 </html> | 431 </html> |
| OLD | NEW |