| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>ServiceWorker</title> | 5 <title>ServiceWorker</title> |
| 6 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> |
| 7 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> |
| 8 <link rel="stylesheet" href="serviceworker_internals.css"> | 8 <link rel="stylesheet" href="serviceworker_internals.css"> |
| 9 </head> | 9 </head> |
| 10 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 10 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| 11 <!-- templates --> | 11 <!-- templates --> |
| 12 <div style="display:none"> | 12 <div style="display:none"> |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 </div> | 139 </div> |
| 140 <script src="chrome://resources/js/util.js"></script> | 140 <script src="chrome://resources/js/util.js"></script> |
| 141 <script src="chrome://resources/js/cr.js"></script> | 141 <script src="chrome://resources/js/cr.js"></script> |
| 142 <script src="serviceworker_internals.js"></script> | 142 <script src="serviceworker_internals.js"></script> |
| 143 <script src="chrome://resources/js/load_time_data.js"></script> | 143 <script src="chrome://resources/js/load_time_data.js"></script> |
| 144 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 144 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 145 <script src="strings.js"></script> | 145 <script src="strings.js"></script> |
| 146 <script src="chrome://resources/js/i18n_template2.js"></script> | 146 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 147 </body> | 147 </body> |
| 148 </html> | 148 </html> |
| OLD | NEW |