| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <!-- | 3 <!-- |
| 4 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2011 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 i18n-values="dir:textdirection;"> | 8 <head i18n-values="dir:textdirection;"> |
| 9 <include src="../content_security_policy.html"/> | 9 <include src="../content_security_policy.html"/> |
| 10 <link rel="stylesheet" href="main.css"> | 10 <link rel="stylesheet" href="main.css"> |
| 11 <link rel="stylesheet" href="tabswitcherview.css"> | 11 <link rel="stylesheet" href="tabswitcherview.css"> |
| 12 <script src="chrome://resources/js/util.js"</script> | 12 <script src="chrome://resources/js/util.js"></script> |
| 13 <script src="chrome://net-internals/index.js"></script> | 13 <script src="chrome://net-internals/index.js"></script> |
| 14 <script src="chrome://net-internals/strings.js"></script> | 14 <script src="chrome://net-internals/strings.js"></script> |
| 15 </head> | 15 </head> |
| 16 <body id=dataViewDropTarget> | 16 <body id=dataViewDropTarget> |
| 17 | 17 |
| 18 <!-- Tab switcher for main categories. --> | 18 <!-- Tab switcher for main categories. --> |
| 19 <div id=categoryTabHandles> | 19 <div id=categoryTabHandles> |
| 20 <ul> | 20 <ul> |
| 21 <li><a href="#data" id=dataTab>Data</a></li> | 21 <li><a href="#data" id=dataTab>Data</a></li> |
| 22 <li><a href="#proxy" id=proxyTab>Proxy</a></li> | 22 <li><a href="#proxy" id=proxyTab>Proxy</a></li> |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 </thead> | 445 </thead> |
| 446 <tbody id=logTable> | 446 <tbody id=logTable> |
| 447 </tbody> | 447 </tbody> |
| 448 </table> | 448 </table> |
| 449 </div> | 449 </div> |
| 450 <script src="chrome://resources/js/i18n_template.js"></script> | 450 <script src="chrome://resources/js/i18n_template.js"></script> |
| 451 <script src="chrome://resources/js/i18n_process.js"></script> | 451 <script src="chrome://resources/js/i18n_process.js"></script> |
| 452 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 452 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 453 </body> | 453 </body> |
| 454 </html> | 454 </html> |
| OLD | NEW |