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

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

Issue 9965096: Revert 130298 - Revert 130258 - Make it possible to blacklist gpu's based on the Windows experience… (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1025/src/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/gpu_internals/info_view.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 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 <tabpanel id="info-view"> 6 <tabpanel id="info-view">
7 <div> 7 <div>
8 <h3>Graphics Feature Status</h3> 8 <h3>Graphics Feature Status</h3>
9 <ul class="feature-status-list"> 9 <ul class="feature-status-list">
10 </ul> 10 </ul>
11 </div> 11 </div>
12 <div class='problems-div'> 12 <div class='problems-div'>
13 <h3>Problems Detected</h3> 13 <h3>Problems Detected</h3>
14 <ul class="problems-list"> 14 <ul class="problems-list">
15 </ul> 15 </ul>
16 </div> 16 </div>
17 17
18 <div> 18 <div>
19 <h3>Version Information</h3> 19 <h3>Version Information</h3>
20 <div id="client-info"></div> 20 <div id="client-info"></div>
21 </div> 21 </div>
22 22
23 <div> 23 <div class="performance-div">
24 <h3>Performance Information</h3> 24 <h3>Performance Information</h3>
25 <div id="performance-info"></div> 25 <div id="performance-info"></div>
26 </div> 26 </div>
27 27
28 <div> 28 <div>
29 <h3>Driver Information</h3> 29 <h3>Driver Information</h3>
30 <div id="basic-info"></div> 30 <div id="basic-info"></div>
31 </div> 31 </div>
32 32
33 <div class="diagnostics"> 33 <div class="diagnostics">
(...skipping 24 matching lines...) Expand all
58 </td> 58 </td>
59 <td jsdisplay="value instanceof Array" colspan=2> 59 <td jsdisplay="value instanceof Array" colspan=2>
60 <span jscontent="description" class="row-title"></span> 60 <span jscontent="description" class="row-title"></span>
61 <div transclude="info-view-table-template"></div> 61 <div transclude="info-view-table-template"></div>
62 </td> 62 </td>
63 </tr> 63 </tr>
64 </table> 64 </table>
65 </div> 65 </div>
66 </div> 66 </div>
67 </tabpanel> 67 </tabpanel>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/gpu_internals/info_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698