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

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

Issue 9646010: Fix scrollbars in about:gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | 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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2010 The Chromium Authors. All rights reserved. 4 Copyright (c) 2010 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head i18n-values="dir:textdirection;"> 8 <head i18n-values="dir:textdirection;">
9 <style> 9 <style>
10 * { 10 * {
11 box-sizing: border-box; 11 box-sizing: border-box;
12 -webkit-user-select: none; 12 -webkit-user-select: none;
13 } 13 }
14 14
15 html, body, #main-tabs {
16 height: 100%;
17 }
18
19 body { 15 body {
20 cursor: default; 16 cursor: default;
21 font-family: sans-serif; 17 font-family: sans-serif;
22 padding: 0; 18 padding: 0;
23 margin: 0; 19 margin: 0;
24 } 20 }
25 21
26 #debug-div { 22 #debug-div {
27 display: -webkit-box; 23 display: -webkit-box;
28 position: fixed; 24 position: fixed;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 href="chrome://tracing">chrome://tracing</a>. 61 href="chrome://tracing">chrome://tracing</a>.
66 </div> 62 </div>
67 </tabpanel> 63 </tabpanel>
68 </tabpanels> 64 </tabpanels>
69 </tabbox> 65 </tabbox>
70 <script src="chrome://resources/js/i18n_template.js"></script> 66 <script src="chrome://resources/js/i18n_template.js"></script>
71 <script src="chrome://resources/js/i18n_process.js"></script> 67 <script src="chrome://resources/js/i18n_process.js"></script>
72 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 68 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
73 </body> 69 </body>
74 </html> 70 </html>
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