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

Side by Side Diff: chrome/browser/resources/snippets_internals.html

Issue 1910633005: Display status message for "Add snippets" on chrome://snippets-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The final version ;) Created 4 years, 8 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2016 The Chromium Authors. All rights reserved. 2 Copyright 2016 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 <!DOCTYPE html> 6 <!DOCTYPE html>
7 <meta charset="utf-8"> 7 <meta charset="utf-8">
8 <if expr="is_android or is_ios"> 8 <if expr="is_android or is_ios">
9 <meta name="viewport" content="width=device-width, initial-scale=1.0, 9 <meta name="viewport" content="width=device-width, initial-scale=1.0,
10 maximum-scale=1.0, user-scalable=no"> 10 maximum-scale=1.0, user-scalable=no">
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 jscontent="salientImageUrl"></a> 63 jscontent="salientImageUrl"></a>
64 </table> 64 </table>
65 </div> 65 </div>
66 </table> 66 </table>
67 <div class="detail" id="snippets-empty"></div> 67 <div class="detail" id="snippets-empty"></div>
68 <div class="forms"> 68 <div class="forms">
69 <input id="submit-clear" type="submit" value="Clear the list"> 69 <input id="submit-clear" type="submit" value="Clear the list">
70 </div> 70 </div>
71 <div class="forms"> 71 <div class="forms">
72 <input id="submit-download" type="submit" value="Add snippets"> 72 <input id="submit-download" type="submit" value="Add snippets">
73 from hosts <input id="hosts-input" type="text" placeholder= 73 from hosts <span id="hosts-help" class="detail"></span>:
74 "www.wired.com www.bbc.co.uk"> 74 <textarea id="hosts-input" placeholder="www.wired.com www.bbc.co.uk"
75 <div id="hosts-help" class="detail"></div> 75 rows="5"></textarea>
76 <div id="hosts-status" class="detail"></div>
76 </div> 77 </div>
77 </div> 78 </div>
78 79
79 <div id="discarded-snippets" class="section"> 80 <div id="discarded-snippets" class="section">
80 <h2>Discarded snippets <span class="detail">(click for details)</span></h2> 81 <h2>Discarded snippets <span class="detail">(click for details)</span></h2>
81 <table class="section-details"> 82 <table class="section-details">
82 <tr jsselect="list" style="display:none"> 83 <tr jsselect="list" style="display:none">
83 <td class="title-link"> 84 <td class="title-link">
84 <span class="discarded-snippet-title" jsvalues="snippet-id:id"> 85 <span class="discarded-snippet-title" jsvalues="snippet-id:id">
85 <span jscontent="title"></span> &gt;&gt;</span> 86 <span jscontent="title"></span> &gt;&gt;</span>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 119
119 <div id="hosts" class="section"> 120 <div id="hosts" class="section">
120 <h2>Suggestion hosts</h2> 121 <h2>Suggestion hosts</h2>
121 <table class="section-details"> 122 <table class="section-details">
122 <tr jsselect="list"> 123 <tr jsselect="list">
123 <td jscontent="url"> 124 <td jscontent="url">
124 </table> 125 </table>
125 <div class="detail" id="hosts-empty"></div> 126 <div class="detail" id="hosts-empty"></div>
126 </div> 127 </div>
127 </div> 128 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/snippets_internals.css ('k') | chrome/browser/ui/webui/snippets_internals_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698