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

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

Issue 1007443004: Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove terms and native_client_sdk changes. Created 5 years, 9 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
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 <meta charset="utf-8"> 8 <meta charset="utf-8">
9 <title>About Memory</title> 9 <title>About Memory</title>
10 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 10 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 <span class="th" jscontent="formatNumber(comm_map)"></span> 171 <span class="th" jscontent="formatNumber(comm_map)"></span>
172 <span class="k">k</span> 172 <span class="k">k</span>
173 </td> 173 </td>
174 </tr> 174 </tr>
175 </table> 175 </table>
176 <div class="otherbrowsers" jsdisplay="browsers.length == 1"> 176 <div class="otherbrowsers" jsdisplay="browsers.length == 1">
177 Note: This page will show memory use for all running browsers, 177 Note: This page will show memory use for all running browsers,
178 not just Chrome. 178 not just Chrome.
179 </div> 179 </div>
180 <div class="otherbrowsers" jsdisplay="browsers.length > 1"> 180 <div class="otherbrowsers" jsdisplay="browsers.length > 1">
181 Note: Chrome includes memory used by plug-ins, other browsers may not. 181 Note: Chrome includes memory used by plugins, other browsers may not.
182 </div> 182 </div>
183 183
184 <br><br><br> 184 <br><br><br>
185 185
186 <h2> 186 <h2>
187 Processes 187 Processes
188 <div class="help"> 188 <div class="help">
189 <div> 189 <div>
190 <p> 190 <p>
191 Details of memory usage for each of 191 Details of memory usage for each of
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 <tr class="noResults"> 343 <tr class="noResults">
344 <td colspan="99"> 344 <td colspan="99">
345 No results found. 345 No results found.
346 </td> 346 </td>
347 </tr> 347 </tr>
348 </table> 348 </table>
349 </div> 349 </div>
350 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 350 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
351 </body> 351 </body>
352 </html> 352 </html>
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugins_resource_service.h ('k') | chrome/browser/resources/about_memory_linux.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698