| 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 <meta http-equiv="X-WebKit-CSP" | 9 <include src="content_security_policy.html"/> |
| 10 content="object-src 'none'; | |
| 11 script-src chrome://resources | |
| 12 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief | |
| 13 'self' 'unsafe-eval'"> | |
| 14 <link rel="stylesheet" href="shared/css/about_memory.css"> | 10 <link rel="stylesheet" href="shared/css/about_memory.css"> |
| 15 | |
| 16 <style> | 11 <style> |
| 17 body { | 12 body { |
| 18 font-family: Arial, Helvetica, sans-serif; | 13 font-family: Arial, Helvetica, sans-serif; |
| 19 } | 14 } |
| 20 div#header select { | 15 div#header select { |
| 21 font-family: Arial, Helvetica, sans-serif; | 16 font-family: Arial, Helvetica, sans-serif; |
| 22 } | 17 } |
| 23 div.viewOptions input { | 18 div.viewOptions input { |
| 24 font-family: Arial, Helvetica, sans-serif; | 19 font-family: Arial, Helvetica, sans-serif; |
| 25 } | 20 } |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 </td> | 221 </td> |
| 227 </tr> | 222 </tr> |
| 228 </table> | 223 </table> |
| 229 | 224 |
| 230 <div class="otherbrowsers">(The memory usage of our renderer processes is
slightly less accurate when they are sandboxed.)</div> | 225 <div class="otherbrowsers">(The memory usage of our renderer processes is
slightly less accurate when they are sandboxed.)</div> |
| 231 | 226 |
| 232 </div> | 227 </div> |
| 233 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 228 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 234 </body> | 229 </body> |
| 235 </html> | 230 </html> |
| OLD | NEW |