| Index: chrome/browser/resources/net_internals/index.html
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/index.html (revision 46748)
|
| +++ chrome/browser/resources/net_internals/index.html (working copy)
|
| @@ -10,6 +10,7 @@
|
| <script src="view.js"></script>
|
| <script src="tabswitcherview.js"></script>
|
| <script src="dataview.js"></script>
|
| + <script src="httpcacheview.js"></script>
|
| <script src="testview.js"></script>
|
| <script src="main.js"></script>
|
| <script src="dnsview.js"></script>
|
| @@ -88,7 +89,14 @@
|
| </div>
|
| <!-- Sections TODO -->
|
| <div id=socketsTabContent>TODO: display socket information (outstanding connect jobs)</div>
|
| - <div id=httpCacheTabContent>TODO: display http cache information (disk cache navigator)</div>
|
| + <div id=httpCacheTabContent>
|
| + <input type=button value="Reload" id=reloadHttpCacheListing />
|
| + <h4>Statistics</h4>
|
| + <div id=httpCacheStats>Nothing loaded yet.</div>
|
| +
|
| + <h4>Entries</h4>
|
| + <div id=httpCacheListing>Nothing loaded yet.</div>
|
| + </div>
|
| <!-- Import/Export data -->
|
| <div id=dataTabContent>
|
| <button id=exportToText><b>Click here to generate bug report data</b><br/>(Copy paste the result and attach to bug)</button>
|
|
|