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 <title>About Memory</title> | 8 <title>About Memory</title> |
9 <link rel="stylesheet" href="shared/css/about_memory.css"> | 9 <link rel="stylesheet" href="shared/css/about_memory.css"> |
10 <style> | 10 <style> |
(...skipping 10 matching lines...) Expand all Loading... |
21 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(6), | 21 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(6), |
22 table.list#browserComparison tr.firstRow th:nth-child(1) { | 22 table.list#browserComparison tr.firstRow th:nth-child(1) { |
23 border-right: 1px solid #b5c6de; | 23 border-right: 1px solid #b5c6de; |
24 } | 24 } |
25 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2), | 25 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2), |
26 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(7), | 26 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(7), |
27 table.list#memoryDetails tr.firstRow th:nth-child(2) { | 27 table.list#memoryDetails tr.firstRow th:nth-child(2) { |
28 border-right: 1px solid #b5c6de; | 28 border-right: 1px solid #b5c6de; |
29 } | 29 } |
30 </style> | 30 </style> |
| 31 <script src="chrome://resources/js/load_time_data.js"></script> |
31 <script src="chrome://memory-redirect/memory.js"></script> | 32 <script src="chrome://memory-redirect/memory.js"></script> |
32 <script src="chrome://memory-redirect/strings.js"></script> | 33 <script src="chrome://memory-redirect/strings.js"></script> |
33 </head> | 34 </head> |
34 <body> | 35 <body> |
35 <div id='header'> | 36 <div id='header'> |
36 <h1> | 37 <h1> |
37 About memory | 38 About memory |
38 </h1> | 39 </h1> |
39 <p> | 40 <p> |
40 Measuring memory usage in a multi-process browser | 41 Measuring memory usage in a multi-process browser |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 </td> | 249 </td> |
249 </tr> | 250 </tr> |
250 </table> | 251 </table> |
251 <div class="otherbrowsers"> | 252 <div class="otherbrowsers"> |
252 (Note: Due to memory sharing between processes, summing memory usage doe
s not give total memory usage.) | 253 (Note: Due to memory sharing between processes, summing memory usage doe
s not give total memory usage.) |
253 </div> | 254 </div> |
254 </div> | 255 </div> |
255 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 256 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
256 </body> | 257 </body> |
257 </html> | 258 </html> |
OLD | NEW |