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

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

Issue 2889143003: [NTP] Show category id in snippets internals. (Closed)
Patch Set: Created 3 years, 7 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 | no next file » | 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 </if> 10 </if>
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 107
108 <div id="content-suggestions"> 108 <div id="content-suggestions">
109 <h2>Content suggestions by category 109 <h2>Content suggestions by category
110 <span class="detail">(click for details)</span> 110 <span class="detail">(click for details)</span>
111 <button id="submit-dump" type="button">Dump the list</button> 111 <button id="submit-dump" type="button">Dump the list</button>
112 </h2> 112 </h2>
113 <div jsselect="list" style="display:none"> 113 <div jsselect="list" style="display:none">
114 <h3> 114 <h3>
115 <span jscontent="title"></span> 115 <span jscontent="title"></span>
116 <span class="detail"> 116 <span class="detail">
117 (<span jscontent="status"></span>) 117 (id = <span jscontent="categoryId"></span>,
118 <span jscontent="status"></span>)
118 </span> 119 </span>
119 120
120 <button jsvalues="category-id:categoryId" type="button" 121 <button jsvalues="category-id:categoryId" type="button"
121 class="submit-clear-cached-suggestions"> 122 class="submit-clear-cached-suggestions">
122 Clear cached suggestions 123 Clear cached suggestions
123 </button> 124 </button>
124 <button jsvalues="category-id:categoryId" type="button" 125 <button jsvalues="category-id:categoryId" type="button"
125 class="toggle-dismissed-suggestions"> 126 class="toggle-dismissed-suggestions">
126 Show dismissed suggestions 127 Show dismissed suggestions
127 </button> 128 </button>
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 <tr> 196 <tr>
196 <td>Publisher name 197 <td>Publisher name
197 <td jscontent="publisherName"> 198 <td jscontent="publisherName">
198 </table> 199 </table>
199 </div> 200 </div>
200 </table> 201 </table>
201 </div> 202 </div>
202 <div class="detail" id="content-suggestions-empty"></div> 203 <div class="detail" id="content-suggestions-empty"></div>
203 </div> 204 </div>
204 </div> 205 </div>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698