Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Side by Side Diff: chrome/browser/resources/gpu_internals/info_view.html

Issue 6870004: Usability improvements to about:gpu status (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!-- 1 <!--
2 Copyright (c) 2010 The Chromium Authors. All rights reserved. 2 Copyright (c) 2010 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 <div id=info-view label="GPU Info"> 6 <div id=info-view label="GPU Info">
7 <h3>Hardware Acceleration Status</h3> 7 <h3>Graphics Feature Status</h3>
8 <ul class="feature-status-list"> 8 <ul class="feature-status-list">
9 </ul> 9 </ul>
10 <div class='problems-div'> 10 <div class='problems-div'>
11 <h3>Problems Detected</h3> 11 <h3>Problems Detected</h3>
12 <ul class="problems-list"> 12 <ul class="problems-list">
13 </ul> 13 </ul>
14 </div> 14 </div>
15 15
16 <h3>Version Information</h3> 16 <h3>Version Information</h3>
17 <div id="client-info"></div> 17 <div id="client-info"></div>
(...skipping 28 matching lines...) Expand all
46 </td> 46 </td>
47 <td jsdisplay="value instanceof Array" colspan=2> 47 <td jsdisplay="value instanceof Array" colspan=2>
48 <span jscontent="description" class="row-title"></span> 48 <span jscontent="description" class="row-title"></span>
49 <div transclude="info-view-table-template"></div> 49 <div transclude="info-view-table-template"></div>
50 </td> 50 </td>
51 </tr> 51 </tr>
52 </table> 52 </table>
53 </div> 53 </div>
54 </div> 54 </div>
55 </div> 55 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698