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

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

Issue 26930002: Use relative path for scripts loaded in content WebUI's (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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">
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>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 <tr> 45 <tr>
46 <td>Timestamp</td> 46 <td>Timestamp</td>
47 <td>Property</td> 47 <td>Property</td>
48 <td>Value</td> 48 <td>Value</td>
49 </tr> 49 </tr>
50 </thead> 50 </thead>
51 <tbody></tbody> 51 <tbody></tbody>
52 </table> 52 </table>
53 </div> 53 </div>
54 </div> 54 </div>
55 <script src="chrome://media-internals/media_internals.js"></script> 55 <script src="media_internals.js"></script>
56 </body> 56 </body>
57 </html> 57 </html>
OLDNEW
« no previous file with comments | « content/browser/resources/gpu/gpu_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