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

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

Issue 2172443004: [Offline Pages] Add network status, save request textbox, and offline url link to offline internals… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update SavePageRequest call after rebase Created 4 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 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 9045a8eed7cf1d317942d59c1ed12ffdb61dc52d..edb60fff54c73068fe51c8fd9929d4f949cba5d3 100644
--- a/chrome/browser/resources/offline_pages/offline_internals.html
+++ b/chrome/browser/resources/offline_pages/offline_internals.html
@@ -17,7 +17,7 @@
<body>
<h1>Offline Internals</h1>
<div>
- <div id="current-status"></div>
+ <span id="current-status"></span>
<button id="refresh">Refresh page</button>
<button id="download">Dump</button>
</div>
@@ -68,5 +68,8 @@
</thead>
<tbody id="request-queue"> </tbody>
</table>
+ <input id="url" type="url">
+ <button id="add-to-queue">Load in background</button>
+ <div id="save-url-state"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698