Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html id="t" i18n-values="dir:textdirection"> | 2 <html id="t" i18n-values="dir:textdirection"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <!-- X-WebKit-CSP is our development name for Content-Security-Policy. | 5 <include src="../content_security_policy.html"/> |
| 6 TODO(tsepez) rename when Content-security-policy is done. | |
| 7 TODO(tsepez) remove unsafe-eval when bidichecker_packaged.js fixed. | |
| 8 --> | |
| 9 <meta http-equiv="X-WebKit-CSP" | |
| 10 content="object-src 'none'; | |
| 11 script-src chrome://resources | |
| 12 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief | |
| 13 'self' 'unsafe-eval'"> | |
| 14 <!-- Set the title to that of the default page so that the title doesn't flash | |
| 15 on load (for the most common case). --> | |
|
abarth-chromium
2011/07/18 18:52:35
What happened to this comment?
Tom Sepez
2011/07/18 19:00:17
Carelessness with the editor. Will be restored.
| |
| 16 <title i18n-content="browserPageTabTitle"></title> | 6 <title i18n-content="browserPageTabTitle"></title> |
| 17 | 7 |
| 18 <link rel="icon" href="../../../app/theme/settings_favicon.png"> | 8 <link rel="icon" href="../../../app/theme/settings_favicon.png"> |
| 19 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
| 20 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
| 21 <link rel="stylesheet" href="chrome://resources/css/select.css"> | 11 <link rel="stylesheet" href="chrome://resources/css/select.css"> |
| 22 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> | 12 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
| 23 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 13 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
| 24 <link rel="stylesheet" href="../webui.css"> | 14 <link rel="stylesheet" href="../webui.css"> |
| 25 <link rel="stylesheet" href="options_page.css"> | 15 <link rel="stylesheet" href="options_page.css"> |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 167 </div> | 157 </div> |
| 168 </div> | 158 </div> |
| 169 </div> | 159 </div> |
| 170 </div> | 160 </div> |
| 171 </div> | 161 </div> |
| 172 <script src="chrome://settings/strings.js"></script> | 162 <script src="chrome://settings/strings.js"></script> |
| 173 <script src="chrome://resources/js/i18n_template.js"></script> | 163 <script src="chrome://resources/js/i18n_template.js"></script> |
| 174 <script src="chrome://resources/js/i18n_process.js"></script> | 164 <script src="chrome://resources/js/i18n_process.js"></script> |
| 175 </body> | 165 </body> |
| 176 </html> | 166 </html> |
| OLD | NEW |