Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / profiler / heapProfiler.css
blobf5f7eafd191cb2162f0bc8b344a36734b212e12a
1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * Copyright (C) 2010 Apple Inc. All rights reserved.
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met:
9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * * Redistributions in binary form must reproduce the above
12 * copyright notice, this list of conditions and the following disclaimer
13 * in the documentation and/or other materials provided with the
14 * distribution.
15 * * Neither the name of Google Inc. nor the names of its
16 * contributors may be used to endorse or promote products derived from
17 * this software without specific prior written permission.
19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 .heap-snapshot-sidebar-tree-item .icon {
33 content: url(Images/profileIcon.png);
36 .heap-snapshot-sidebar-tree-item.small .icon {
37 content: url(Images/profileSmallIcon.png);
40 .heap-snapshot-view {
41 overflow: hidden;
44 .heap-snapshot-view .data-grid {
45 border: none;
48 .heap-snapshot-view .data-grid tr:empty {
49 height: 16px;
50 visibility: hidden;
53 .heap-snapshot-view .data-grid span.percent-column {
54 width: 32px;
57 .heap-snapshot-view .object-value-object,
58 .object-value-node {
59 display: inline;
60 position: static;
63 .detached-dom-tree-node {
64 background-color: #FF9999;
67 .heap-snapshot-view .object-value-string {
68 white-space: nowrap;
71 .heap-snapshot-view tr:not(.selected) .object-value-id {
72 color: grey;
75 .heap-snapshot-view .data-grid {
76 flex: auto;
79 .heap-snapshot-view .heap-tracking-overview {
80 flex: 0 0 80px;
81 height: 80px;
84 .heap-snapshot-view .retaining-paths-view {
85 overflow: hidden;
88 .heap-snapshot-view .heap-snapshot-view-resizer {
89 background-image: url(Images/toolbarResizerVertical.png);
90 background-color: #eee;
91 border-bottom: 1px solid rgb(179, 179, 179);
92 background-repeat: no-repeat;
93 background-position: right center, center;
94 flex: 0 0 21px;
97 .heap-snapshot-view .heap-snapshot-view-resizer .title > span {
98 display: inline-block;
99 padding-top: 3px;
100 vertical-align: middle;
101 margin-left: 4px;
102 margin-right: 8px;
105 .heap-snapshot-view .heap-snapshot-view-resizer * {
106 pointer-events: none;
109 .heap-snapshot-view .heap-object-details-header {
110 background-color: #eee;
113 .heap-snapshot-view tr:not(.selected) td.object-column span.highlight {
114 background-color: rgb(255, 255, 200);
117 .heap-snapshot-view td.object-column span.grayed {
118 color: gray;
121 .cycled-ancessor-node {
122 opacity: 0.6;
125 #heap-recording-view .heap-snapshot-view {
126 top: 80px;
129 .heap-overview-container {
130 overflow: hidden;
131 position: absolute;
132 top: 0;
133 width: 100%;
134 height: 80px;
137 #heap-recording-overview-grid .resources-dividers-label-bar {
138 pointer-events: auto;
141 #heap-recording-overview-container {
142 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
145 .heap-recording-overview-canvas {
146 position: absolute;
147 top: 20px;
148 left: 0;
149 right: 0;
150 bottom: 0;
153 .heap-snapshot-stats-pie-chart {
154 margin: 12px 30px;
157 .heap-snapshot-stats-legend {
158 margin-left: 24px;
161 .heap-snapshot-stats-legend > div {
162 margin-top: 1px;
163 width: 170px;
166 .heap-snapshot-stats-swatch {
167 display: inline-block;
168 width: 10px;
169 height: 10px;
170 border: 1px solid rgba(100, 100, 100, 0.3);
173 .heap-snapshot-stats-swatch.heap-snapshot-stats-empty-swatch {
174 border: none;
177 .heap-snapshot-stats-name,
178 .heap-snapshot-stats-size {
179 display: inline-block;
180 margin-left: 6px;
183 .heap-snapshot-stats-size {
184 float: right;
185 text-align: right;
188 .heap-allocation-stack .stack-frame {
189 display: flex;
190 justify-content: space-between;
191 border-bottom: 1px solid rgb(240, 240, 240);
192 padding: 2px;
195 .heap-allocation-stack .stack-frame a {
196 color: rgb(33%, 33%, 33%);
199 .no-heap-allocation-stack {
200 padding: 5px;