| 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://resources/css/text_defaults.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 <span class="th" jscontent="formatNumber(comm_map)"></span> | 171 <span class="th" jscontent="formatNumber(comm_map)"></span> |
| 172 <span class="k">k</span> | 172 <span class="k">k</span> |
| 173 </td> | 173 </td> |
| 174 </tr> | 174 </tr> |
| 175 </table> | 175 </table> |
| 176 <div class="otherbrowsers" jsdisplay="browsers.length == 1"> | 176 <div class="otherbrowsers" jsdisplay="browsers.length == 1"> |
| 177 Note: This page will show memory use for all running browsers, | 177 Note: This page will show memory use for all running browsers, |
| 178 not just Chrome. | 178 not just Chrome. |
| 179 </div> | 179 </div> |
| 180 <div class="otherbrowsers" jsdisplay="browsers.length > 1"> | 180 <div class="otherbrowsers" jsdisplay="browsers.length > 1"> |
| 181 Note: Chrome includes memory used by plug-ins, other browsers may not. | 181 Note: Chrome includes memory used by plugins, other browsers may not. |
| 182 </div> | 182 </div> |
| 183 | 183 |
| 184 <br><br><br> | 184 <br><br><br> |
| 185 | 185 |
| 186 <h2> | 186 <h2> |
| 187 Processes | 187 Processes |
| 188 <div class="help"> | 188 <div class="help"> |
| 189 <div> | 189 <div> |
| 190 <p> | 190 <p> |
| 191 Details of memory usage for each of | 191 Details of memory usage for each of |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 <tr class="noResults"> | 343 <tr class="noResults"> |
| 344 <td colspan="99"> | 344 <td colspan="99"> |
| 345 No results found. | 345 No results found. |
| 346 </td> | 346 </td> |
| 347 </tr> | 347 </tr> |
| 348 </table> | 348 </table> |
| 349 </div> | 349 </div> |
| 350 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 350 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 351 </body> | 351 </body> |
| 352 </html> | 352 </html> |
| OLD | NEW |