[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:01:07 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit ab1f48ef4a247c38cce684146c0006fed739b943
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 15 15:11:35 2002 +0000

            * khtml/html/html_formimpl.cpp:
            (HTMLInputElementImpl::attach): Removed a stray printf.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2689 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 2d27bed..8be5b17 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-11-15  Maciej Stachowiak  <mjs at apple.com>
+
+        * khtml/html/html_formimpl.cpp:
+        (HTMLInputElementImpl::attach): Removed a stray printf.
+
 2002-11-14  Darin Adler  <darin at apple.com>
 
 	- fixed most of the problems with OPTGROUP
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 2d27bed..8be5b17 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,8 @@
+2002-11-15  Maciej Stachowiak  <mjs at apple.com>
+
+        * khtml/html/html_formimpl.cpp:
+        (HTMLInputElementImpl::attach): Removed a stray printf.
+
 2002-11-14  Darin Adler  <darin at apple.com>
 
 	- fixed most of the problems with OPTGROUP
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 2d27bed..8be5b17 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,8 @@
+2002-11-15  Maciej Stachowiak  <mjs at apple.com>
+
+        * khtml/html/html_formimpl.cpp:
+        (HTMLInputElementImpl::attach): Removed a stray printf.
+
 2002-11-14  Darin Adler  <darin at apple.com>
 
 	- fixed most of the problems with OPTGROUP
diff --git a/WebCore/khtml/html/html_formimpl.cpp b/WebCore/khtml/html/html_formimpl.cpp
index cd77720..d0879ca 100644
--- a/WebCore/khtml/html/html_formimpl.cpp
+++ b/WebCore/khtml/html/html_formimpl.cpp
@@ -1090,7 +1090,6 @@ void HTMLInputElementImpl::attach()
         case IMAGE: {
              DOMString width = getAttribute( ATTR_WIDTH );
              if (!width.isEmpty()) {
-                printf("Added prop.\n");
                 addCSSLength(CSS_PROP_WIDTH, width);
              }
              m_render =  new (arena) RenderImageButton(this);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list