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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:59:00 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit dc4e5bdc58866bd7f69b7f51e2d616a3d0c1ee6e
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 1 19:57:27 2003 +0000

            Reviewed by me
    
            * kwq/KWQWidget.mm:
            (QWidget::focusPolicy): Improved comment.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5103 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 04f738c..c542843 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,12 @@
 2003-10-01  Ken Kocienda  <kocienda at apple.com>
 
+        Reviewed by me
+
+        * kwq/KWQWidget.mm:
+        (QWidget::focusPolicy): Improved comment.
+
+2003-10-01  Ken Kocienda  <kocienda at apple.com>
+
         Reviewed by Maciej
 
 	Fix for these bugs:
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 04f738c..c542843 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,12 @@
 2003-10-01  Ken Kocienda  <kocienda at apple.com>
 
+        Reviewed by me
+
+        * kwq/KWQWidget.mm:
+        (QWidget::focusPolicy): Improved comment.
+
+2003-10-01  Ken Kocienda  <kocienda at apple.com>
+
         Reviewed by Maciej
 
 	Fix for these bugs:
diff --git a/WebCore/kwq/KWQWidget.mm b/WebCore/kwq/KWQWidget.mm
index 30d5600..23481d0 100644
--- a/WebCore/kwq/KWQWidget.mm
+++ b/WebCore/kwq/KWQWidget.mm
@@ -231,9 +231,9 @@ void QWidget::clearFocus()
 QWidget::FocusPolicy QWidget::focusPolicy() const
 {
     // This provides support for controlling the widgets that take 
-    // part in tab navigation. Widgets must not be:
-    // 1. hidden by css
-    // 2. enabled
+    // part in tab navigation. Widgets must:
+    // 1. not be hidden by css
+    // 2. be enabled
     // 3. accept first responder
 
     RenderWidget *widget = const_cast<RenderWidget *>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list