Title: [127149] trunk/Source/WebCore
Revision
127149
Author
[email protected]
Date
2012-08-30 09:08:27 -0700 (Thu, 30 Aug 2012)

Log Message

Web Inspector: [regression] ui: heap profiler: splitter between containment and retainment views has white background.
https://bugs.webkit.org/show_bug.cgi?id=95460

Reviewed by Yury Semikhatsky.

it was regressed at r122332.

* inspector/front-end/heapProfiler.css:
(.heap-snapshot-view .retainers-view-header):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (127148 => 127149)


--- trunk/Source/WebCore/ChangeLog	2012-08-30 16:03:47 UTC (rev 127148)
+++ trunk/Source/WebCore/ChangeLog	2012-08-30 16:08:27 UTC (rev 127149)
@@ -1,3 +1,15 @@
+2012-08-30  Ilya Tikhonovsky  <[email protected]>
+
+        Web Inspector: [regression] ui: heap profiler: splitter between containment and retainment views has white background.
+        https://bugs.webkit.org/show_bug.cgi?id=95460
+
+        Reviewed by Yury Semikhatsky.
+
+        it was regressed at r122332.
+
+        * inspector/front-end/heapProfiler.css:
+        (.heap-snapshot-view .retainers-view-header):
+
 2012-08-30  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r127131.

Modified: trunk/Source/WebCore/inspector/front-end/heapProfiler.css (127148 => 127149)


--- trunk/Source/WebCore/inspector/front-end/heapProfiler.css	2012-08-30 16:03:47 UTC (rev 127148)
+++ trunk/Source/WebCore/inspector/front-end/heapProfiler.css	2012-08-30 16:08:27 UTC (rev 127149)
@@ -217,8 +217,9 @@
 }
 
 .heap-snapshot-view .retainers-view-header {
-    background-image: url(Images/statusbarResizerVertical.png), url(Images/statusbarBackground.png);
-    background-repeat: no-repeat, repeat-x;
+    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-repeat: no-repeat;
     background-position: right center, center;
     cursor: row-resize;
     height: 23px;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to