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

Side by Side Diff: chrome/browser/resources/about_memory_linux.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 <if expr="pp_ifdef('android')"> 9 <if expr="pp_ifdef('android')">
10 <meta name="viewport" content="width=device-width"> 10 <meta name="viewport" content="width=device-width">
11 </if> 11 </if>
12 <link rel="stylesheet" href="shared/css/about_memory.css"> 12 <link rel="stylesheet" href="shared/css/about_memory.css">
13 <link rel="stylesheet" href="about_memory_linux.css"> 13 <link rel="stylesheet" href="about_memory_linux.css">
14 <script src="chrome://resources/js/load_time_data.js"></script>
14 <script src="chrome://memory-redirect/memory.js"></script> 15 <script src="chrome://memory-redirect/memory.js"></script>
15 <script src="chrome://memory-redirect/strings.js"></script> 16 <script src="chrome://memory-redirect/strings.js"></script>
16 </head> 17 </head>
17 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 18 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
18 <div id='header'> 19 <div id='header'>
19 <h1> 20 <h1>
20 About memory 21 About memory
21 </h1> 22 </h1>
22 <p> 23 <p>
23 Measuring memory usage in a multi-process browser 24 Measuring memory usage in a multi-process browser
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 <tr class='noResults'> 192 <tr class='noResults'>
192 <td colspan='99'> 193 <td colspan='99'>
193 No results found. 194 No results found.
194 </td> 195 </td>
195 </tr> 196 </tr>
196 </table> 197 </table>
197 198
198 <div class="otherbrowsers">(The memory usage of our renderer processes is slightly less accurate when they are sandboxed.)</div> 199 <div class="otherbrowsers">(The memory usage of our renderer processes is slightly less accurate when they are sandboxed.)</div>
199 200
200 </div> 201 </div>
201 <script src="chrome://resources/js/i18n_template.js"></script> 202 <script src="chrome://resources/js/i18n_template2.js"></script>
202 <script src="chrome://resources/js/i18n_process.js"></script>
203 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 203 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
204 </body> 204 </body>
205 </html> 205 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_memory.js ('k') | chrome/browser/resources/about_memory_mac.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698