| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 </td> | 254 </td> |
| 255 </tr> | 255 </tr> |
| 256 </table> | 256 </table> |
| 257 <div class="otherbrowsers"> | 257 <div class="otherbrowsers"> |
| 258 (Note: Due to memory sharing between processes, summing memory usage doe
s not give total memory usage.) | 258 (Note: Due to memory sharing between processes, summing memory usage doe
s not give total memory usage.) |
| 259 </div> | 259 </div> |
| 260 </div> | 260 </div> |
| 261 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 261 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 262 </body> | 262 </body> |
| 263 </html> | 263 </html> |
| OLD | NEW |