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

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

Issue 117713003: Add encoding info for those WebUI pages that were missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 <meta charset="utf-8">
8 <title>About Memory</title> 9 <title>About Memory</title>
9 <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css"> 10 <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css">
10 <style> 11 <style>
11 body { 12 body {
12 font-family: Helvetica, sans-serif; 13 font-family: Helvetica, sans-serif;
13 } 14 }
14 div#header select { 15 div#header select {
15 font-family: Helvetica, sans-serif; 16 font-family: Helvetica, sans-serif;
16 } 17 }
17 div.otherbrowsers { 18 div.otherbrowsers {
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 </td> 254 </td>
254 </tr> 255 </tr>
255 </table> 256 </table>
256 <div class="otherbrowsers"> 257 <div class="otherbrowsers">
257 (Note: Due to memory sharing between processes, summing memory usage doe s not give total memory usage.) 258 (Note: Due to memory sharing between processes, summing memory usage doe s not give total memory usage.)
258 </div> 259 </div>
259 </div> 260 </div>
260 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 261 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
261 </body> 262 </body>
262 </html> 263 </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