| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values="dir:textdirection"> | 2 <html i18n-values="dir:textdirection"> |
| 3 <!-- | 3 <!-- |
| 4 | 4 |
| 5 Copyright 2013 The Chromium Authors. All rights reserved. | 5 Copyright 2013 The Chromium Authors. All rights reserved. |
| 6 Use of this source code is governed by a BSD-style license that can be | 6 Use of this source code is governed by a BSD-style license that can be |
| 7 found in the LICENSE file. | 7 found in the LICENSE file. |
| 8 | 8 |
| 9 --> | 9 --> |
| 10 <head> | 10 <head> |
| 11 <meta name="google" value="notranslate"> | 11 <meta name="google" value="notranslate"> |
| 12 <meta charset="utf-8"> |
| 12 <title i18n-content="title"></title> | 13 <title i18n-content="title"></title> |
| 13 | 14 |
| 14 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 15 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
| 15 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 16 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
| 16 <link rel="stylesheet" href="chrome://resources/css/menu.css"> | 17 <link rel="stylesheet" href="chrome://resources/css/menu.css"> |
| 17 <link rel="stylesheet" href="chrome://resources/css/menu_button.css"> | 18 <link rel="stylesheet" href="chrome://resources/css/menu_button.css"> |
| 18 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> | 19 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> |
| 19 <link rel="stylesheet" href="css/bmm.css"> | 20 <link rel="stylesheet" href="css/bmm.css"> |
| 20 | 21 |
| 21 <script src="chrome://resources/css/tree.css.js"></script> | 22 <script src="chrome://resources/css/tree.css.js"></script> |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 <button command="#delete-command"></button> | 149 <button command="#delete-command"></button> |
| 149 <button command="#undo-delete-command"></button> | 150 <button command="#undo-delete-command"></button> |
| 150 <hr> | 151 <hr> |
| 151 <button command="#add-new-bookmark-command"></button> | 152 <button command="#add-new-bookmark-command"></button> |
| 152 <button command="#new-folder-command"></button> | 153 <button command="#new-folder-command"></button> |
| 153 </menu> | 154 </menu> |
| 154 | 155 |
| 155 <script src="js/main.js"></script> | 156 <script src="js/main.js"></script> |
| 156 </body> | 157 </body> |
| 157 </html> | 158 </html> |
| OLD | NEW |