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

tkent at chromium.org tkent at chromium.org
Mon Feb 21 00:28:31 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 1f394e03cdba187884c6a93ba5657f5d408bdd89
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 31 23:50:53 2011 +0000

    2011-01-31  Kent Tamura  <tkent at chromium.org>
    
            Reviewed by Dimitri Glazkov.
    
            Validation message bubble shouldn't inherit text-security style
            https://bugs.webkit.org/show_bug.cgi?id=53457
    
            No new tests because the validation message feature depends on timers
            and is enabled only in Chromium port.
    
            * css/html.css:
            (::-webkit-validation-bubble): Reset -webkit-text-security.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77170 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index e337fba..738eb90 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2011-01-31  Kent Tamura  <tkent at chromium.org>
+
+        Reviewed by Dimitri Glazkov.
+
+        Validation message bubble shouldn't inherit text-security style
+        https://bugs.webkit.org/show_bug.cgi?id=53457
+
+        No new tests because the validation message feature depends on timers
+        and is enabled only in Chromium port.
+
+        * css/html.css:
+        (::-webkit-validation-bubble): Reset -webkit-text-security.
+
 2011-01-31  Michael Saboff  <msaboff at apple.com>
 
         Reviewed by Geoffrey Garen.
diff --git a/Source/WebCore/css/html.css b/Source/WebCore/css/html.css
index 135ebf9..79fde88 100644
--- a/Source/WebCore/css/html.css
+++ b/Source/WebCore/css/html.css
@@ -587,6 +587,7 @@ output {
     position: absolute;
     opacity: 0.9;
     line-height: 0;
+    -webkit-text-security: none;
     -webkit-transition: opacity 05.5s ease;
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list