| 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"> |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 </td> | 96 </td> |
| 97 </tr> | 97 </tr> |
| 98 </table> | 98 </table> |
| 99 <div class="otherbrowsers" | 99 <div class="otherbrowsers" |
| 100 jsdisplay="show_other_browsers && browsers.length == 1"> | 100 jsdisplay="show_other_browsers && browsers.length == 1"> |
| 101 Note: This page will show memory use for all running browsers, | 101 Note: This page will show memory use for all running browsers, |
| 102 not just Chrome. | 102 not just Chrome. |
| 103 </div> | 103 </div> |
| 104 <div class="otherbrowsers" | 104 <div class="otherbrowsers" |
| 105 jsdisplay="show_other_browsers && browsers.length > 1"> | 105 jsdisplay="show_other_browsers && browsers.length > 1"> |
| 106 Note: Chrome includes memory used by plug-ins, other browsers may not. | 106 Note: Chrome includes memory used by plugins, other browsers may not. |
| 107 </div> | 107 </div> |
| 108 | 108 |
| 109 <br><br><br> | 109 <br><br><br> |
| 110 | 110 |
| 111 <h2> | 111 <h2> |
| 112 Processes | 112 Processes |
| 113 <div class="help"> | 113 <div class="help"> |
| 114 <div> | 114 <div> |
| 115 <p> | 115 <p> |
| 116 Details of memory usage for each of Chromium's processes. | 116 Details of memory usage for each of Chromium's processes. |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 </tr> | 203 </tr> |
| 204 </table> | 204 </table> |
| 205 | 205 |
| 206 <div class="otherbrowsers">(The memory usage of our renderer processes is
slightly less accurate when they are sandboxed.)</div> | 206 <div class="otherbrowsers">(The memory usage of our renderer processes is
slightly less accurate when they are sandboxed.)</div> |
| 207 | 207 |
| 208 </div> | 208 </div> |
| 209 <script src="chrome://resources/js/i18n_template2.js"></script> | 209 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 210 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 210 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 211 </body> | 211 </body> |
| 212 </html> | 212 </html> |
| OLD | NEW |