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

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

Issue 2973803002: Set meta viewport tag to about:media-internals (Closed)
Patch Set: Created 3 years, 5 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 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 <meta name="viewport" content="width=device-width, initial-scale=1">
10 <title>Media Internals</title> 11 <title>Media Internals</title>
11 <link rel="stylesheet" href="media_internals.css"> 12 <link rel="stylesheet" href="media_internals.css">
12 <script src="chrome://resources/js/cr.js"></script> 13 <script src="chrome://resources/js/cr.js"></script>
13 <script src="chrome://resources/js/cr/ui.js"></script> 14 <script src="chrome://resources/js/cr/ui.js"></script>
14 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> 15 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
15 <script src="chrome://resources/js/util.js"></script> 16 <script src="chrome://resources/js/util.js"></script>
16 <script src="chrome://resources/js/cr/ui/tabs.js"></script> 17 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
17 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 18 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
18 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 19 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
19 </head> 20 </head>
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 </div> 121 </div>
121 </tabpanel> 122 </tabpanel>
122 </tabpanels> 123 </tabpanels>
123 </tabbox> 124 </tabbox>
124 <dialog id="clipboard-dialog"> 125 <dialog id="clipboard-dialog">
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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698