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 <title>About Memory</title> | 9 <title>About Memory</title> |
9 <if expr="is_android"> | 10 <if expr="is_android"> |
10 <meta name="viewport" content="width=device-width"> | 11 <meta name="viewport" content="width=device-width"> |
11 </if> | 12 </if> |
12 <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css"> | 13 <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css"> |
13 <link rel="stylesheet" href="about_memory_linux.css"> | 14 <link rel="stylesheet" href="about_memory_linux.css"> |
14 <script src="chrome://resources/js/load_time_data.js"></script> | 15 <script src="chrome://resources/js/load_time_data.js"></script> |
15 <script src="chrome://memory-redirect/memory.js"></script> | 16 <script src="chrome://memory-redirect/memory.js"></script> |
16 <script src="chrome://memory-redirect/strings.js"></script> | 17 <script src="chrome://memory-redirect/strings.js"></script> |
17 </head> | 18 </head> |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 </tr> | 202 </tr> |
202 </table> | 203 </table> |
203 | 204 |
204 <div class="otherbrowsers">(The memory usage of our renderer processes is
slightly less accurate when they are sandboxed.)</div> | 205 <div class="otherbrowsers">(The memory usage of our renderer processes is
slightly less accurate when they are sandboxed.)</div> |
205 | 206 |
206 </div> | 207 </div> |
207 <script src="chrome://resources/js/i18n_template2.js"></script> | 208 <script src="chrome://resources/js/i18n_template2.js"></script> |
208 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 209 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
209 </body> | 210 </body> |
210 </html> | 211 </html> |
OLD | NEW |