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

Side by Side Diff: content/browser/resources/media/media_internals.html

Issue 2866203002: [i18n] convert media-internals page to $i18n (Closed)
Patch Set: merge with master Created 3 years, 7 months 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 | « no previous file | 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 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
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>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698