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

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

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 5 years, 10 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
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"> 7 <html i18n-values="dir:textdirection;lang:language">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title i18n-content="Media Internals"></title> 10 <title i18n-content="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 </head> 13 </head>
14 14
15 <body> 15 <body>
16 <textarea id="clipboard-textarea" class="hiddenClipboard"></textarea> 16 <textarea id="clipboard-textarea" class="hiddenClipboard"></textarea>
17 <div id="container"> 17 <div id="container">
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 </thead> 79 </thead>
80 <tbody id="video-capture-capabilities-tbody"> 80 <tbody id="video-capture-capabilities-tbody">
81 81
82 <tbody> 82 <tbody>
83 </table> 83 </table>
84 </div> 84 </div>
85 </div> 85 </div>
86 <script src="media_internals.js"></script> 86 <script src="media_internals.js"></script>
87 </body> 87 </body>
88 </html> 88 </html>
OLDNEW
« no previous file with comments | « content/browser/resources/indexed_db/indexeddb_internals.html ('k') | content/browser/resources/media/webrtc_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698