Title: [201032] branches/safari-602.1.32-branch/Source/WebInspectorUI
Revision
201032
Author
[email protected]
Date
2016-05-17 11:49:19 -0700 (Tue, 17 May 2016)

Log Message

Merge r200918. rdar://problem/26230168

Modified Paths

Diff

Modified: branches/safari-602.1.32-branch/Source/WebInspectorUI/ChangeLog (201031 => 201032)


--- branches/safari-602.1.32-branch/Source/WebInspectorUI/ChangeLog	2016-05-17 18:49:16 UTC (rev 201031)
+++ branches/safari-602.1.32-branch/Source/WebInspectorUI/ChangeLog	2016-05-17 18:49:19 UTC (rev 201032)
@@ -1,5 +1,19 @@
 2016-05-17  Babak Shafiei  <[email protected]>
 
+        Merge r200918. rdar://problem/26230168
+
+    2016-05-14  Nikita Vasilyev  <[email protected]>
+
+            Web Inspector: Empty line shows arrow when hovering over Animation Frame Requested in timeline recording
+            https://bugs.webkit.org/show_bug.cgi?id=157707
+
+            Reviewed by Timothy Hatcher.
+
+            * UserInterface/Views/DataGrid.css:
+            (.data-grid:not(.variable-height-rows) > .data-container > table.data > tbody > tr > td > div):
+
+2016-05-17  Babak Shafiei  <[email protected]>
+
         Merge r200793. rdar://problem/26251756
 
     2016-05-12  Joseph Pecoraro  <[email protected]>

Modified: branches/safari-602.1.32-branch/Source/WebInspectorUI/UserInterface/Views/DataGrid.css (201031 => 201032)


--- branches/safari-602.1.32-branch/Source/WebInspectorUI/UserInterface/Views/DataGrid.css	2016-05-17 18:49:16 UTC (rev 201031)
+++ branches/safari-602.1.32-branch/Source/WebInspectorUI/UserInterface/Views/DataGrid.css	2016-05-17 18:49:19 UTC (rev 201032)
@@ -122,6 +122,10 @@
     background-size: 100% 40px;
 }
 
+.data-grid:not(.variable-height-rows) > .data-container > table.data > tbody > tr > td > div {
+    height: 16px;
+}
+
 .data-grid:not(.variable-height-rows) table.data.odd-first-zebra-stripe {
     background-image: linear-gradient(to bottom, var(--odd-zebra-stripe-row-background-color), var(--odd-zebra-stripe-row-background-color) 50%, var(--even-zebra-stripe-row-background-color) 50%, var(--even-zebra-stripe-row-background-color));
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to