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 <meta charset="utf-8"> |
4 <title>Predictors</title> | 5 <title>Predictors</title> |
5 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
6 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> |
7 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
8 | 9 |
9 <style> | 10 <style> |
10 <include src="predictors.css"> | 11 <include src="predictors.css"> |
11 </style> | 12 </style> |
12 | 13 |
13 <!-- List stuff. --> | 14 <!-- List stuff. --> |
(...skipping 16 matching lines...) Expand all Loading... |
30 </tabpanel> | 31 </tabpanel> |
31 <tabpanel> | 32 <tabpanel> |
32 <include src="resource_prefetch_predictor.html" /> | 33 <include src="resource_prefetch_predictor.html" /> |
33 </tabpanel> | 34 </tabpanel> |
34 </tabpanels> | 35 </tabpanels> |
35 </tabbox> | 36 </tabbox> |
36 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 37 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
37 <script src="chrome://predictors/predictors.js"></script> | 38 <script src="chrome://predictors/predictors.js"></script> |
38 </body> | 39 </body> |
39 </html> | 40 </html> |
OLD | NEW |