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

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

Issue 1907233002: Allows to dump current snippets to a json in the Downloads folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: After code review #2 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
« no previous file with comments | « no previous file | chrome/browser/resources/snippets_internals.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <tr> 60 <tr>
61 <td>Salient image 61 <td>Salient image
62 <td><a class="url" jsvalues="href:salientImageUrl" 62 <td><a class="url" jsvalues="href:salientImageUrl"
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 <input id="submit-dump" type="submit" value="Dump the list to downloads">
70 </div> 71 </div>
71 <div class="forms"> 72 <div class="forms">
72 <input id="submit-download" type="submit" value="Add snippets"> 73 <input id="submit-download" type="submit" value="Add snippets">
73 from hosts <input id="hosts-input" type="text" placeholder= 74 from hosts <input id="hosts-input" type="text" placeholder=
74 "www.wired.com www.bbc.co.uk"> 75 "www.wired.com www.bbc.co.uk">
75 <div id="hosts-help" class="detail"></div> 76 <div id="hosts-help" 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">
(...skipping 38 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 | « no previous file | chrome/browser/resources/snippets_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698