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

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

Issue 6677149: Append software rendering list version to the about:gpu page. (Closed) Base URL: svn://chrome-svn/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>Chrome Version</h3> 7 <h3>Version Information</h3>
8 <div id="client-info"></div> 8 <div id="client-info"></div>
9 9
10 <div class="blacklisted-indicator"> 10 <div class="blacklisted-indicator">
11 <h3>Hardware Acceleration Unavailable</h3> 11 <h3>Hardware Acceleration Unavailable</h3>
12 <ul class="blacklisted-reasons"> 12 <ul class="blacklisted-reasons">
13 </ul> 13 </ul>
14 </div> 14 </div>
15 15
16 <h3>Driver Information</h3> 16 <h3>Driver Information</h3>
17 <div id="basic-info"></div> 17 <div id="basic-info"></div>
(...skipping 25 matching lines...) Expand all
43 </td> 43 </td>
44 <td jsdisplay="value instanceof Array" colspan=2> 44 <td jsdisplay="value instanceof Array" colspan=2>
45 <span jscontent="description" class="row-title"></span> 45 <span jscontent="description" class="row-title"></span>
46 <div transclude="info-view-table-template"></div> 46 <div transclude="info-view-table-template"></div>
47 </td> 47 </td>
48 </tr> 48 </tr>
49 </table> 49 </table>
50 </div> 50 </div>
51 </div> 51 </div>
52 </div> 52 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698