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

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

Issue 2246563002: [Offline Pages]Allow multiple urls to be requested in internal page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Parsing on JS side. Created 4 years, 4 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 edb60fff54c73068fe51c8fd9929d4f949cba5d3..0c8d0fcdaf7efa259469ac6efe230bc58f1b06bd 100644
--- a/chrome/browser/resources/offline_pages/offline_internals.html
+++ b/chrome/browser/resources/offline_pages/offline_internals.html
@@ -68,7 +68,7 @@
</thead>
<tbody id="request-queue"> </tbody>
</table>
- <input id="url" type="url">
+ <input id="url" type="url" placeholder="http://www.url1.com, http://www.url2.com, ...">
michaelpg 2016/08/20 00:46:47 nit: wrap long lines
romax 2016/08/20 01:23:20 Done.
<button id="add-to-queue">Load in background</button>
<div id="save-url-state"></div>
</body>

Powered by Google App Engine
This is Rietveld 408576698