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 (c) 2010 The Chromium Authors. All rights reserved. | 5 Copyright (c) 2010 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"> |
| 12 |
11 <title i18n-content="title"></title> | 13 <title i18n-content="title"></title> |
12 | 14 |
13 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 15 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
14 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 16 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
15 <link rel="stylesheet" href="chrome://resources/css/menu.css"> | 17 <link rel="stylesheet" href="chrome://resources/css/menu.css"> |
16 <link rel="stylesheet" href="css/bmm.css"> | 18 <link rel="stylesheet" href="css/bmm.css"> |
17 | 19 |
18 <script src="chrome://resources/css/tree.css.js"></script> | 20 <script src="chrome://resources/css/tree.css.js"></script> |
19 <script src="css/bmm.css.js"></script> | 21 <script src="css/bmm.css.js"></script> |
20 | 22 |
(...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1723 // Paste is a bit special since we need to do an async call to see if we can | 1725 // Paste is a bit special since we need to do an async call to see if we can |
1724 // paste because the paste command might not be up to date. | 1726 // paste because the paste command might not be up to date. |
1725 updatePasteCommand(pasteHandler); | 1727 updatePasteCommand(pasteHandler); |
1726 }); | 1728 }); |
1727 })(); | 1729 })(); |
1728 | 1730 |
1729 </script> | 1731 </script> |
1730 | 1732 |
1731 </body> | 1733 </body> |
1732 </html> | 1734 </html> |
OLD | NEW |