Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 <if expr="pp_ifdef('android')"> | |
| 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, | |
|
klobag.chromium
2012/12/20 02:22:31
I think we only need width and user-scalable.
gone
2012/12/21 19:19:00
Done.
| |
| 7 maximum-scale=1.0, user-scalable=no"> | |
| 8 </if> | |
| 5 <link rel="stylesheet" href="flags.css"> | 9 <link rel="stylesheet" href="flags.css"> |
| 6 <script src="chrome://resources/js/util.js"></script> | 10 <script src="chrome://resources/js/util.js"></script> |
| 7 <script src="chrome://flags/flags.js"></script> | 11 <script src="chrome://flags/flags.js"></script> |
| 8 <script src="chrome://flags/strings.js"></script> | 12 <script src="chrome://flags/strings.js"></script> |
| 9 <script src="chrome://resources/js/i18n_template.js"></script> | 13 <script src="chrome://resources/js/i18n_template.js"></script> |
| 10 </head> | 14 </head> |
| 11 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 15 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| 12 <div id="body-container" style="visibility:hidden"> | 16 <div id="body-container" style="visibility:hidden"> |
| 13 | 17 |
| 14 <div id="header"><h1 i18n-content="flagsLongTitle">TITLE</h1></div> | 18 <div id="header"><h1 i18n-content="flagsLongTitle">TITLE</h1></div> |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 105 type="button" | 109 type="button" |
| 106 i18n-content="flagsRestartButton">RESTART</button> | 110 i18n-content="flagsRestartButton">RESTART</button> |
| 107 </div> | 111 </div> |
| 108 </div> | 112 </div> |
| 109 </div> | 113 </div> |
| 110 </div> | 114 </div> |
| 111 <script src="chrome://resources/js/i18n_process.js"></script> | 115 <script src="chrome://resources/js/i18n_process.js"></script> |
| 112 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 116 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 113 </body> | 117 </body> |
| 114 </html> | 118 </html> |
| OLD | NEW |