Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / heapProfiler.css
index d74ea2d..a785ac2 100644 (file)
@@ -63,16 +63,8 @@ body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
     bottom: 0;
 }
 
-.heap-snapshot-view.visible {
-    display: block;
-}
-
-.heap-snapshot-view .view {
-    display: none;
-}
-
-.heap-snapshot-view .view.visible {
-    display: block;
+.heap-snapshot-view .data-grid {
+    border: none;
 }
 
 .heap-snapshot-view .data-grid tr:empty {
@@ -80,8 +72,8 @@ body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
     visibility: hidden;
 }
 
-.heap-snapshot-view .data-grid {
-    border: none;
+.heap-snapshot-view .data-grid tr.selected span {
+    color: inherit;
 }
 
 .heap-snapshot-view .data-grid td.count-column {
@@ -148,94 +140,31 @@ body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
     white-space: nowrap;
 }
 
-.heap-snapshot-view .console-formatted-id {
+.heap-snapshot-view tr:not(.selected) .console-formatted-id {
     color: grey;
 }
 
-.heap-snapshot-view .data-grid tr.selected * {
-    color: inherit;
-}
-
-.heap-snapshot-view .data-grid:focus tr.selected * {
-    color: white;
-}
-
 .heap-snapshot-view .delimiter {
     height: 24px;
     background-color: #d6dde5;
 }
 
 .heap-snapshot-view .data-grid {
-    position: absolute;
-    top: 0;
-    left: 0;
-    right: 0;
-    bottom: 0;
-}
-
-.heap-snapshot-view .views-container {
-    position: absolute;
-    top: 0;
-    left: 0;
-    right: 0;
-    bottom: 173px;
+    flex: auto;
 }
 
-.reserve-80px-at-top {
-    top: 80px !important;
-}
-
-.heap-snapshot-view .views-container .view {
-    position: absolute;
-    top: 0;
-    left: 0;
-    right: 0;
-    bottom: 0;
-}
-
-.heap-snapshot-view .retaining-paths-view {
-    height: 150px;
-    position: absolute;
-    bottom: 0;
-    left: 0;
-    right: 0;
-}
-
-.heap-snapshot-view .class-view-grid {
-    top: 22px;
-}
-
-.heap-snapshot-view .class-view-toolbar {
-    height: 22px;
-    background-color: #DDD;
-    display: block;
-    position: absolute;
-    left: 0;
-    right: 0;
-    top: 0;
-}
-
-.heap-snapshot-view .class-view-toolbar input.class-name-filter {
-    width: 200px;
-    height: 18px;
-    font-size: 11px;
-    padding: 2px;
-    margin: 2px 10px;
-    background-color: white;
-    border: solid 1px #BBB;
+.heap-snapshot-view .heap-tracking-overview {
+    flex: 0 0 80px;
+    height: 80px;
 }
 
 .heap-snapshot-view .retainers-view-header {
-    background-image: url(Images/statusbarResizerVertical.png), -webkit-linear-gradient(rgb(253,253,253), rgb(230,230,230) 75%, rgb(230,230,230));
-    border-top: 1px solid rgb(202, 202, 202);
+    background-image: url(Images/statusbarResizerVertical.png);
+    background-color: rgb(236, 236, 236);
+    border-bottom: 1px solid rgb(179, 179, 179);
     background-repeat: no-repeat;
     background-position: right center, center;
-    height: 23px;
-    display: block;
-    position: absolute;
-    left: 0;
-    right: 0;
-    bottom: 150px;
+    height: 21px;
 }
 
 .heap-snapshot-view .retainers-view-header .title > span {
@@ -246,6 +175,10 @@ body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
     margin-right: 8px;
 }
 
+.heap-snapshot-view .retainers-view-header * {
+    pointer-events: none;
+}
+
 .heap-snapshot-view tr:not(.selected) td.object-column span.highlight {
     background-color: rgb(255, 255, 200);
 }
@@ -254,10 +187,6 @@ body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
     color: gray;
 }
 
-.heap-snapshot-help-status-bar-item .glyph {
-    -webkit-mask-position: -160px -2px;
-}
-
 table.heap-snapshot-help {
     border-spacing: 12px 2px;
 }