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

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: try to fix patch dependency #2 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 a5e5b544ce264308cb009358fcfc710d2803e51d..916b0e919ebb1fc439eb49752a76347697f49ac6 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,12 +32,13 @@
<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="random-info"></div>
dewittj 2016/06/03 23:12:05 Is it really random? :)
chili 2016/06/09 22:29:16 Done.
<h2>Request Queue</h2>
<table class="request-queue-table">

Powered by Google App Engine
This is Rietveld 408576698