| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!doctype html> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 about:memory template page | 4 about:memory template page |
| 5 --> | 5 --> |
| 6 <html id="t"> | 6 <html id="t"> |
| 7 <head> | 7 <head> |
| 8 <meta charset="utf-8"> | 8 <meta charset="utf-8"> |
| 9 <title>About Memory</title> | 9 <title>About Memory</title> |
| 10 <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css"> | 10 <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css"> |
| 11 <style> | 11 <style> |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 <tr class="noResults"> | 350 <tr class="noResults"> |
| 351 <td colspan="99"> | 351 <td colspan="99"> |
| 352 No results found. | 352 No results found. |
| 353 </td> | 353 </td> |
| 354 </tr> | 354 </tr> |
| 355 </table> | 355 </table> |
| 356 </div> | 356 </div> |
| 357 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 357 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 358 </body> | 358 </body> |
| 359 </html> | 359 </html> |
| OLD | NEW |