| 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 12 matching lines...) Expand all Loading... |
| 23 table.list#browserComparison tr.firstRow th:nth-child(2) { | 23 table.list#browserComparison tr.firstRow th:nth-child(2) { |
| 24 border-right: 1px solid #b5c6de; | 24 border-right: 1px solid #b5c6de; |
| 25 } | 25 } |
| 26 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2), | 26 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2), |
| 27 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5), | 27 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5), |
| 28 table.list#memoryDetails tr.firstRow th:nth-child(2), | 28 table.list#memoryDetails tr.firstRow th:nth-child(2), |
| 29 table.list#memoryDetails tr.firstRow th:nth-child(3) { | 29 table.list#memoryDetails tr.firstRow th:nth-child(3) { |
| 30 border-right: 1px solid #b5c6de; | 30 border-right: 1px solid #b5c6de; |
| 31 } | 31 } |
| 32 </style> | 32 </style> |
| 33 <script src="chrome://resources/js/load_time_data.js"></script> |
| 33 <script src="chrome://memory-redirect/memory.js"></script> | 34 <script src="chrome://memory-redirect/memory.js"></script> |
| 34 <script src="chrome://memory-redirect/strings.js"></script> | 35 <script src="chrome://memory-redirect/strings.js"></script> |
| 35 </head> | 36 </head> |
| 36 <body> | 37 <body> |
| 37 <div id='header'> | 38 <div id='header'> |
| 38 <h1> | 39 <h1> |
| 39 About memory | 40 About memory |
| 40 </h1> | 41 </h1> |
| 41 <p> | 42 <p> |
| 42 Measuring memory usage in a multi-process browser | 43 Measuring memory usage in a multi-process browser |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 <tr class='noResults'> | 346 <tr class='noResults'> |
| 346 <td colspan='99'> | 347 <td colspan='99'> |
| 347 No results found. | 348 No results found. |
| 348 </td> | 349 </td> |
| 349 </tr> | 350 </tr> |
| 350 </table> | 351 </table> |
| 351 </div> | 352 </div> |
| 352 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 353 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 353 </body> | 354 </body> |
| 354 </html> | 355 </html> |
| OLD | NEW |