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

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

Issue 2824173005: [Content suggestions] Reveal URL with favicon in snippets-internals (Closed)
Patch Set: Vitalii's comments #2 Created 3 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/ui/webui/snippets_internals_message_handler.cc » ('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 </if> 10 </if>
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 </span> 137 </span>
138 <div jsvalues="id:id" class="content-suggestion-detail hidden"> 138 <div jsvalues="id:id" class="content-suggestion-detail hidden">
139 <table> 139 <table>
140 <tr> 140 <tr>
141 <td>ID 141 <td>ID
142 <td jscontent="idWithinCategory"> 142 <td jscontent="idWithinCategory">
143 <tr> 143 <tr>
144 <td>URL 144 <td>URL
145 <td><a class="url" jsvalues="href:url" jscontent="url"></a> 145 <td><a class="url" jsvalues="href:url" jscontent="url"></a>
146 <tr> 146 <tr>
147 <td>URL with favicon
148 <td>
149 <a class="url" jsvalues="href:urlWithFavicon"
150 jscontent="urlWithFavicon"></a>
151 <tr>
147 <td>Snippet text 152 <td>Snippet text
148 <td jscontent="snippetText"> 153 <td jscontent="snippetText">
149 <tr> 154 <tr>
150 <td>Publish date 155 <td>Publish date
151 <td class="expiry"> 156 <td class="expiry">
152 <span class="date" jscontent="publishDate"></span> 157 <span class="date" jscontent="publishDate"></span>
153 <tr> 158 <tr>
154 <td>Publisher name 159 <td>Publisher name
155 <td jscontent="publisherName"> 160 <td jscontent="publisherName">
156 </table> 161 </table>
(...skipping 30 matching lines...) Expand all
187 <tr> 192 <tr>
188 <td>Publisher name 193 <td>Publisher name
189 <td jscontent="publisherName"> 194 <td jscontent="publisherName">
190 </table> 195 </table>
191 </div> 196 </div>
192 </table> 197 </table>
193 </div> 198 </div>
194 <div class="detail" id="content-suggestions-empty"></div> 199 <div class="detail" id="content-suggestions-empty"></div>
195 </div> 200 </div>
196 </div> 201 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/snippets_internals_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698