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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:43:47 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 0c8aa3f4343976cceb303e44a0f34e8674f89cda
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jun 2 16:25:07 2003 +0000

    top level:
    
            Reviewed by John
    
            * configure.in: Removed unneeded configure-time checks for Foundation.
    	Added check to see if there is a Foundation tree checked out.
    	Added HAVE_FOUNDATION_SOURCES macro to config.h.
    
    Tests:
    
            Reviewed by John
    
    	Tweaked path in Makefile.am so that tests can find private
    	Foundation headers using new configure-time checks.
    
    	Modified tests to be "skippable" based on whether there is
    	a Foundation tree checked out and HAVE_FOUNDATION_SOURCES
    	is set in config.h.
    
    	Modified test harness so that it knows how to skip tests.
    
            * CookieManager/Makefile.am:
            * CookieManager/wkcookiemanager-test.m:
            (main):
            * WebFoundation-Misc/Makefile.am:
            * WebFoundation-Misc/ifnsarrayextensions-test.m:
            (main):
            * WebFoundation-Misc/ifnscalendardateextensions-test.m:
            (main):
            * WebFoundation-Misc/ifnsobjectextensions-test.m:
            (main):
            * WebFoundation-Misc/ifnsstringextensions-test.m:
            (main):
            * WebFoundation-Misc/ifnsurlextensions-test.m:
            (main):
            * WebFoundation-Misc/ifreadwritelock-test.m:
            (main):
            * WebFoundation-Misc/ifrecursivereadwritelock-test.m:
            (main):
            * WebFoundation-Misc/ifurlparsing-test.m:
            (main):
            * harness.c:
            (runtest):
    
    WebCore:
    
            Reviewed by NOBODY (OOPS!).
    
            * config.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4462 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index d9c1752..a9c7ee6 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,9 @@
+2003-06-02  Ken Kocienda  <kocienda at apple.com>
+
+        Reviewed by NOBODY (OOPS!).
+
+        * config.h:
+
 2003-06-02  David Hyatt  <hyatt at apple.com>
 
 	Fix for 3275136.  Make sure that when the checked attribute
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index d9c1752..a9c7ee6 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,9 @@
+2003-06-02  Ken Kocienda  <kocienda at apple.com>
+
+        Reviewed by NOBODY (OOPS!).
+
+        * config.h:
+
 2003-06-02  David Hyatt  <hyatt at apple.com>
 
 	Fix for 3275136.  Make sure that when the checked attribute
diff --git a/WebCore/config.h b/WebCore/config.h
index 88e96f4..54d5533 100644
--- a/WebCore/config.h
+++ b/WebCore/config.h
@@ -718,6 +718,9 @@ int mkstemps (char* _template, int suffix_len); /* defined in fakes.c */
 /* Define if you have the `fork' function. */
 #define HAVE_FORK 1
 
+/* Define if Foundation source tree exists */
+#define HAVE_FOUNDATION_SOURCES 1
+
 /* Define if you have finite */
 #define HAVE_FUNC_FINITE 1
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list