Title: [176243] branches/safari-600.3-branch/Source/WebCore
Revision
176243
Author
[email protected]
Date
2014-11-17 18:31:33 -0800 (Mon, 17 Nov 2014)

Log Message

Merge r175492. rdar://problem/18978410

Modified Paths

Diff

Modified: branches/safari-600.3-branch/Source/WebCore/ChangeLog (176242 => 176243)


--- branches/safari-600.3-branch/Source/WebCore/ChangeLog	2014-11-18 02:25:46 UTC (rev 176242)
+++ branches/safari-600.3-branch/Source/WebCore/ChangeLog	2014-11-18 02:31:33 UTC (rev 176243)
@@ -1,5 +1,25 @@
 2014-11-17  Dana Burkart  <[email protected]>
 
+        Merge r175492. <rdar://problem/18978410>
+
+    2014-11-03  Simon Fraser  <[email protected]>
+    
+            Video controls have lots of compositing layers
+            https://bugs.webkit.org/show_bug.cgi?id=138294
+    
+            Reviewed by Eric Carlson.
+    
+            After r175268 we get lots of separate small layers in the video
+            controls (but they pop into a single layer when opacity animates).
+            
+            Fix this by putting an explicit z-index on -webkit-media-controls-panel
+            which is the element that animates opacity.
+    
+            * Modules/mediacontrols/mediaControlsApple.css:
+            (audio::-webkit-media-controls-panel):
+    
+2014-11-17  Dana Burkart  <[email protected]>
+
         Merge r173293. <rdar://problem/18978414>
 
     2014-09-04  Simon Fraser  <[email protected]>

Modified: branches/safari-600.3-branch/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css (176242 => 176243)


--- branches/safari-600.3-branch/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css	2014-11-18 02:25:46 UTC (rev 176242)
+++ branches/safari-600.3-branch/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css	2014-11-18 02:31:33 UTC (rev 176243)
@@ -68,6 +68,7 @@
 audio::-webkit-media-controls-panel {
     box-sizing: border-box;
     position: relative;
+    z-index: 0;
     bottom: 0;
     width: 100%;
     padding-top: 1px;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to