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

  1. <!DOCTYPE HTML>
  2. <html>
  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 i18n-values="dir:textdirection;">
  9. <style>
  10. * {
  11.   box-sizing: border-box;
  12.   -webkit-user-select: none;
  13. }
  14.  
  15. body {
  16.   cursor: default;
  17.   font-family: sans-serif;
  18.   padding: 0;
  19.   margin: 0;
  20. }
  21.  
  22. #debug-div {
  23.   display: -webkit-box;
  24.   position: fixed;
  25.   top: 0px;
  26.   left: 50%;
  27.   border: 1px solid red;
  28. }
  29.  
  30. tabbox tabpanels {
  31.   padding: 1px;
  32. }
  33.  
  34. </style>
  35. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  36.  * Use of this source code is governed by a BSD-style license that can be
  37.  * found in the LICENSE file. */
  38.  
  39. #info-view {
  40.   -webkit-box-flex: 1;
  41.   overflow: auto;
  42.   padding: 10px;
  43. }
  44.  
  45. #info-view * {
  46.   -webkit-user-select: text;
  47. }
  48.  
  49. #info-view[selected] {
  50.   -webkit-box-orient: vertical;
  51.   display: -webkit-box;
  52. }
  53.  
  54. #info-view h3,
  55. #info-view ul {
  56.   -webkit-margin-after: 0;
  57.   -webkit-margin-before: 0;
  58. }
  59.  
  60. #info-view > div {
  61.   -webkit-margin-after: 1em;
  62. }
  63.  
  64. #info-view .row-title {
  65.   font-weight: bold;
  66. }
  67.  
  68. #info-view table {
  69.   border-collapse: collapse;
  70.   cursor: text;
  71. }
  72.  
  73. #info-view table,
  74. #info-view th,
  75. #info-view td {
  76.   border: 1px solid #777;
  77.   padding-left: 4px;
  78.   padding-right: 4px;
  79.   text-align: top;
  80. }
  81.  
  82. #info-view .feature-green {
  83.   color: rgb(0, 128, 0);
  84. }
  85.  
  86. #info-view .feature-yellow {
  87.   color: rgb(128, 128, 0);
  88. }
  89.  
  90. #info-view .feature-red {
  91.   color: rgb(255, 0, 0);
  92. }
  93. </style>
  94. <link rel="stylesheet" href="chrome://resources/css/tabs.css">
  95. <link rel="stylesheet" href="chrome://resources/css/widgets.css">
  96. <script src="chrome://resources/js/cr.js"></script>
  97. <script src="chrome://resources/js/cr/event_target.js"></script>
  98. <script src="chrome://resources/js/cr/ui.js"></script>
  99. <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
  100. <script src="chrome://resources/js/cr/ui/tabs.js"></script>
  101. <script src="chrome://resources/js/util.js"></script>
  102. <script src="chrome://gpu-internals/gpu_internals.js"></script>
  103. <script src="chrome://gpu-internals/strings.js"></script>
  104. </head>
  105. <body>
  106.   <div id="debug-div">
  107.   </div>
  108.   <!-- Tabs -->
  109.   <tabbox id="main-tabs">
  110.     <tabs>
  111.       <tab>GPU Info</tab>
  112.       <tab>Profiling</tab>
  113.     </tabs>
  114.     <tabpanels>
  115.       <!--
  116. Copyright (c) 2012 The Chromium Authors. All rights reserved.
  117. Use of this source code is governed by a BSD-style license that can be
  118. found in the LICENSE file.
  119. -->
  120. <tabpanel id="info-view">
  121.   <div>
  122.     <h3>Graphics Feature Status</h3>
  123.     <ul class="feature-status-list">
  124.     </ul>
  125.   </div>
  126.   <div class='problems-div'>
  127.     <h3>Problems Detected</h3>
  128.     <ul class="problems-list">
  129.     </ul>
  130.   </div>
  131.  
  132.   <div>
  133.     <h3>Version Information</h3>
  134.     <div id="client-info"></div>
  135.   </div>
  136.  
  137.   <div class="performance-div">
  138.     <h3>Performance Information</h3>
  139.     <div id="performance-info"></div>
  140.   </div>
  141.  
  142.   <div>
  143.     <h3>Driver Information</h3>
  144.     <div id="basic-info"></div>
  145.   </div>
  146.  
  147.   <div class="diagnostics">
  148.     <h3>Diagnostics</h3>
  149.     <div class="diagnostics-loading">... loading ...</div>
  150.     <div id="diagnostics-table">None</div>
  151.   </div>
  152.  
  153.   <div id="crash-list" jsdisplay="values.length">
  154.     <h3>Crash List</h3>
  155.     <ul>
  156.       <li jsselect="values">
  157.         <span jscontent="id"></span>: <span jscontent="time"></span>
  158.       </li>
  159.     </ul>
  160.   </div>
  161.  
  162.   <div id="log-messages" jsdisplay="values.length">
  163.     <h3>Log Messages</h3>
  164.     <ul>
  165.       <li jsselect="values">
  166.         <span jscontent="header"></span>: <span jscontent="message"></span>
  167.       </li>
  168.     </ul>
  169.   </div>
  170.  
  171.   <!-- templates -->
  172.   <div style="display:none">
  173.     <div id="info-view-table-template">
  174.       <table id="info-view-table">
  175.         <tr jsselect="value">
  176.           <td jsdisplay="!(value instanceof Array)">
  177.             <span class="row-title" jscontent="description">title</span>
  178.           </td>
  179.           <td jsdisplay="!(value instanceof Array)">
  180.             <span jscontent="value">value</span>
  181.           </td>
  182.           <td jsdisplay="value instanceof Array" colspan=2>
  183.             <span jscontent="description" class="row-title"></span>
  184.             <div transclude="info-view-table-template"></div>
  185.           </td>
  186.         </tr>
  187.       </table>
  188.     </div>
  189.   </div>
  190. </tabpanel>
  191.  
  192.       <tabpanel id="profiling-view-link">
  193.         <div>
  194.           Profiling view has moved to <a
  195.             href="chrome://tracing">chrome://tracing</a>.
  196.         </div>
  197.       </tabpanel>
  198.     </tabpanels>
  199.   </tabbox>
  200.   <script src="chrome://resources/js/i18n_template.js"></script>
  201.   <script src="chrome://resources/js/i18n_process.js"></script>
  202.   <script src="chrome://resources/js/jstemplate_compiled.js"></script>
  203. </body>
  204. </html>
  205.