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

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

Issue 7515001: Fix chrome://net-internals as broken by typo in 93953. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698