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

Side by Side Diff: chrome/browser/resources/chromeos/slow.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="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8">
4 <meta name="viewport" content="width=device-width, initial-scale=1.0, 5 <meta name="viewport" content="width=device-width, initial-scale=1.0,
5 maximum-scale=1.0, user-scalable=no"> 6 maximum-scale=1.0, user-scalable=no">
6 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 7 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
7 <link rel="stylesheet" href="slow.css"> 8 <link rel="stylesheet" href="slow.css">
8 <script src="chrome://resources/js/load_time_data.js"></script> 9 <script src="chrome://resources/js/load_time_data.js"></script>
9 <script src="chrome://resources/js/cr.js"></script> 10 <script src="chrome://resources/js/cr.js"></script>
10 <script src="chrome://resources/js/cr/event_target.js"></script> 11 <script src="chrome://resources/js/cr/event_target.js"></script>
11 <script src="chrome://resources/js/util.js"></script> 12 <script src="chrome://resources/js/util.js"></script>
12 <script src="chrome://slow/slow.js"></script> 13 <script src="chrome://slow/slow.js"></script>
13 <script src="chrome://slow/strings.js"></script> 14 <script src="chrome://slow/strings.js"></script>
14 </head> 15 </head>
15 <body i18n-values=".style.fontFamily:fontfamily;"> 16 <body i18n-values=".style.fontFamily:fontfamily;">
16 <div id="container" class="container"> 17 <div id="container" class="container">
17 <div i18n-content="slowDescription"></div> 18 <div i18n-content="slowDescription"></div>
18 <br> 19 <br>
19 <div i18n-values=".innerHTML:slowWarning"></div> 20 <div i18n-values=".innerHTML:slowWarning"></div>
20 <div id="container-inner" width=100% class="container-inner"> 21 <div id="container-inner" width=100% class="container-inner">
21 <button id="slow-disable" i18n-content="slowDisable" hidden></button> 22 <button id="slow-disable" i18n-content="slowDisable" hidden></button>
22 <button id="slow-enable" i18n-content="slowEnable" hidden></button> 23 <button id="slow-enable" i18n-content="slowEnable" hidden></button>
23 </div> 24 </div>
24 </div> 25 </div>
25 <script src="chrome://resources/js/i18n_template2.js"></script> 26 <script src="chrome://resources/js/i18n_template2.js"></script>
26 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 27 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
27 </body> 28 </body>
28 </html> 29 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/sim_unlock.html ('k') | chrome/browser/resources/chromeos/wallpaper_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698