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

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

Issue 2552883011: Allow user to scale NTP internals pages (Closed)
Patch Set: Created 4 years 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 | components/ntp_tiles/webui/resources/popular_sites_internals.html » ('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">
11 </if> 10 </if>
12 <title>Snippets Internals</title> 11 <title>Snippets Internals</title>
13 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 12 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
14 <link rel="stylesheet" href="snippets_internals.css"> 13 <link rel="stylesheet" href="snippets_internals.css">
15 <script src="chrome://resources/js/cr.js"></script> 14 <script src="chrome://resources/js/cr.js"></script>
16 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 15 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
17 <script src="chrome://resources/js/util.js"></script> 16 <script src="chrome://resources/js/util.js"></script>
18 <script src="snippets_internals.js"></script> 17 <script src="snippets_internals.js"></script>
19 18
20 <div id="info"> 19 <div id="info">
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 <tr> 187 <tr>
189 <td>Publisher name 188 <td>Publisher name
190 <td jscontent="publisherName"> 189 <td jscontent="publisherName">
191 </table> 190 </table>
192 </div> 191 </div>
193 </table> 192 </table>
194 </div> 193 </div>
195 <div class="detail" id="content-suggestions-empty"></div> 194 <div class="detail" id="content-suggestions-empty"></div>
196 </div> 195 </div>
197 </div> 196 </div>
OLDNEW
« no previous file with comments | « no previous file | components/ntp_tiles/webui/resources/popular_sites_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698