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

Side by Side Diff: content/browser/resources/gpu/info_view.html

Issue 2909323003: Add a note to chrome://gpu on how to save the page properly. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | 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 <span>
9 <i>
10 Note: To properly save this page, select the "Webpage, Complete" option
11 in the Save File dialog.
12 </i>
13 </span>
14 </div>
15 <div>
8 <h3>Graphics Feature Status</h3> 16 <h3>Graphics Feature Status</h3>
9 <ul class="feature-status-list"> 17 <ul class="feature-status-list">
10 </ul> 18 </ul>
11 </div> 19 </div>
12 20
13 <div class='workarounds-div'> 21 <div class='workarounds-div'>
14 <h3>Driver Bug Workarounds</h3> 22 <h3>Driver Bug Workarounds</h3>
15 <ul class="workarounds-list"> 23 <ul class="workarounds-list">
16 </ul> 24 </ul>
17 </div> 25 </div>
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 </td> 82 </td>
75 <td jsdisplay="value instanceof Array" colspan=2> 83 <td jsdisplay="value instanceof Array" colspan=2>
76 <span jscontent="description" class="row-title"></span> 84 <span jscontent="description" class="row-title"></span>
77 <div transclude="info-view-table-template"></div> 85 <div transclude="info-view-table-template"></div>
78 </td> 86 </td>
79 </tr> 87 </tr>
80 </table> 88 </table>
81 </div> 89 </div>
82 </div> 90 </div>
83 </tabpanel> 91 </tabpanel>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698