[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

commit-queue at webkit.org commit-queue at webkit.org
Sun Feb 20 22:54:37 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 4243304f1bdda0a33a8e8eb360382cf7b096c292
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 13 15:29:24 2011 +0000

    2011-01-13  Yi Shen  <yi.4.shen at nokia.com>
    
            Reviewed by Eric Seidel.
    
            [Qt] Use a black background color for the video element on Qt Mobile
            https://bugs.webkit.org/show_bug.cgi?id=52252
    
            Use black as the background color for the video element on Qt Mobile.
    
            * css/themeQtMobile.css:
            (video):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75712 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 613f3a0..7715eaf 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -2,6 +2,18 @@
 
         Reviewed by Eric Seidel.
 
+        [Qt] Use a black background color for the video element on Qt Mobile
+        https://bugs.webkit.org/show_bug.cgi?id=52252
+
+        Use black as the background color for the video element on Qt Mobile.
+
+        * css/themeQtMobile.css:
+        (video):
+
+2011-01-13  Yi Shen  <yi.4.shen at nokia.com>
+
+        Reviewed by Eric Seidel.
+
         [Qt] Use a big central media play control button for video element 
         https://bugs.webkit.org/show_bug.cgi?id=52315
 
diff --git a/Source/WebCore/css/themeQtMobile.css b/Source/WebCore/css/themeQtMobile.css
index f6327a9..27be523 100644
--- a/Source/WebCore/css/themeQtMobile.css
+++ b/Source/WebCore/css/themeQtMobile.css
@@ -128,3 +128,7 @@ input[type="url"]:active,
 textarea:active {
     background: ButtonShadow;
 }
+
+video {
+    background-color: #000000;
+}

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list