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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:19:57 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 9442c951f15d5eb6aee7454ed9fc549b267005d7
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 16 21:11:57 2003 +0000

    	Fixed comment.
    
            Reviewed by NOBODY (OOPS!).
    
            * Plugins.subproj/WebBaseNetscapePluginView.m:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3335 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 052043d..363e546 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,13 @@
 2003-01-16  Chris Blumenberg  <cblu at apple.com>
 
+	Fixed comment.
+
+        Reviewed by NOBODY (OOPS!).
+
+        * Plugins.subproj/WebBaseNetscapePluginView.m:
+
+2003-01-16  Chris Blumenberg  <cblu at apple.com>
+
 	Fixed: 3125743 - right-click doesn't count as ctrl-click in Flash
 
 	AppKit doesn't call mouseDown or mouseUp on right-click. Simulate control-click mouseDown and mouseUp so plug-ins get the right-click event as they do in Carbon
diff --git a/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m b/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
index e6bd444..b2867b8 100644
--- a/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
+++ b/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
@@ -409,7 +409,7 @@ typedef struct {
     return YES;
 }
 
-// AppKit doesn't call mouseDown or mouseUp on right-click. Simulate a control-click
+// AppKit doesn't call mouseDown or mouseUp on right-click. Simulate control-click
 // mouseDown and mouseUp so plug-ins get the right-click event as they do in Carbon (3125743).
 - (void)rightMouseDown:(NSEvent *)theEvent
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list