OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html | 2 <html |
3 i18n-values="dir:textdirection; | 3 i18n-values="dir:textdirection; |
4 enable-background-mode:enable-background-mode" | 4 enable-background-mode:enable-background-mode" |
5 id="t"> | 5 id="t"> |
6 <head> | 6 <head> |
7 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
8 <title i18n-content="title"></title> | 8 <title i18n-content="title"></title> |
9 | 9 |
10 <link rel="icon" href="../../app/theme/settings_favicon.png"> | 10 <link rel="icon" href="../../app/theme/settings_favicon.png"> |
11 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 11 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
12 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 12 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
13 <link rel="stylesheet" href="dom_ui.css"> | 13 <link rel="stylesheet" href="dom_ui.css"> |
14 <link rel="stylesheet" href="options/options_page.css"> | 14 <link rel="stylesheet" href="options/options_page.css"> |
15 <link rel="stylesheet" href="options/add_startup_page_overlay.css"> | 15 <link rel="stylesheet" href="options/add_startup_page_overlay.css"> |
16 <link rel="stylesheet" href="options/alert_overlay.css"> | 16 <link rel="stylesheet" href="options/alert_overlay.css"> |
17 <link rel="stylesheet" href="options/autofill_edit_address_overlay.css"> | 17 <link rel="stylesheet" href="options/autofill_edit_address_overlay.css"> |
18 <link rel="stylesheet" href="options/autofill_edit_creditcard_overlay.css"> | 18 <link rel="stylesheet" href="options/autofill_edit_creditcard_overlay.css"> |
19 <link rel="stylesheet" href="options/autofill_options_page.css"> | 19 <link rel="stylesheet" href="options/autofill_options_page.css"> |
20 <link rel="stylesheet" href="options/browser_options_page.css"> | 20 <link rel="stylesheet" href="options/browser_options_page.css"> |
21 <link rel="stylesheet" href="options/clear_browser_data_overlay.css"> | 21 <link rel="stylesheet" href="options/clear_browser_data_overlay.css"> |
22 <link rel="stylesheet" href="options/content_settings.css"> | 22 <link rel="stylesheet" href="options/content_settings.css"> |
23 <link rel="stylesheet" href="options/content_settings_exceptions_area.css"> | 23 <link rel="stylesheet" href="options/content_settings_exceptions_area.css"> |
24 <link rel="stylesheet" href="options/cookies_view.css"> | 24 <link rel="stylesheet" href="options/cookies_view.css"> |
25 <link rel="stylesheet" href="options/edit_search_engine_overlay.css"> | 25 <link rel="stylesheet" href="options/edit_search_engine_overlay.css"> |
26 <link rel="stylesheet" href="options/passwords_exceptions_list.css"> | 26 <link rel="stylesheet" href="options/passwords_exceptions_list.css"> |
| 27 <link rel="stylesheet" href="options/personal_options.css"> |
27 <link rel="stylesheet" href="options/import_data_overlay.css"> | 28 <link rel="stylesheet" href="options/import_data_overlay.css"> |
28 <link rel="stylesheet" href="options/search_engine_manager.css"> | 29 <link rel="stylesheet" href="options/search_engine_manager.css"> |
29 <link rel="stylesheet" href="options/subpages_tab_controls.css"> | 30 <link rel="stylesheet" href="options/subpages_tab_controls.css"> |
30 <if expr="pp_ifdef('chromeos')"> | 31 <if expr="pp_ifdef('chromeos')"> |
31 <link rel="stylesheet" href="options/about_page.css"> | 32 <link rel="stylesheet" href="options/about_page.css"> |
32 <link rel="stylesheet" href="options/chromeos_accounts_options_page.css"> | 33 <link rel="stylesheet" href="options/chromeos_accounts_options_page.css"> |
33 <link rel="stylesheet" href="options/chromeos_internet_options_page.css"> | 34 <link rel="stylesheet" href="options/chromeos_internet_options_page.css"> |
34 <link rel="stylesheet" href="options/chromeos_language_options.css"> | 35 <link rel="stylesheet" href="options/chromeos_language_options.css"> |
35 </if> | 36 </if> |
36 | 37 |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 cr.ui.decorate('input[pref][type=range]', options.PrefRange); | 323 cr.ui.decorate('input[pref][type=range]', options.PrefRange); |
323 cr.ui.decorate('select[pref]', options.PrefSelect); | 324 cr.ui.decorate('select[pref]', options.PrefSelect); |
324 cr.ui.decorate('input[pref][type=text]', options.PrefTextField); | 325 cr.ui.decorate('input[pref][type=text]', options.PrefTextField); |
325 cr.ui.decorate('input[pref][type=url]', options.PrefTextField); | 326 cr.ui.decorate('input[pref][type=url]', options.PrefTextField); |
326 cr.ui.decorate('#contentSettingsPage input[type=radio]', | 327 cr.ui.decorate('#contentSettingsPage input[type=radio]', |
327 options.ContentSettingsRadio); | 328 options.ContentSettingsRadio); |
328 console.log('in bottom script'); | 329 console.log('in bottom script'); |
329 </script> | 330 </script> |
330 </body> | 331 </body> |
331 </html> | 332 </html> |
OLD | NEW |