OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |