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

Side by Side Diff: chrome/browser/resources/about_memory.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
« no previous file with comments | « chrome/browser/resources/about_flash.html ('k') | chrome/browser/resources/about_memory.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12 matching lines...) Expand all
23 table.list#browserComparison tr.firstRow th:nth-child(2) { 23 table.list#browserComparison tr.firstRow th:nth-child(2) {
24 border-right: 1px solid #b5c6de; 24 border-right: 1px solid #b5c6de;
25 } 25 }
26 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2), 26 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2),
27 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5), 27 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5),
28 table.list#memoryDetails tr.firstRow th:nth-child(2), 28 table.list#memoryDetails tr.firstRow th:nth-child(2),
29 table.list#memoryDetails tr.firstRow th:nth-child(3) { 29 table.list#memoryDetails tr.firstRow th:nth-child(3) {
30 border-right: 1px solid #b5c6de; 30 border-right: 1px solid #b5c6de;
31 } 31 }
32 </style> 32 </style>
33 <script src="chrome://resources/js/load_time_data.js"></script>
33 <script src="chrome://memory-redirect/memory.js"></script> 34 <script src="chrome://memory-redirect/memory.js"></script>
34 <script src="chrome://memory-redirect/strings.js"></script> 35 <script src="chrome://memory-redirect/strings.js"></script>
35 </head> 36 </head>
36 <body> 37 <body>
37 <div id='header'> 38 <div id='header'>
38 <h1> 39 <h1>
39 About memory 40 About memory
40 </h1> 41 </h1>
41 <p> 42 <p>
42 Measuring memory usage in a multi-process browser 43 Measuring memory usage in a multi-process browser
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 <tr class='noResults'> 346 <tr class='noResults'>
346 <td colspan='99'> 347 <td colspan='99'>
347 No results found. 348 No results found.
348 </td> 349 </td>
349 </tr> 350 </tr>
350 </table> 351 </table>
351 </div> 352 </div>
352 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 353 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
353 </body> 354 </body>
354 </html> 355 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_flash.html ('k') | chrome/browser/resources/about_memory.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698