| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |