[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 08:45:08 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1199eb3271f5facbce52a649105fbb9ba5a2353d
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jun 11 19:07:28 2004 +0000

            Reviewed by Dave.
    
            - fixed <rdar://problem/3688971>: (on dual-800 tower, url field animation
            doesn't work half the time)
    
            * BrowserWindowController.m:
            (-[BrowserWindowController installRSSTransitionImageView]):
            Set the window's first responder to nil before hiding the webview if the
            focus had been in the webview. It's not clear why the behavior on one
            machine was different than others, but this fix is sensible and definitely
            fixes the problem on Jess's machine.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6816 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/WebCore.pbproj/project.pbxproj b/WebCore/WebCore.pbproj/project.pbxproj
index 107807d..622157a 100644
--- a/WebCore/WebCore.pbproj/project.pbxproj
+++ b/WebCore/WebCore.pbproj/project.pbxproj
@@ -6,8 +6,6 @@
 	objectVersion = 39;
 	objects = {
 		014CEA440018CDF011CA2923 = {
-			buildRules = (
-			);
 			buildSettings = {
 				DEBUG_CFLAGS = "";
 				EXPORTED_SYMBOLS_FILE = "WebCore-combined.exp";
@@ -25,8 +23,6 @@
 			name = Development;
 		};
 		014CEA450018CDF011CA2923 = {
-			buildRules = (
-			);
 			buildSettings = {
 				COPY_PHASE_STRIP = YES;
 				INSTALL_PATH = "@executable_path/../Frameworks";
@@ -10313,8 +10309,6 @@
 			sourceTree = "<group>";
 		};
 		F58C8A07025BD3BC018635CA = {
-			buildRules = (
-			);
 			buildSettings = {
 				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
 				INSTALL_PATH = "@executable_path/../Frameworks";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list