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>
31 <h3>Driver Information
</h3>
32 <div id=
"basic-info"></div>
35 <div class=
"diagnostics">
37 <div class=
"diagnostics-loading">... loading ...
</div>
38 <div id=
"diagnostics-table">None
</div>
41 <div id=
"log-messages" jsdisplay=
"values.length">
44 <li jsselect=
"values">
45 <span jscontent=
"header"></span>:
<span jscontent=
"message"></span>
51 <div style=
"display:none">
52 <div id=
"info-view-table-template">
53 <table id=
"info-view-table">
55 <col style=
"width: 25%" />
56 <col style=
"width: 75%" />
59 <td jsdisplay=
"!(value instanceof Array)">
60 <span class=
"row-title" jscontent=
"description">title
</span>
62 <td jsdisplay=
"!(value instanceof Array)">
63 <span jscontent=
"value">value
</span>
65 <td jsdisplay=
"value instanceof Array" colspan=
2>
66 <span jscontent=
"description" class=
"row-title"></span>
67 <div transclude=
"info-view-table-template"></div>