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

Side by Side Diff: Source/devtools/front_end/heapProfiler.css

Issue 668683002: DevTools: remove style reuse from flamechart clients, prepare it to become a component. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * Copyright (C) 2010 Apple Inc. All rights reserved. 3 * Copyright (C) 2010 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 } 133 }
134 134
135 .cycled-ancessor-node { 135 .cycled-ancessor-node {
136 opacity: 0.6; 136 opacity: 0.6;
137 } 137 }
138 138
139 #heap-recording-view .heap-snapshot-view { 139 #heap-recording-view .heap-snapshot-view {
140 top: 80px; 140 top: 80px;
141 } 141 }
142 142
143 .overview-container { 143 .heap-overview-container {
144 overflow: hidden; 144 overflow: hidden;
145 position: absolute; 145 position: absolute;
146 top: 0; 146 top: 0;
147 width: 100%; 147 width: 100%;
148 height: 80px; 148 height: 80px;
149 } 149 }
150 150
151 #heap-recording-overview-grid .resources-dividers-label-bar { 151 #heap-recording-overview-grid .resources-dividers-label-bar {
152 pointer-events: auto; 152 pointer-events: auto;
153 } 153 }
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 padding: 2px; 202 padding: 2px;
203 } 203 }
204 204
205 .heap-allocation-stack .stack-frame a { 205 .heap-allocation-stack .stack-frame a {
206 color: rgb(33%, 33%, 33%); 206 color: rgb(33%, 33%, 33%);
207 } 207 }
208 208
209 .no-heap-allocation-stack { 209 .no-heap-allocation-stack {
210 padding: 5px; 210 padding: 5px;
211 } 211 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/flameChart.css ('k') | Source/devtools/front_end/profiler/CPUProfileFlameChart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698