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 <include src="content_security_policy.html"/> | |
10 <link rel="stylesheet" href="shared/css/about_memory.css"> | 9 <link rel="stylesheet" href="shared/css/about_memory.css"> |
11 <style> | 10 <style> |
12 body { | 11 body { |
13 font-family: Arial, Helvetica, sans-serif; | 12 font-family: Arial, Helvetica, sans-serif; |
14 } | 13 } |
15 div#header select { | 14 div#header select { |
16 font-family: Arial, Helvetica, sans-serif; | 15 font-family: Arial, Helvetica, sans-serif; |
17 } | 16 } |
18 div.viewOptions input { | 17 div.viewOptions input { |
19 font-family: Arial, Helvetica, sans-serif; | 18 font-family: Arial, Helvetica, sans-serif; |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 </td> | 220 </td> |
222 </tr> | 221 </tr> |
223 </table> | 222 </table> |
224 | 223 |
225 <div class="otherbrowsers">(The memory usage of our renderer processes is
slightly less accurate when they are sandboxed.)</div> | 224 <div class="otherbrowsers">(The memory usage of our renderer processes is
slightly less accurate when they are sandboxed.)</div> |
226 | 225 |
227 </div> | 226 </div> |
228 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 227 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
229 </body> | 228 </body> |
230 </html> | 229 </html> |
OLD | NEW |