[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:21:41 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit daed49ac05403cf4e685be1e8c2c289ea47e64e9
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 24 04:04:14 2003 +0000

            Fix for 3152494.  Set the default iframe width to 300 and
            height to 150.  This copies the behavior of mozilla and IE.
    
            Reviewed by hyatt.
    
            * khtml/css/html4.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3439 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index be411db..4f5957c 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,14 @@
 2003-01-23  Richard Williamson   <rjw at apple.com>
 
+        Fix for 3152494.  Set the default iframe width to 300 and
+        height to 150.  This copies the behavior of mozilla and IE.
+        
+        Reviewed by hyatt.
+
+        * khtml/css/html4.css:
+
+2003-01-23  Richard Williamson   <rjw at apple.com>
+
         Fixed whitespace exclusion code.  Fixes many sites
         that have problems that were exposed after
         fixing 3119777.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index be411db..4f5957c 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,14 @@
 2003-01-23  Richard Williamson   <rjw at apple.com>
 
+        Fix for 3152494.  Set the default iframe width to 300 and
+        height to 150.  This copies the behavior of mozilla and IE.
+        
+        Reviewed by hyatt.
+
+        * khtml/css/html4.css:
+
+2003-01-23  Richard Williamson   <rjw at apple.com>
+
         Fixed whitespace exclusion code.  Fixes many sites
         that have problems that were exposed after
         fixing 3119777.
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 343d6c4..8794b63 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -96,8 +96,9 @@ Q:after  {
 
 IFRAME {
 	display: block;
+        width: 300px; height:150px;
 }
-      
+
 OBJECT { 
 	display: block;
 } 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list