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

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

Issue 7474013: Extract the CSS for the net_internals EventsView and LogsView to separate files. Also rename thes... (Closed) Base URL: svn://chrome-svn/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
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="events_view.css">
12 <link rel="stylesheet" href="logs_view.css">
11 <link rel="stylesheet" href="tab_switcher_view.css"> 13 <link rel="stylesheet" href="tab_switcher_view.css">
12 <script src="chrome://resources/js/util.js"></script> 14 <script src="chrome://resources/js/util.js"></script>
13 <script src="chrome://resources/js/cr.js"></script> 15 <script src="chrome://resources/js/cr.js"></script>
14 <script src="chrome://net-internals/index.js"></script> 16 <script src="chrome://net-internals/index.js"></script>
15 <script src="chrome://net-internals/strings.js"></script> 17 <script src="chrome://net-internals/strings.js"></script>
16 </head> 18 </head>
17 <body id=dataViewDropTarget> 19 <body id=dataViewDropTarget>
18 20
19 <div id=statusViewId> 21 <div id=statusViewId>
20 <!-- We use a different status bar when in capture mode vs file mode --> 22 <!-- We use a different status bar when in capture mode vs file mode -->
(...skipping 20 matching lines...) Expand all
41 <include src="test_view.html"/> 43 <include src="test_view.html"/>
42 <include src="hsts_view.html"/> 44 <include src="hsts_view.html"/>
43 <include src="events_view.html"/> 45 <include src="events_view.html"/>
44 <include src="logs_view.html"/> 46 <include src="logs_view.html"/>
45 47
46 <script src="chrome://resources/js/i18n_template.js"></script> 48 <script src="chrome://resources/js/i18n_template.js"></script>
47 <script src="chrome://resources/js/i18n_process.js"></script> 49 <script src="chrome://resources/js/i18n_process.js"></script>
48 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 50 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
49 </body> 51 </body>
50 </html> 52 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/events_view.js ('k') | chrome/browser/resources/net_internals/logs_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698