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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:31:59 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 182a78bcb622ba2f3a6255cf4560bdd50267a37d
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Apr 1 20:08:23 2004 +0000

            Reviewed by Dave.
    
            - fixed <rdar://problem/3608305>: DEMO: menu in search field has one disabled item: localized string not found
    
            * khtml/html/html_formimpl.cpp: (HTMLInputElementImpl::HTMLInputElementImpl):
            Initialize m_maxResults to 0.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6298 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index dd3660d..4d4064f 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,14 @@
 2004-04-01  Darin Adler  <darin at apple.com>
 
+        Reviewed by Dave.
+
+        - fixed <rdar://problem/3608305>: DEMO: menu in search field has one disabled item: localized string not found
+
+        * khtml/html/html_formimpl.cpp: (HTMLInputElementImpl::HTMLInputElementImpl):
+        Initialize m_maxResults to 0.
+
+2004-04-01  Darin Adler  <darin at apple.com>
+
         Reviewed by John.
 
         - cleaned up image map code and made it work with XML documents
diff --git a/WebCore/khtml/html/html_formimpl.cpp b/WebCore/khtml/html/html_formimpl.cpp
index 07a19a5..cd210e0 100644
--- a/WebCore/khtml/html/html_formimpl.cpp
+++ b/WebCore/khtml/html/html_formimpl.cpp
@@ -1176,6 +1176,10 @@ HTMLInputElementImpl::HTMLInputElementImpl(DocumentPtr *doc, HTMLFormElementImpl
     xPos = 0;
     yPos = 0;
 
+#if APPLE_CHANGES
+    m_maxResults = 0;
+#endif
+
     if ( m_form )
         m_autocomplete = f->autoComplete();
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list