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"> |
11 <meta name="viewport" content="width=device-width"> | 11 <meta name="viewport" content="width=device-width"> |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 </tr> | 202 </tr> |
203 </table> | 203 </table> |
204 | 204 |
205 <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> |
206 | 206 |
207 </div> | 207 </div> |
208 <script src="chrome://resources/js/i18n_template2.js"></script> | 208 <script src="chrome://resources/js/i18n_template2.js"></script> |
209 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 209 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
210 </body> | 210 </body> |
211 </html> | 211 </html> |
OLD | NEW |