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/flags.html

Issue 11746012: [webui] whittle down a few more uses of old-style templateData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move include Created 7 years, 11 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 i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="flags.css"> 5 <link rel="stylesheet" href="flags.css">
6 <script src="chrome://resources/js/load_time_data.js"></script>
6 <script src="chrome://resources/js/util.js"></script> 7 <script src="chrome://resources/js/util.js"></script>
7 <script src="chrome://flags/flags.js"></script> 8 <script src="chrome://flags/flags.js"></script>
8 <script src="chrome://flags/strings.js"></script> 9 <script src="chrome://flags/strings.js"></script>
9 <script src="chrome://resources/js/i18n_template.js"></script>
10 </head> 10 </head>
11 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 11 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
12 <div id="body-container" style="visibility:hidden"> 12 <div id="body-container" style="visibility:hidden">
13 13
14 <div id="header"><h1 i18n-content="flagsLongTitle">TITLE</h1></div> 14 <div id="header"><h1 i18n-content="flagsLongTitle">TITLE</h1></div>
15 15
16 <div id="blurb-container"> 16 <div id="blurb-container">
17 <span id="blurb-warning" i18n-content="flagsWarningHeader">WARNING</span> 17 <span id="blurb-warning" i18n-content="flagsWarningHeader">WARNING</span>
18 <span i18n-content="flagsBlurb">WARNING TEXT</span> 18 <span i18n-content="flagsBlurb">WARNING TEXT</span>
19 </div> 19 </div>
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 101
102 <div class="needs-restart" jsdisplay="needsRestart"> 102 <div class="needs-restart" jsdisplay="needsRestart">
103 <div i18n-content="flagsRestartNotice">NEEDS_RESTART</div> 103 <div i18n-content="flagsRestartNotice">NEEDS_RESTART</div>
104 <button class="experiment-restart-button" 104 <button class="experiment-restart-button"
105 type="button" 105 type="button"
106 i18n-content="flagsRestartButton">RESTART</button> 106 i18n-content="flagsRestartButton">RESTART</button>
107 </div> 107 </div>
108 </div> 108 </div>
109 </div> 109 </div>
110 </div> 110 </div>
111 <script src="chrome://resources/js/i18n_process.js"></script> 111 <script src="chrome://resources/js/i18n_template2.js"></script>
112 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 112 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
113 </body> 113 </body>
114 </html> 114 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/certificate_viewer.js ('k') | chrome/browser/resources/flags_warning.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698