[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 06:46:14 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 0d804d82661eade2071a3ea82209b3a874b34327
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 2 16:23:37 2002 +0000

    	Added import of WebHTTPResourceRequest.h to get access to methods
    	which have moved to the HTTP-sepcific request category.
    
            * WebView.subproj/WebDataSourcePrivate.m
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2223 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index d158ce2..d9ea2dc 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2002-10-02  Ken Kocienda  <kocienda at apple.com>
+
+	Added import of WebHTTPResourceRequest.h to get access to methods
+	which have moved to the HTTP-sepcific request category.
+
+        * WebView.subproj/WebDataSourcePrivate.m
+
 2002-10-01  John Sullivan  <sullivan at apple.com>
 
         * WebKit.exp: added .objc_class_name_WebTextRendererFactory
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index d158ce2..d9ea2dc 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-10-02  Ken Kocienda  <kocienda at apple.com>
+
+	Added import of WebHTTPResourceRequest.h to get access to methods
+	which have moved to the HTTP-sepcific request category.
+
+        * WebView.subproj/WebDataSourcePrivate.m
+
 2002-10-01  John Sullivan  <sullivan at apple.com>
 
         * WebKit.exp: added .objc_class_name_WebTextRendererFactory
diff --git a/WebKit/WebView.subproj/WebDataSourcePrivate.m b/WebKit/WebView.subproj/WebDataSourcePrivate.m
index 5678720..d9ea286 100644
--- a/WebKit/WebView.subproj/WebDataSourcePrivate.m
+++ b/WebKit/WebView.subproj/WebDataSourcePrivate.m
@@ -35,6 +35,7 @@
 #import <WebFoundation/WebResourceHandle.h>
 #import <WebFoundation/WebResourceHandlePrivate.h>
 #import <WebFoundation/WebResourceRequest.h>
+#import <WebFoundation/WebHTTPResourceRequest.h>
 
 #import <WebCore/WebCoreEncodings.h>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list