Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html | 2 <html |
| 3 i18n-values="dir:textdirection" | 3 i18n-values="dir:textdirection" |
| 4 id="t"> | 4 id="t"> |
| 5 <head> | 5 <head> |
| 6 <meta charset="utf-8"> | 6 <meta charset="utf-8"> |
| 7 <!-- Set the title to that of the default page so that the title doesn't flash | 7 <!-- Set the title to that of the default page so that the title doesn't flash |
| 8 on load (for the most common case). --> | 8 on load (for the most common case). --> |
| 9 <title i18n-content="browserPageTabTitle"></title> | 9 <title i18n-content="browserPageTabTitle"></title> |
| 10 | 10 |
| 11 <link rel="icon" href="../../../app/theme/settings_favicon.png"> | 11 <link rel="icon" href="../../../app/theme/settings_favicon.png"> |
| 12 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 12 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
| 13 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 13 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
| 14 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> | 14 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
| 15 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 15 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
| 16 <link rel="stylesheet" href="../webui.css"> | 16 <link rel="stylesheet" href="../webui.css"> |
| 17 <link rel="stylesheet" href="options_page.css"> | 17 <link rel="stylesheet" href="options_page.css"> |
| 18 <link rel="stylesheet" href="advanced_options.css"> | 18 <link rel="stylesheet" href="advanced_options.css"> |
| 19 <link rel="stylesheet" href="alert_overlay.css"> | 19 <link rel="stylesheet" href="alert_overlay.css"> |
| 20 <link rel="stylesheet" href="autofill_options.css"> | 20 <link rel="stylesheet" href="autofill_options.css"> |
| 21 <link rel="stylesheet" href="autofill_overlay.css"> | 21 <link rel="stylesheet" href="autofill_overlay.css"> |
| 22 <link rel="stylesheet" href="handler_options.css"> | |
|
tony
2011/05/23 21:42:00
Nit: alphabetize?
koz (OOO until 15th September)
2011/05/24 08:47:49
Done.
| |
| 22 <link rel="stylesheet" href="browser_options_page.css"> | 23 <link rel="stylesheet" href="browser_options_page.css"> |
| 23 <link rel="stylesheet" href="clear_browser_data_overlay.css"> | 24 <link rel="stylesheet" href="clear_browser_data_overlay.css"> |
| 24 <link rel="stylesheet" href="content_settings.css"> | 25 <link rel="stylesheet" href="content_settings.css"> |
| 25 <link rel="stylesheet" href="cookies_view.css"> | 26 <link rel="stylesheet" href="cookies_view.css"> |
| 26 <link rel="stylesheet" href="font_settings.css"> | 27 <link rel="stylesheet" href="font_settings.css"> |
| 27 <link rel="stylesheet" href="import_data_overlay.css"> | 28 <link rel="stylesheet" href="import_data_overlay.css"> |
| 28 <link rel="stylesheet" href="language_options.css"> | 29 <link rel="stylesheet" href="language_options.css"> |
| 29 <link rel="stylesheet" href="password_manager_list.css"> | 30 <link rel="stylesheet" href="password_manager_list.css"> |
| 30 <link rel="stylesheet" href="personal_options.css"> | 31 <link rel="stylesheet" href="personal_options.css"> |
| 31 <link rel="stylesheet" href="search_engine_manager.css"> | 32 <link rel="stylesheet" href="search_engine_manager.css"> |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 141 <div id="subpage-sheet-2" class="subpage-sheet"> | 142 <div id="subpage-sheet-2" class="subpage-sheet"> |
| 142 <button class="raw-button close-subpage"></button> | 143 <button class="raw-button close-subpage"></button> |
| 143 <div class="subpage-sheet-contents"> | 144 <div class="subpage-sheet-contents"> |
| 144 <if expr="pp_ifdef('chromeos')"> | 145 <if expr="pp_ifdef('chromeos')"> |
| 145 <include src="chromeos/language_chewing_options.html"> | 146 <include src="chromeos/language_chewing_options.html"> |
| 146 <include src="chromeos/language_hangul_options.html"> | 147 <include src="chromeos/language_hangul_options.html"> |
| 147 <include src="chromeos/language_mozc_options.html"> | 148 <include src="chromeos/language_mozc_options.html"> |
| 148 <include src="chromeos/language_pinyin_options.html"> | 149 <include src="chromeos/language_pinyin_options.html"> |
| 149 </if> | 150 </if> |
| 150 <include src="cookies_view.html"> | 151 <include src="cookies_view.html"> |
| 152 <include src="handler_options.html"> | |
| 151 <include src="content_settings_exceptions_area.html"> | 153 <include src="content_settings_exceptions_area.html"> |
| 152 </div> | 154 </div> |
| 153 </div> | 155 </div> |
| 154 </div> | 156 </div> |
| 155 </div> | 157 </div> |
| 156 </div> | 158 </div> |
| 157 </div> | 159 </div> |
| 158 <script src="chrome://settings/strings.js"></script> | 160 <script src="chrome://settings/strings.js"></script> |
| 159 <script src="chrome://resources/js/i18n_template.js"></script> | 161 <script src="chrome://resources/js/i18n_template.js"></script> |
| 160 <script src="chrome://resources/js/i18n_process.js"></script> | 162 <script src="chrome://resources/js/i18n_process.js"></script> |
| 161 </body> | 163 </body> |
| 162 </html> | 164 </html> |
| OLD | NEW |