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

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

Issue 10690137: Fix stats counters (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 2
3 <html id="t"> 3 <html id="t">
4 <head> 4 <head>
5 <title>About Stats</title> 5 <title>About Stats</title>
6 <style> 6 <style>
7 body { 7 body {
8 border-top: 10px solid #3B85E3; 8 border-top: 10px solid #3B85E3;
9 color: #333; 9 color: #333;
10 font-family: Verdana, Helvetica, Arial, sans-serif; 10 font-family: Verdana, Helvetica, Arial, sans-serif;
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 color: #333; 62 color: #333;
63 font-weight: bold; 63 font-weight: bold;
64 } 64 }
65 .details .zebra { 65 .details .zebra {
66 background: #EEE; 66 background: #EEE;
67 } 67 }
68 .lower { 68 .lower {
69 text-transform: lowercase; 69 text-transform: lowercase;
70 } 70 }
71 </style> 71 </style>
72 <script src="chrome://resources/js/util.js"></script>
72 <script src="chrome://stats/stats.js"></script> 73 <script src="chrome://stats/stats.js"></script>
73 <script src="chrome://stats/strings.js"></script> 74 <script src="chrome://stats/strings.js"></script>
74 </head> 75 </head>
75 <body> 76 <body>
76 <div style="float: right"> 77 <div style="float: right">
77 <br>Filter: <input id="filter" type="text" value="" onkeyup="doFilter()"> 78 <br>Filter: <input id="filter" type="text" value="">
78 </div> 79 </div>
79 <h1 class="lower">About Stats</h1> 80 <h1 class="lower">About Stats</h1>
80 <h2>Shhh! This page is secret!</h2><br/> 81 <h2>Shhh! This page is secret!</h2><br/>
81 <table class="details" cellspacing="0" cellpadding="0" border="0"> 82 <table class="details" cellspacing="0" cellpadding="0" border="0">
82 <tbody> 83 <tbody>
83 <tr> 84 <tr>
84 <td class="outer"> 85 <td class="outer">
85 <table cellspacing="0" cellpadding="0" border="0"> 86 <table cellspacing="0" cellpadding="0" border="0">
86 <tbody> 87 <tbody>
87 <tr> 88 <tr>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 </tr> 125 </tr>
125 </tbody> 126 </tbody>
126 </table> 127 </table>
127 </td> 128 </td>
128 </tr> 129 </tr>
129 </tbody> 130 </tbody>
130 </table><br/> 131 </table><br/>
131 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 132 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
132 </body> 133 </body>
133 </html> 134 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/about_stats.js » ('j') | content/renderer/render_thread_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698