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

Side by Side Diff: chrome/browser/resources/net_internals/index.html

Issue 2085005: Removed the "Reload" button from the HTTP cache tab of the net-internals page... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 7 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 <html> 1 <html>
2 <!-- 2 <!--
3 Copyright (c) 2010 The Chromium Authors. All rights reserved. 3 Copyright (c) 2010 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <head> 7 <head>
8 <link tyle="text/css" rel="stylesheet" href="main.css" /> 8 <link tyle="text/css" rel="stylesheet" href="main.css" />
9 <script src="util.js"></script> 9 <script src="util.js"></script>
10 <script src="view.js"></script> 10 <script src="view.js"></script>
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 <th>Expires</th> 83 <th>Expires</th>
84 </tr> 84 </tr>
85 </thead> 85 </thead>
86 <tbody id=hostResolverCacheTbody> 86 <tbody id=hostResolverCacheTbody>
87 </tbody> 87 </tbody>
88 </table> 88 </table>
89 </div> 89 </div>
90 <!-- Sections TODO --> 90 <!-- Sections TODO -->
91 <div id=socketsTabContent>TODO: display socket information (outstanding conn ect jobs)</div> 91 <div id=socketsTabContent>TODO: display socket information (outstanding conn ect jobs)</div>
92 <div id=httpCacheTabContent> 92 <div id=httpCacheTabContent>
93 <input type=button value="Reload" id=reloadHttpCacheListing /> 93 <h4>Entries</h4>
94 <a href="chrome://view-http-cache" target=_blank>Explore cache entries</a>
95
94 <h4>Statistics</h4> 96 <h4>Statistics</h4>
95 <div id=httpCacheStats>Nothing loaded yet.</div> 97 <div id=httpCacheStats>Nothing loaded yet.</div>
96
97 <h4>Entries</h4>
98 <div id=httpCacheListing>Nothing loaded yet.</div>
99 </div> 98 </div>
100 <!-- Import/Export data --> 99 <!-- Import/Export data -->
101 <div id=dataTabContent> 100 <div id=dataTabContent>
102 <button id=exportToText><b>Dump to text</b></button> 101 <button id=exportToText><b>Dump to text</b></button>
103 <pre id=exportedDataText></pre> 102 <pre id=exportedDataText></pre>
104 </div> 103 </div>
105 <!-- Connection tests --> 104 <!-- Connection tests -->
106 <div id=testTabContent> 105 <div id=testTabContent>
107 <p>Input a URL which failed to load, and then click the button to run some 106 <p>Input a URL which failed to load, and then click the button to run some
108 tests for why it failed.</p> 107 tests for why it failed.</p>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 <td class=tabSwitcherSpacer>&nbsp;</td> 154 <td class=tabSwitcherSpacer>&nbsp;</td>
156 <th id=detailsTimelineTab>Timeline</th> 155 <th id=detailsTimelineTab>Timeline</th>
157 </tr> 156 </tr>
158 </table> 157 </table>
159 <div class=tabSwitcherLine></div> 158 <div class=tabSwitcherLine></div>
160 </div> 159 </div>
161 <div id=detailsLogBox></div> 160 <div id=detailsLogBox></div>
162 <div id=detailsTimelineBox></div> 161 <div id=detailsTimelineBox></div>
163 </body> 162 </body>
164 </html> 163 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/httpcacheview.js ('k') | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698