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

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:56:10 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b835326fc9ea85aeb64a76fdc3eccbff106082ca
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 12 23:41:54 2003 +0000

            Reviewed by Darin.
    
            * khtml/css/html4.css: Use the same hardcoded default size for
    	OBJECT and EMBED tags as for IFRAME.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4980 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 23cabba..38225c9 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2003-09-12  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Darin.
+
+        * khtml/css/html4.css: Use the same hardcoded default size for
+	OBJECT and EMBED tags as for IFRAME.
+
 2003-09-12  Darin Adler  <darin at apple.com>
 
         Reviewed by Ken.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 23cabba..38225c9 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2003-09-12  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Darin.
+
+        * khtml/css/html4.css: Use the same hardcoded default size for
+	OBJECT and EMBED tags as for IFRAME.
+
 2003-09-12  Darin Adler  <darin at apple.com>
 
         Reviewed by Ken.
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 3d399b7..6a473de 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -84,7 +84,7 @@ Q:after  {
     /*   content: close-quote;  */
 }
 
-IFRAME {
+IFRAME, EMBED, OBJECT {
 	width: 300px; height:150px;
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list