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

sullivan sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:33:33 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 17ee7fc4063f15086363af15454771662822007d
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 21 22:11:57 2002 +0000

    	- commented out (with FIXME 2935687) the code that was advertising in
    	the status bar that shift-command would open a link behind the
    	current window, since it doesn't.
    
            * kwq/KWQKHTMLPartImpl.mm:
            (KWQKHTMLPartImpl::overURL):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1893 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index d66a2da..76547b2 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,12 @@
+2002-08-21  John Sullivan  <sullivan at apple.com>
+
+	- commented out (with FIXME 2935687) the code that was advertising in
+	the status bar that shift-command would open a link behind the
+	current window, since it doesn't.
+
+        * kwq/KWQKHTMLPartImpl.mm:
+        (KWQKHTMLPartImpl::overURL):
+
 2002-08-21  Darin Adler  <darin at apple.com>
 
 	Fix for two problems with password fields.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index d66a2da..76547b2 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,12 @@
+2002-08-21  John Sullivan  <sullivan at apple.com>
+
+	- commented out (with FIXME 2935687) the code that was advertising in
+	the status bar that shift-command would open a link behind the
+	current window, since it doesn't.
+
+        * kwq/KWQKHTMLPartImpl.mm:
+        (KWQKHTMLPartImpl::overURL):
+
 2002-08-21  Darin Adler  <darin at apple.com>
 
 	Fix for two problems with password fields.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index d66a2da..76547b2 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,12 @@
+2002-08-21  John Sullivan  <sullivan at apple.com>
+
+	- commented out (with FIXME 2935687) the code that was advertising in
+	the status bar that shift-command would open a link behind the
+	current window, since it doesn't.
+
+        * kwq/KWQKHTMLPartImpl.mm:
+        (KWQKHTMLPartImpl::overURL):
+
 2002-08-21  Darin Adler  <darin at apple.com>
 
 	Fix for two problems with password fields.
diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index 59f1a26..24d446a 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -461,7 +461,9 @@ void KWQKHTMLPartImpl::overURL(const QString &url, const QString &_target, int m
     
     if ([_bridge modifierTrackingEnabled]) {
         if (modifierState & MetaButton) {
-            if (modifierState & ShiftButton) {
+            // FIXME 2935687: We are waffling about support for command-shift for open-behind,
+            // so I'm commenting out this message until this is addressed.
+            if (modifierState & ShiftButton && NO) {
                 format = @"Open \"%@\" in a new window, behind the current window";
             } else {
                 format = @"Open \"%@\" in a new window";
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.mm b/WebCore/kwq/KWQKHTMLPartImpl.mm
index 59f1a26..24d446a 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.mm
+++ b/WebCore/kwq/KWQKHTMLPartImpl.mm
@@ -461,7 +461,9 @@ void KWQKHTMLPartImpl::overURL(const QString &url, const QString &_target, int m
     
     if ([_bridge modifierTrackingEnabled]) {
         if (modifierState & MetaButton) {
-            if (modifierState & ShiftButton) {
+            // FIXME 2935687: We are waffling about support for command-shift for open-behind,
+            // so I'm commenting out this message until this is addressed.
+            if (modifierState & ShiftButton && NO) {
                 format = @"Open \"%@\" in a new window, behind the current window";
             } else {
                 format = @"Open \"%@\" in a new window";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list