Title: [89081] branches/safari-534-branch/Source/WebCore
Revision
89081
Author
[email protected]
Date
2011-06-16 16:31:29 -0700 (Thu, 16 Jun 2011)

Log Message

Merge r88948.

Modified Paths

Diff

Modified: branches/safari-534-branch/Source/WebCore/ChangeLog (89080 => 89081)


--- branches/safari-534-branch/Source/WebCore/ChangeLog	2011-06-16 23:29:48 UTC (rev 89080)
+++ branches/safari-534-branch/Source/WebCore/ChangeLog	2011-06-16 23:31:29 UTC (rev 89081)
@@ -1,5 +1,21 @@
 2011-06-14  Lucas Forschler  <[email protected]>
 
+    Merged 88948.
+
+    2011-06-15  Jer Noble  <[email protected]>
+
+        Reviewed by Timothy Hatcher.
+
+        Full-screen live streams have status text in wrong location
+        https://bugs.webkit.org/show_bug.cgi?id=62733
+
+        Fix a misspelling in the user-agent stylesheet for full-screen mode.
+
+        * css/fullscreenQuickTime.css:
+        (video:-webkit-full-screen::-webkit-media-controls-status-display):
+
+2011-06-14  Lucas Forschler  <[email protected]>
+
     Merged 88945.
 
     2011-06-14  Jer Noble  <[email protected]>

Modified: branches/safari-534-branch/Source/WebCore/css/fullscreenQuickTime.css (89080 => 89081)


--- branches/safari-534-branch/Source/WebCore/css/fullscreenQuickTime.css	2011-06-16 23:29:48 UTC (rev 89080)
+++ branches/safari-534-branch/Source/WebCore/css/fullscreenQuickTime.css	2011-06-16 23:31:29 UTC (rev 89081)
@@ -161,7 +161,7 @@
     right: 8px;
 }
 
-video:-webkit-full-screen::video::-webkit-media-controls-status-display {
+video:-webkit-full-screen::-webkit-media-controls-status-display {
     width: 420px;
     position: absolute;
     bottom: 9px;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to