[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:42:36 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6aa397172f6b94328d33ff6855a8be6297eac9ae
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon May 19 21:29:20 2003 +0000

            Reviewed by Darin
    
            * Panels.subproj/WebAuthenticationPanel.m: Now imports Foundation/NSURLCredential.h
            * WebCoreSupport.subproj/WebCookieAdapter.m: Now imports Foundation/NSHTTPCookie.h
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4394 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 65bedf9..59273c1 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -2,6 +2,13 @@
 
         Reviewed by Darin
 
+        * Panels.subproj/WebAuthenticationPanel.m: Now imports Foundation/NSURLCredential.h
+        * WebCoreSupport.subproj/WebCookieAdapter.m: Now imports Foundation/NSHTTPCookie.h
+
+2003-05-19  Ken Kocienda  <kocienda at apple.com>
+
+        Reviewed by Darin
+
         Changed imports to include headers from Foundation                   
         instead of WebFoundation. 
 
diff --git a/WebKit/Panels.subproj/WebAuthenticationPanel.m b/WebKit/Panels.subproj/WebAuthenticationPanel.m
index e605547..52e23b5 100644
--- a/WebKit/Panels.subproj/WebAuthenticationPanel.m
+++ b/WebKit/Panels.subproj/WebAuthenticationPanel.m
@@ -9,6 +9,7 @@
 
 #import <Foundation/NSURLAuthenticationChallenge.h>
 #import <Foundation/NSURLProtectionSpace.h>
+#import <Foundation/NSURLCredential.h>
 #import <WebKit/WebAssertions.h>
 #import <WebKit/WebLocalizableStrings.h>
 #import <Foundation/NSURL_NSURLExtras.h>
diff --git a/WebKit/WebCoreSupport.subproj/WebCookieAdapter.m b/WebKit/WebCoreSupport.subproj/WebCookieAdapter.m
index 832a3d3..c49d354 100644
--- a/WebKit/WebCoreSupport.subproj/WebCookieAdapter.m
+++ b/WebKit/WebCoreSupport.subproj/WebCookieAdapter.m
@@ -9,6 +9,7 @@
 #import "WebCookieAdapter.h"
 
 #import <WebKit/WebAssertions.h>
+#import <Foundation/NSHTTPCookie.h>
 #import <Foundation/NSHTTPCookieStorage.h>
 #import <Foundation/NSURL_NSURLExtras.h>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list