Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Side by Side Diff: chrome/browser/resources/about_memory_mac.html

Issue 8124010: Replace <meta> tag with header for content-security-policy on chrome:// pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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: Helvetica, sans-serif; 12 font-family: Helvetica, sans-serif;
14 } 13 }
15 div#header select { 14 div#header select {
16 font-family: Helvetica, sans-serif; 15 font-family: Helvetica, sans-serif;
17 } 16 }
18 div.viewOptions input { 17 div.viewOptions input {
19 font-family: Helvetica, sans-serif; 18 font-family: Helvetica, sans-serif;
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 </td> 251 </td>
253 </tr> 252 </tr>
254 </table> 253 </table>
255 <div class="otherbrowsers"> 254 <div class="otherbrowsers">
256 (Note: Due to memory sharing between processes, summing memory usage doe s not give total memory usage.) 255 (Note: Due to memory sharing between processes, summing memory usage doe s not give total memory usage.)
257 </div> 256 </div>
258 </div> 257 </div>
259 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 258 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
260 </body> 259 </body>
261 </html> 260 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_memory_linux.html ('k') | chrome/browser/resources/about_stats.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698