2 Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
6 <tabpanel id=
"info-view">
8 <h3>Graphics Feature Status
</h3>
9 <ul class=
"feature-status-list">
13 <div class='workarounds-div'
>
14 <h3>Driver Bug Workarounds
</h3>
15 <ul class=
"workarounds-list">
19 <div class='problems-div'
>
20 <h3>Problems Detected
</h3>
21 <ul class=
"problems-list">
26 <h3>Version Information
</h3>
27 <div id=
"client-info"></div>
30 <div class=
"performance-div">
31 <h3>Performance Information
</h3>
32 <div id=
"performance-info"></div>
36 <h3>Driver Information
</h3>
37 <div id=
"basic-info"></div>
40 <div class=
"diagnostics">
42 <div class=
"diagnostics-loading">... loading ...
</div>
43 <div id=
"diagnostics-table">None
</div>
46 <div id=
"log-messages" jsdisplay=
"values.length">
49 <li jsselect=
"values">
50 <span jscontent=
"header"></span>:
<span jscontent=
"message"></span>
56 <div style=
"display:none">
57 <div id=
"info-view-table-template">
58 <table id=
"info-view-table">
60 <td jsdisplay=
"!(value instanceof Array)">
61 <span class=
"row-title" jscontent=
"description">title
</span>
63 <td jsdisplay=
"!(value instanceof Array)">
64 <span jscontent=
"value">value
</span>
66 <td jsdisplay=
"value instanceof Array" colspan=
2>
67 <span jscontent=
"description" class=
"row-title"></span>
68 <div transclude=
"info-view-table-template"></div>