[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 07:57:05 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 81496e3fcc21314855b4e16095825071d834ab25
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 23 06:28:48 2003 +0000

    Fix check-in snafu.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5037 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/WebView.subproj/WebHTMLViewPrivate.m b/WebKit/WebView.subproj/WebHTMLViewPrivate.m
index 758693d..6c2fc06 100644
--- a/WebKit/WebView.subproj/WebHTMLViewPrivate.m
+++ b/WebKit/WebView.subproj/WebHTMLViewPrivate.m
@@ -698,24 +698,3 @@ static WebHTMLView *lastHitView = nil;
 }
 
 @end
-
-// The following is a workaround for
-// <rdar://problem/3429631> window stops getting mouse moved events after first tooltip appears
-// The trick is to define a category on NSToolTipPanel that implements setAcceptsMouseMovedEvents:.
-// Since the category will be searched before the real class, we'll prevent the flag from being
-// set on the tool tip panel.
-
- at interface NSToolTipPanel : NSObject
- at end
-
- at interface NSToolTipPanel (WebHTMLViewPrivate)
- at end
-
- at implementation NSToolTipPanel (WebHTMLViewPrivate)
-
-- (void)setAcceptsMouseMovedEvents:(BOOL)flag
-{
-    // Do nothing, preventing the tool tip panel from trying to accept mouse-moved events.
-}
-
- at end

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list