[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:15:27 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 99106c8cc5d7d5bd2fab171793c2bdf05000e43f
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed May 29 20:26:00 2002 +0000

    	Removed acceptsFirstMouse override, this fixes at least:
    
    	2930713 -- clicking on an empty part of window to bring it to front
    	takes focus away from page address field
    
    	2938028 -- Link cursor doesn't appear when browser window not
    	frontmost, but clicks activate links
    
    	* WebView.subproj/IFWebView.mm:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1232 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 7a41c44..086ce4e 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,15 @@
+2002-05-29  John Sullivan  <sullivan at apple.com>
+
+	Removed acceptsFirstMouse override, this fixes at least:
+
+	2930713 -- clicking on an empty part of window to bring it to front
+	takes focus away from page address field
+
+	2938028 -- Link cursor doesn't appear when browser window not
+	frontmost, but clicks activate links
+
+	* WebView.subproj/IFWebView.mm:
+
 2002-05-28  John Sullivan  <sullivan at apple.com>
 
 	Made -[IFBookmark group] and -[IFBookmark parent] public
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 7a41c44..086ce4e 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,15 @@
+2002-05-29  John Sullivan  <sullivan at apple.com>
+
+	Removed acceptsFirstMouse override, this fixes at least:
+
+	2930713 -- clicking on an empty part of window to bring it to front
+	takes focus away from page address field
+
+	2938028 -- Link cursor doesn't appear when browser window not
+	frontmost, but clicks activate links
+
+	* WebView.subproj/IFWebView.mm:
+
 2002-05-28  John Sullivan  <sullivan at apple.com>
 
 	Made -[IFBookmark group] and -[IFBookmark parent] public
diff --git a/WebKit/WebView.subproj/IFWebView.mm b/WebKit/WebView.subproj/IFWebView.mm
index 84897f1..a3eec41 100644
--- a/WebKit/WebView.subproj/IFWebView.mm
+++ b/WebKit/WebView.subproj/IFWebView.mm
@@ -68,12 +68,6 @@
 }
 
 
-- (BOOL)acceptsFirstMouse:(NSEvent *)theEvent
-{
-    return YES;
-}
-
-
 // Note that the controller is not retained.
 - (id <IFWebController>)controller
 {
diff --git a/WebKit/WebView.subproj/WebFrameView.m b/WebKit/WebView.subproj/WebFrameView.m
index 84897f1..a3eec41 100644
--- a/WebKit/WebView.subproj/WebFrameView.m
+++ b/WebKit/WebView.subproj/WebFrameView.m
@@ -68,12 +68,6 @@
 }
 
 
-- (BOOL)acceptsFirstMouse:(NSEvent *)theEvent
-{
-    return YES;
-}
-
-
 // Note that the controller is not retained.
 - (id <IFWebController>)controller
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list