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

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

Issue 10910026: Show about:sandbox status in the about:gpu page. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Show about:sandbox status in the about:gpu page. Created 8 years, 3 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
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"></ul>
10 </ul>
11 </div> 10 </div>
11
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"></ul>
15 </ul>
16 </div> 15 </div>
17 16
18 <div> 17 <div>
18 <h3>Sandbox Status</h3>
19 <ul class="sandbox-status-list"></ul>
20 </div>
21
22 <div>
19 <h3>Version Information</h3> 23 <h3>Version Information</h3>
20 <div id="client-info"></div> 24 <div id="client-info"></div>
21 </div> 25 </div>
22 26
23 <div class="performance-div"> 27 <div class="performance-div">
24 <h3>Performance Information</h3> 28 <h3>Performance Information</h3>
25 <div id="performance-info"></div> 29 <div id="performance-info"></div>
26 </div> 30 </div>
27 31
28 <div> 32 <div>
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 </td> 71 </td>
68 <td jsdisplay="value instanceof Array" colspan=2> 72 <td jsdisplay="value instanceof Array" colspan=2>
69 <span jscontent="description" class="row-title"></span> 73 <span jscontent="description" class="row-title"></span>
70 <div transclude="info-view-table-template"></div> 74 <div transclude="info-view-table-template"></div>
71 </td> 75 </td>
72 </tr> 76 </tr>
73 </table> 77 </table>
74 </div> 78 </div>
75 </div> 79 </div>
76 </tabpanel> 80 </tabpanel>
OLDNEW
« no previous file with comments | « chrome/browser/resources/gpu_internals/browser_bridge.js ('k') | chrome/browser/resources/gpu_internals/info_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698