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

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

Issue 1228163005: Update some webui question mark icons to SVG. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add Created 5 years, 5 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">
11 <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css"> 11 <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css">
12 <style> 12 <style>
13 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1), 13 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1),
14 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(6), 14 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(6),
15 table.list#browserComparison tr.firstRow th:nth-child(1) { 15 table.list#browserComparison tr.firstRow th:nth-child(1) {
16 border-right: 1px solid #b5c6de; 16 border-right: 1px solid #b5c6de;
17 } 17 }
18 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2), 18 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2),
19 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(7), 19 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(7),
20 table.list#memoryDetails tr.firstRow th:nth-child(2) { 20 table.list#memoryDetails tr.firstRow th:nth-child(2) {
21 border-right: 1px solid #b5c6de; 21 border-right: 1px solid #b5c6de;
22 } 22 }
23 </style> 23 </style>
24 <script src="chrome://resources/js/load_time_data.js"></script> 24 <script src="chrome://resources/js/load_time_data.js"></script>
25 <script src="chrome://memory-redirect/memory.js"></script> 25 <script src="chrome://memory-redirect/memory.js"></script>
26 <script src="chrome://memory-redirect/strings.js"></script> 26 <script src="chrome://memory-redirect/strings.js"></script>
27 </head> 27 </head>
28 <body> 28 <body>
29 <div id="header"> 29 <div id="header">
30 <h1> 30 <h1>About memory</h1>
31 About memory
32 </h1>
33 <p> 31 <p>
34 Measuring memory usage in a multi-process browser 32 Measuring memory usage in a multi-process browser
35 </p> 33 </p>
36 </div> 34 </div>
37 35
38 <div id="content"> 36 <div id="content">
39 <h2> 37 <h2>
40 Summary 38 Summary
41 <div class="help"> 39 <div class="help">
42 <div> 40 <div>
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 </td> 244 </td>
247 </tr> 245 </tr>
248 </table> 246 </table>
249 <div class="otherbrowsers"> 247 <div class="otherbrowsers">
250 (Note: Due to memory sharing between processes, summing memory usage doe s not give total memory usage.) 248 (Note: Due to memory sharing between processes, summing memory usage doe s not give total memory usage.)
251 </div> 249 </div>
252 </div> 250 </div>
253 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 251 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
254 </body> 252 </body>
255 </html> 253 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_memory_linux.html ('k') | chrome/browser/resources/options/reset_profile_settings_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698