[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 18:29:09 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 50f82858e55e2c6b07bb655f91ad16fd3c6b7fb8
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Dec 12 10:58:59 2010 +0000

    2010-12-12  Ragner Magalhaes  <ragner.magalhaes at openbossa.org>
    
            Reviewed by Eric Seidel.
    
            [Qt] Missing style for date pickers on Qt Mobile theme
            https://bugs.webkit.org/show_bug.cgi?id=50628
    
            * css/themeQtMobile.css:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73869 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index bea7373..afc1bb0 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-12  Ragner Magalhaes  <ragner.magalhaes at openbossa.org>
+
+        Reviewed by Eric Seidel.
+
+        [Qt] Missing style for date pickers on Qt Mobile theme
+        https://bugs.webkit.org/show_bug.cgi?id=50628
+
+        * css/themeQtMobile.css:
+
 2010-12-11  Alice Liu  <alice.liu at apple.com>
 
         Mac build fix.
diff --git a/WebCore/css/themeQtMobile.css b/WebCore/css/themeQtMobile.css
index 8b0c548..f6327a9 100644
--- a/WebCore/css/themeQtMobile.css
+++ b/WebCore/css/themeQtMobile.css
@@ -73,6 +73,11 @@ input[type="tel"],
 input[type="color"],
 input[type="search"],
 input[type="date"],
+input[type="datetime"],
+input[type="datetime-local"],
+input[type="month"],
+input[type="week"],
+input[type="time"],
 input[type="number"],
 input[type="url"],
 textarea {
@@ -91,6 +96,11 @@ input[type="tel"]:disabled,
 input[type="color"]:disabled,
 input[type="search"]:disabled,
 input[type="date"]:disabled,
+input[type="datetime"]:disabled,
+input[type="datetime-local"]:disabled,
+input[type="month"]:disabled,
+input[type="week"]:disabled,
+input[type="time"]:disabled,
 input[type="number"]:disabled,
 input[type="url"]:disabled,
 textarea:disabled {
@@ -108,6 +118,11 @@ input[type="tel"]:active,
 input[type="color"]:active,
 input[type="search"]:active,
 input[type="date"]:active,
+input[type="datetime"]:active,
+input[type="datetime-local"]:active,
+input[type="month"]:active,
+input[type="week"]:active,
+input[type="time"]:active,
 input[type="number"]:active,
 input[type="url"]:active,
 textarea:active {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list