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

Side by Side Diff: chrome/browser/resources/about_flash.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
« no previous file with comments | « no previous file | chrome/browser/resources/about_memory.html » ('j') | 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 i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8">
4 <style> 5 <style>
5 .key { 6 .key {
6 font-weight: bold; 7 font-weight: bold;
7 } 8 }
8 9
9 .value { 10 .value {
10 margin-left: 15px; 11 margin-left: 15px;
11 } 12 }
12 </style> 13 </style>
13 </head> 14 </head>
(...skipping 12 matching lines...) Expand all
26 </div> 27 </div>
27 </div> 28 </div>
28 <script src="chrome://resources/js/load_time_data.js"></script> 29 <script src="chrome://resources/js/load_time_data.js"></script>
29 <script src="chrome://flash/about_flash.js"></script> 30 <script src="chrome://flash/about_flash.js"></script>
30 <script src="chrome://flash/strings.js"></script> 31 <script src="chrome://flash/strings.js"></script>
31 <script src="chrome://resources/js/i18n_template2.js"></script> 32 <script src="chrome://resources/js/i18n_template2.js"></script>
32 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 33 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
33 <script src="chrome://resources/js/util.js"></script> 34 <script src="chrome://resources/js/util.js"></script>
34 </body> 35 </body>
35 </html> 36 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/about_memory.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698