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

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

Issue 117713003: Add encoding info for those WebUI pages that were missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 i18n-values=".style.fontFamily: fontfamily;"> 2 <html i18n-values=".style.fontFamily: fontfamily;">
3 <!-- 3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 Copyright (c) 2012 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 <meta charset="utf-8">
9 <!-- Don't use automatic scaling on mobile --> 10 <!-- Don't use automatic scaling on mobile -->
10 <meta name="viewport" content="width=device-width, initial-scale=1.0, 11 <meta name="viewport" content="width=device-width, initial-scale=1.0,
11 maximum-scale=1.0, user-scalable=no"> 12 maximum-scale=1.0, user-scalable=no">
12 <link rel="stylesheet" href="main.css"> 13 <link rel="stylesheet" href="main.css">
13 <link rel="stylesheet" href="status_view.css"> 14 <link rel="stylesheet" href="status_view.css">
14 <link rel="stylesheet" href="events_view.css"> 15 <link rel="stylesheet" href="events_view.css">
15 <link rel="stylesheet" href="waterfall_view.css"> 16 <link rel="stylesheet" href="waterfall_view.css">
16 <link rel="stylesheet" href="timeline_view.css"> 17 <link rel="stylesheet" href="timeline_view.css">
17 <link rel="stylesheet" href="logs_view.css"> 18 <link rel="stylesheet" href="logs_view.css">
18 <link rel="stylesheet" href="chromeos_view.css"> 19 <link rel="stylesheet" href="chromeos_view.css">
(...skipping 28 matching lines...) Expand all
47 <include src="logs_view.html"/> 48 <include src="logs_view.html"/>
48 <include src="chromeos_view.html"/> 49 <include src="chromeos_view.html"/>
49 <include src="cros_log_visualizer_view.html"/> 50 <include src="cros_log_visualizer_view.html"/>
50 </div> 51 </div>
51 52
52 <script src="chrome://resources/js/i18n_template.js"></script> 53 <script src="chrome://resources/js/i18n_template.js"></script>
53 <script src="chrome://resources/js/i18n_process.js"></script> 54 <script src="chrome://resources/js/i18n_process.js"></script>
54 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 55 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
55 </body> 56 </body>
56 </html> 57 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/managed_mode_block_interstitial.html ('k') | chrome/browser/resources/notification_1line.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698