| 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 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 4 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
| 5 <link rel="stylesheet" href="chrome://resources/css/checkbox.css"> | 5 <link rel="stylesheet" href="chrome://resources/css/checkbox.css"> |
| 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
| 6 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
| 7 <link rel="stylesheet" href="chrome://resources/css/select.css"> | |
| 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | |
| 9 <link rel="stylesheet" href="../options/options_page.css"> | 8 <link rel="stylesheet" href="../options/options_page.css"> |
| 10 <link rel="stylesheet" href="../options/chromeos/internet_options_page.css"> | 9 <link rel="stylesheet" href="../options/chromeos/internet_options_page.css"> |
| 11 <link rel="stylesheet" href="../options/chromeos/proxy.css"> | 10 <link rel="stylesheet" href="../options/chromeos/proxy.css"> |
| 12 <link rel="stylesheet" href="proxy_settings.css"> | 11 <link rel="stylesheet" href="proxy_settings.css"> |
| 13 | 12 |
| 14 <script src="chrome://resources/js/cr.js"></script> | 13 <script src="chrome://resources/js/cr.js"></script> |
| 15 <script src="chrome://resources/js/cr/event_target.js"></script> | 14 <script src="chrome://resources/js/cr/event_target.js"></script> |
| 16 <script src="chrome://resources/js/cr/ui.js"></script> | 15 <script src="chrome://resources/js/cr/ui.js"></script> |
| 17 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> | 16 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> |
| 18 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> | 17 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 29 <script src="../options/chromeos/proxy_rules_list.js"></script> | 28 <script src="../options/chromeos/proxy_rules_list.js"></script> |
| 30 <script src="proxy_settings.js"></script> | 29 <script src="proxy_settings.js"></script> |
| 31 </head> | 30 </head> |
| 32 | 31 |
| 33 <!-- We do not override the fontSize because it is defined in | 32 <!-- We do not override the fontSize because it is defined in |
| 34 internet_options_page.css. --> | 33 internet_options_page.css. --> |
| 35 <body i18n-values=".style.fontFamily:fontfamily"> | 34 <body i18n-values=".style.fontFamily:fontfamily"> |
| 36 <include src="../options/chromeos/proxy.html"> | 35 <include src="../options/chromeos/proxy.html"> |
| 37 </body> | 36 </body> |
| 38 </html> | 37 </html> |
| OLD | NEW |