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

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

Issue 9609023: css hack n' slash, continued: New styles for checkboxes and radios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: csilv review 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 | « chrome/browser/resources/feedback.html ('k') | chrome/browser/resources/help/help.html » ('j') | 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 * {
(...skipping 20 matching lines...) Expand all
31 border: 1px solid red; 31 border: 1px solid red;
32 } 32 }
33 33
34 tabbox tabpanels { 34 tabbox tabpanels {
35 padding: 1px; 35 padding: 1px;
36 } 36 }
37 37
38 </style> 38 </style>
39 <link rel="stylesheet" href="info_view.css"> 39 <link rel="stylesheet" href="info_view.css">
40 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 40 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
41 <link rel="stylesheet" href="chrome://resources/css/button.css"> 41 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
42 <script src="chrome://resources/js/cr.js"></script> 42 <script src="chrome://resources/js/cr.js"></script>
43 <script src="chrome://resources/js/cr/event_target.js"></script> 43 <script src="chrome://resources/js/cr/event_target.js"></script>
44 <script src="chrome://resources/js/cr/ui.js"></script> 44 <script src="chrome://resources/js/cr/ui.js"></script>
45 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> 45 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
46 <script src="chrome://resources/js/cr/ui/tabs.js"></script> 46 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
47 <script src="chrome://resources/js/util.js"></script> 47 <script src="chrome://resources/js/util.js"></script>
48 <script src="chrome://gpu-internals/gpu_internals.js"></script> 48 <script src="chrome://gpu-internals/gpu_internals.js"></script>
49 <script src="chrome://gpu-internals/strings.js"></script> 49 <script src="chrome://gpu-internals/strings.js"></script>
50 </head> 50 </head>
51 <body> 51 <body>
(...skipping 13 matching lines...) Expand all
65 href="chrome://tracing">chrome://tracing</a>. 65 href="chrome://tracing">chrome://tracing</a>.
66 </div> 66 </div>
67 </tabpanel> 67 </tabpanel>
68 </tabpanels> 68 </tabpanels>
69 </tabbox> 69 </tabbox>
70 <script src="chrome://resources/js/i18n_template.js"></script> 70 <script src="chrome://resources/js/i18n_template.js"></script>
71 <script src="chrome://resources/js/i18n_process.js"></script> 71 <script src="chrome://resources/js/i18n_process.js"></script>
72 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 72 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
73 </body> 73 </body>
74 </html> 74 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/feedback.html ('k') | chrome/browser/resources/help/help.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698