home *** CD-ROM | disk | FTP | other *** search
- <!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>
- <style>/* 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. */
-
- body {
- font-family: sans-serif;
- }
-
- h2 {
- margin: 15px 0 5px 0;
- }
-
- ul,
- p,
- canvas {
- margin: 0;
- }
-
- [hidden] {
- display: none !important;
- }
-
- #media-players td,
- #media-players th {
- padding: 0 10px;
- }
-
- .audio-stream[status='created'] {
- color: blue;
- }
-
- .audio-stream[status='closed'] {
- text-decoration: line-through;
- }
-
- .audio-stream[status='error'] {
- color: red;
- }
-
- #cache-entries ul,
- #media-players ul,
- #media-players {
- list-style-type: none;
- }
-
- .cache-entry {
- margin: 0 0 5px 0;
- }
-
- .cache-entry-controls {
- font-size: smaller;
- }
-
- .cache-table {
- table-layout: fixed;
- width: 500px;
- }
-
- thead {
- text-align: left;
- }
-
- tfoot {
- text-align: right;
- }
-
- .buffered {
- display: table;
- }
-
- .buffered > div {
- display: table-row;
- }
-
- .buffered > div > div {
- display: table-cell;
- vertical-align: bottom;
- }
-
- .buffered > div > div:first-child {
- font-weight: bold;
- padding-right: 2px;
- }
- </style>
- <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>
-