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

Unified Diff: chrome/browser/resources/offline_pages/offline_internals.html

Issue 2038963002: [Offline Pages] Link the internals page with the offline model and request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More code review comment fixes Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/offline_pages/offline_internals.html
diff --git a/chrome/browser/resources/offline_pages/offline_internals.html b/chrome/browser/resources/offline_pages/offline_internals.html
index a3c03dec4594156778d0ccf67094894140afb406..8668832de6826fc8fbf4bd81c11ad92cc332a6f2 100644
--- a/chrome/browser/resources/offline_pages/offline_internals.html
+++ b/chrome/browser/resources/offline_pages/offline_internals.html
@@ -18,6 +18,7 @@
<div>
<div id="current-status"></div>
<button id="refresh">Refresh page</button>
+ <button id="download">Dump</button>
</div>
<h2>Stored Pages</h2>
@@ -31,11 +32,12 @@
<th>&nbsp;</th>
<th>URL</th>
<th>Namespace</th>
- <th>Size</th>
+ <th>Size (Kb)</th>
</tr>
</thead>
<tbody id="stored-pages"> </tbody>
</table>
+ <div id="page-actions-info"></div>
<h2>Request Queue</h2>
<table class="request-queue-table">

Powered by Google App Engine
This is Rietveld 408576698