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

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

Issue 11746012: [webui] whittle down a few more uses of old-style templateData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move include Created 7 years, 11 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 <link rel="stylesheet" href="shared/css/about_memory.css"> 9 <link rel="stylesheet" href="shared/css/about_memory.css">
10 <style> 10 <style>
(...skipping 10 matching lines...) Expand all
21 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(6), 21 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(6),
22 table.list#browserComparison tr.firstRow th:nth-child(1) { 22 table.list#browserComparison tr.firstRow th:nth-child(1) {
23 border-right: 1px solid #b5c6de; 23 border-right: 1px solid #b5c6de;
24 } 24 }
25 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2), 25 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2),
26 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(7), 26 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(7),
27 table.list#memoryDetails tr.firstRow th:nth-child(2) { 27 table.list#memoryDetails tr.firstRow th:nth-child(2) {
28 border-right: 1px solid #b5c6de; 28 border-right: 1px solid #b5c6de;
29 } 29 }
30 </style> 30 </style>
31 <script src="chrome://resources/js/load_time_data.js"></script>
31 <script src="chrome://memory-redirect/memory.js"></script> 32 <script src="chrome://memory-redirect/memory.js"></script>
32 <script src="chrome://memory-redirect/strings.js"></script> 33 <script src="chrome://memory-redirect/strings.js"></script>
33 </head> 34 </head>
34 <body> 35 <body>
35 <div id='header'> 36 <div id='header'>
36 <h1> 37 <h1>
37 About memory 38 About memory
38 </h1> 39 </h1>
39 <p> 40 <p>
40 Measuring memory usage in a multi-process browser 41 Measuring memory usage in a multi-process browser
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 </td> 249 </td>
249 </tr> 250 </tr>
250 </table> 251 </table>
251 <div class="otherbrowsers"> 252 <div class="otherbrowsers">
252 (Note: Due to memory sharing between processes, summing memory usage doe s not give total memory usage.) 253 (Note: Due to memory sharing between processes, summing memory usage doe s not give total memory usage.)
253 </div> 254 </div>
254 </div> 255 </div>
255 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 256 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
256 </body> 257 </body>
257 </html> 258 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_memory_linux.html ('k') | chrome/browser/resources/about_nacl.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698