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

Side by Side Diff: chrome/browser/resources/about_memory.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">
(...skipping 12 matching lines...) Expand all
23 table.list#memoryDetails tr.firstRow th:nth-child(3) { 23 table.list#memoryDetails tr.firstRow th:nth-child(3) {
24 border-right: 1px solid #b5c6de; 24 border-right: 1px solid #b5c6de;
25 } 25 }
26 </style> 26 </style>
27 <script src="chrome://resources/js/load_time_data.js"></script> 27 <script src="chrome://resources/js/load_time_data.js"></script>
28 <script src="chrome://memory-redirect/memory.js"></script> 28 <script src="chrome://memory-redirect/memory.js"></script>
29 <script src="chrome://memory-redirect/strings.js"></script> 29 <script src="chrome://memory-redirect/strings.js"></script>
30 </head> 30 </head>
31 <body> 31 <body>
32 <div id="header"> 32 <div id="header">
33 <h1> 33 <h1>About memory</h1>
34 About memory
35 </h1>
36 <p> 34 <p>
37 Measuring memory usage in a multi-process browser 35 Measuring memory usage in a multi-process browser
38 </p> 36 </p>
39 </div> 37 </div>
40 38
41 <div id="content"> 39 <div id="content">
42 <h2> 40 <h2>
43 Summary 41 Summary
44 <div class="help"> 42 <div class="help">
45 <div> 43 <div>
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 <tr class="noResults"> 341 <tr class="noResults">
344 <td colspan="99"> 342 <td colspan="99">
345 No results found. 343 No results found.
346 </td> 344 </td>
347 </tr> 345 </tr>
348 </table> 346 </table>
349 </div> 347 </div>
350 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 348 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
351 </body> 349 </body>
352 </html> 350 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_memory.css ('k') | chrome/browser/resources/about_memory_linux.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698