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

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

Issue 10919200: Revert 155078 - Show about:sandbox status in the about:gpu page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
Property Changes:
Deleted: svn:mime-type
- text/html
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"></ul> 9 <ul class="feature-status-list">
10 </ul>
10 </div> 11 </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"></ul> 14 <ul class="problems-list">
15 </div> 15 </ul>
16
17 <div>
18 <h3>Sandbox Status</h3>
19 <ul class="sandbox-status-list"></ul>
20 </div> 16 </div>
21 17
22 <div> 18 <div>
23 <h3>Version Information</h3> 19 <h3>Version Information</h3>
24 <div id="client-info"></div> 20 <div id="client-info"></div>
25 </div> 21 </div>
26 22
27 <div class="performance-div"> 23 <div class="performance-div">
28 <h3>Performance Information</h3> 24 <h3>Performance Information</h3>
29 <div id="performance-info"></div> 25 <div id="performance-info"></div>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 </td> 67 </td>
72 <td jsdisplay="value instanceof Array" colspan=2> 68 <td jsdisplay="value instanceof Array" colspan=2>
73 <span jscontent="description" class="row-title"></span> 69 <span jscontent="description" class="row-title"></span>
74 <div transclude="info-view-table-template"></div> 70 <div transclude="info-view-table-template"></div>
75 </td> 71 </td>
76 </tr> 72 </tr>
77 </table> 73 </table>
78 </div> 74 </div>
79 </div> 75 </div>
80 </tabpanel> 76 </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