| 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 <if expr="is_android"> | 10 <if expr="is_android"> |
| 11 <meta name="viewport" content="width=device-width"> | 11 <meta name="viewport" content="width=device-width"> |
| 12 </if> | 12 </if> |
| 13 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 13 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 14 <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css"> | 14 <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css"> |
| 15 <link rel="stylesheet" href="about_memory_linux.css"> | 15 <link rel="stylesheet" href="about_memory_linux.css"> |
| 16 <script src="chrome://resources/js/load_time_data.js"></script> | 16 <script src="chrome://resources/js/load_time_data.js"></script> |
| 17 <script src="chrome://memory-redirect/memory.js"></script> | 17 <script src="chrome://memory-redirect/memory.js"></script> |
| 18 <script src="chrome://memory-redirect/strings.js"></script> | 18 <script src="chrome://memory-redirect/strings.js"></script> |
| 19 </head> | 19 </head> |
| 20 <body> | 20 <body> |
| 21 <div id="header"> | 21 <div id="header"> |
| 22 <h1> | 22 <h1>About memory</h1> |
| 23 About memory | |
| 24 </h1> | |
| 25 <p> | 23 <p> |
| 26 Measuring memory usage in a multi-process browser | 24 Measuring memory usage in a multi-process browser |
| 27 </p> | 25 </p> |
| 28 </div> | 26 </div> |
| 29 | 27 |
| 30 <div id="content"> | 28 <div id="content"> |
| 31 <h2> | 29 <h2> |
| 32 Summary | 30 Summary |
| 33 <div class="help"> | 31 <div class="help"> |
| 34 <div> | 32 <div> |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 </tr> | 201 </tr> |
| 204 </table> | 202 </table> |
| 205 | 203 |
| 206 <div class="otherbrowsers">(The memory usage of our renderer processes is
slightly less accurate when they are sandboxed.)</div> | 204 <div class="otherbrowsers">(The memory usage of our renderer processes is
slightly less accurate when they are sandboxed.)</div> |
| 207 | 205 |
| 208 </div> | 206 </div> |
| 209 <script src="chrome://resources/js/i18n_template.js"></script> | 207 <script src="chrome://resources/js/i18n_template.js"></script> |
| 210 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 208 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 211 </body> | 209 </body> |
| 212 </html> | 210 </html> |
| OLD | NEW |