| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2013 The Chromium Authors. All rights reserved. | 2 Copyright 2013 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 i18n-values="dir:textdirection;lang:language"> | 7 <html dir="$i18n{textdirection}" lang="$i18n{language}"> |
| 8 <head> | 8 <head> |
| 9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <title i18n-content="Media Internals"></title> | 10 <title>Media Internals</title> |
| 11 <link rel="stylesheet" href="media_internals.css"> | 11 <link rel="stylesheet" href="media_internals.css"> |
| 12 <script src="chrome://resources/js/cr.js"></script> | 12 <script src="chrome://resources/js/cr.js"></script> |
| 13 <script src="chrome://resources/js/cr/ui.js"></script> | 13 <script src="chrome://resources/js/cr/ui.js"></script> |
| 14 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> | 14 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> |
| 15 <script src="chrome://resources/js/util.js"></script> | 15 <script src="chrome://resources/js/util.js"></script> |
| 16 <script src="chrome://resources/js/cr/ui/tabs.js"></script> | 16 <script src="chrome://resources/js/cr/ui/tabs.js"></script> |
| 17 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 17 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 18 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> | 18 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> |
| 19 </head> | 19 </head> |
| 20 | 20 |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 <tbody id="video-capture-capabilities-tbody" class="show-none-if-emp
ty"></tbody> | 116 <tbody id="video-capture-capabilities-tbody" class="show-none-if-emp
ty"></tbody> |
| 117 </table> | 117 </table> |
| 118 </div> | 118 </div> |
| 119 </tabpanel> | 119 </tabpanel> |
| 120 </tabpanels> | 120 </tabpanels> |
| 121 </tabbox> | 121 </tabbox> |
| 122 <textarea id="clipboard-textarea" class="hiddenClipboard"></textarea> | 122 <textarea id="clipboard-textarea" class="hiddenClipboard"></textarea> |
| 123 <script src="media_internals.js"></script> | 123 <script src="media_internals.js"></script> |
| 124 </body> | 124 </body> |
| 125 </html> | 125 </html> |
| OLD | NEW |