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. |
| 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" content="object-src 'none'; script-src chrome://
resources 'self' 'unsafe-eval'"> |
5 <!-- Set the title to that of the default page so that the title doesn't flash | 10 <!-- Set the title to that of the default page so that the title doesn't flash |
6 on load (for the most common case). --> | 11 on load (for the most common case). --> |
7 <title i18n-content="browserPageTabTitle"></title> | 12 <title i18n-content="browserPageTabTitle"></title> |
8 | 13 |
9 <link rel="icon" href="../../../app/theme/settings_favicon.png"> | 14 <link rel="icon" href="../../../app/theme/settings_favicon.png"> |
10 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 15 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
11 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 16 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
12 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> | 17 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
13 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 18 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
14 <link rel="stylesheet" href="../webui.css"> | 19 <link rel="stylesheet" href="../webui.css"> |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 </div> | 157 </div> |
153 </div> | 158 </div> |
154 </div> | 159 </div> |
155 </div> | 160 </div> |
156 </div> | 161 </div> |
157 <script src="chrome://settings/strings.js"></script> | 162 <script src="chrome://settings/strings.js"></script> |
158 <script src="chrome://resources/js/i18n_template.js"></script> | 163 <script src="chrome://resources/js/i18n_template.js"></script> |
159 <script src="chrome://resources/js/i18n_process.js"></script> | 164 <script src="chrome://resources/js/i18n_process.js"></script> |
160 </body> | 165 </body> |
161 </html> | 166 </html> |
OLD | NEW |