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

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


The following commit has been merged in the debian/unstable branch:
commit 3c4692f1ca9664a18a57ba3e95e78f18e2c05a6b
Author: trey <trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 20 22:04:08 2003 +0000

    Just a comment marking a bug I found.  3178518.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3679 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQTextField.mm b/WebCore/kwq/KWQTextField.mm
index 326e1b9..ce18042 100644
--- a/WebCore/kwq/KWQTextField.mm
+++ b/WebCore/kwq/KWQTextField.mm
@@ -306,6 +306,7 @@
 
 - (void)fieldEditorWillBecomeFirstResponder
 {
+    //FIXME:  Note due to 3178518, this code is never called.
     QFocusEvent event(QEvent::FocusIn);
     (const_cast<QObject *>(widget->eventFilterObject()))->eventFilter(widget, &event);
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list