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

Side by Side Diff: components/ntp_tiles/webui/resources/popular_sites_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 | « chrome/browser/resources/snippets_internals.html ('k') | 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 2015 The Chromium Authors. All rights reserved. 2 Copyright 2015 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 <html> 7 <html>
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <if expr="is_android or is_ios"> 10 <if expr="is_android or is_ios">
11 <meta name="viewport" content="width=device-width, initial-scale=1.0, 11 <meta name="viewport" content="width=device-width, initial-scale=1.0">
12 maximum-scale=1.0, user-scalable=no">
13 </if> 12 </if>
14 <title>Popular Sites Internals</title> 13 <title>Popular Sites Internals</title>
15 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 14 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
16 <link rel="stylesheet" href="chrome://resources/css/list.css"> 15 <link rel="stylesheet" href="chrome://resources/css/list.css">
17 <link rel="stylesheet" href="popular_sites_internals.css"> 16 <link rel="stylesheet" href="popular_sites_internals.css">
18 <script src="chrome://resources/js/cr.js"></script> 17 <script src="chrome://resources/js/cr.js"></script>
19 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 18 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
20 <script src="chrome://resources/js/load_time_data.js"></script> 19 <script src="chrome://resources/js/load_time_data.js"></script>
21 <script src="chrome://resources/js/util.js"></script> 20 <script src="chrome://resources/js/util.js"></script>
22 <if expr="is_ios"> 21 <if expr="is_ios">
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 </td> 74 </td>
76 <td class="value"><pre id="json-value"></pre></td> 75 <td class="value"><pre id="json-value"></pre></td>
77 </tr> 76 </tr>
78 </table> 77 </table>
79 </div> 78 </div>
80 </div> 79 </div>
81 80
82 </body> 81 </body>
83 </html> 82 </html>
84 83
OLDNEW
« no previous file with comments | « chrome/browser/resources/snippets_internals.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698