home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 550 < prev    next >
Encoding:
Text File  |  2013-04-03  |  2.1 KB  |  112 lines

  1. <!DOCTYPE HTML>
  2. <html i18n-values="dir:textdirection;">
  3. <!--
  4. Copyright (c) 2012 The Chromium Authors. All rights reserved.
  5. Use of this source code is governed by a BSD-style license that can be
  6. found in the LICENSE file.
  7. -->
  8.   <head>
  9.     <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  10.  * Use of this source code is governed by a BSD-style license that can be
  11.  * found in the LICENSE file. */
  12.  
  13. body {
  14.   font-family: sans-serif;
  15. }
  16.  
  17. h2 {
  18.   margin: 15px 0 5px 0;
  19. }
  20.  
  21. ul,
  22. p,
  23. canvas {
  24.   margin: 0;
  25. }
  26.  
  27. [hidden] {
  28.   display: none !important;
  29. }
  30.  
  31. #media-players td,
  32. #media-players th {
  33.   padding: 0 10px;
  34. }
  35.  
  36. .audio-stream[status='created'] {
  37.   color: blue;
  38. }
  39.  
  40. .audio-stream[status='closed'] {
  41.   text-decoration: line-through;
  42. }
  43.  
  44. .audio-stream[status='error'] {
  45.   color: red;
  46. }
  47.  
  48. #cache-entries ul,
  49. #media-players ul,
  50. #media-players {
  51.   list-style-type: none;
  52. }
  53.  
  54. .cache-entry {
  55.   margin: 0 0 5px 0;
  56. }
  57.  
  58. .cache-entry-controls {
  59.   font-size: smaller;
  60. }
  61.  
  62. .cache-table {
  63.   table-layout: fixed;
  64.   width: 500px;
  65. }
  66.  
  67. thead {
  68.   text-align: left;
  69. }
  70.  
  71. tfoot {
  72.   text-align: right;
  73. }
  74.  
  75. .buffered {
  76.   display: table;
  77. }
  78.  
  79. .buffered > div {
  80.   display: table-row;
  81. }
  82.  
  83. .buffered > div > div {
  84.   display: table-cell;
  85.   vertical-align: bottom;
  86. }
  87.  
  88. .buffered > div > div:first-child {
  89.   font-weight: bold;
  90.   padding-right: 2px;
  91. }
  92. </style>
  93.     <script src="chrome://resources/js/cr.js"></script>
  94.     <script src="chrome://resources/js/cr/ui.js"></script>
  95.     <script src="chrome://resources/js/util.js"></script>
  96.     <script src="chrome://media-internals/media_internals.js"></script>
  97.     <script src="chrome://media-internals/strings.js"></script>
  98.     <title>Media Internals</title>
  99.   </head>
  100.   <body>
  101.     <h2>Active media players:</h2>
  102.     <ul id="media-players"></ul>
  103.     <h2>Active audio streams:</h2>
  104.     <div id="audio-streams"></div>
  105.     <h2>Cached resources:</h2>
  106.     <div id="cache-entries"></div>
  107.     <script src="chrome://resources/js/i18n_template.js"></script>
  108.     <script src="chrome://resources/js/i18n_process.js"></script>
  109.     <script src="chrome://resources/js/jstemplate_compiled.js"></script>
  110.   </body>
  111. </html>
  112.