summaryrefslogtreecommitdiff
path: root/chromium/content/browser/resources/media/media_internals.html
blob: 05d321f0ac7fb78f4926a2ea66a42c2fc9e9936c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE HTML>
<html i18n-values="dir:textdirection;">
<!--
Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
  <head>
    <link rel="stylesheet" href="media_internals.css">
    <script src="chrome://resources/js/cr.js"></script>
    <script src="chrome://resources/js/cr/ui.js"></script>
    <script src="chrome://resources/js/util.js"></script>
    <script src="chrome://media-internals/media_internals.js"></script>
    <script src="chrome://media-internals/strings.js"></script>
    <title>Media Internals</title>
  </head>
  <body>
    <h2>Active media players:</h2>
    <ul id="media-players"></ul>
    <h2>Active audio streams:</h2>
    <div id="audio-streams"></div>
    <h2>Cached resources:</h2>
    <div id="cache-entries"></div>
    <script src="chrome://resources/js/i18n_template.js"></script>
    <script src="chrome://resources/js/i18n_process.js"></script>
    <script src="chrome://resources/js/jstemplate_compiled.js"></script>
  </body>
</html>