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

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

Issue 2950503002: [media-internals] Add note to clipboard dialog (Closed)
Patch Set: Created 3 years, 6 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 | « content/browser/resources/media/media_internals.css ('k') | 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 dir="$i18n{textdirection}" lang="$i18n{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>Media Internals</title> 10 <title>Media Internals</title>
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 <th>Device ID</th> 115 <th>Device ID</th>
116 </tr> 116 </tr>
117 </thead> 117 </thead>
118 <tbody id="video-capture-capabilities-tbody" class="show-none-if-emp ty"></tbody> 118 <tbody id="video-capture-capabilities-tbody" class="show-none-if-emp ty"></tbody>
119 </table> 119 </table>
120 </div> 120 </div>
121 </tabpanel> 121 </tabpanel>
122 </tabpanels> 122 </tabpanels>
123 </tabbox> 123 </tabbox>
124 <dialog id="clipboard-dialog"> 124 <dialog id="clipboard-dialog">
125 <p>Ctrl+C to copy to clipboard, unfocus to exit.</p>
125 <textarea id="clipboard-textarea" rows="30" cols="80"></textarea> 126 <textarea id="clipboard-textarea" rows="30" cols="80"></textarea>
126 </dialog> 127 </dialog>
127 <script src="media_internals.js"></script> 128 <script src="media_internals.js"></script>
128 </body> 129 </body>
129 </html> 130 </html>
OLDNEW
« no previous file with comments | « content/browser/resources/media/media_internals.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698