[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:39:26 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 2ca25c20ac9b284215b7921d43fbc9ae31272787
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Apr 30 16:17:02 2003 +0000
WebFoundation:
Reviewed by Darin
Changed file names for cookie-related classes.
With the exception of moving some constants
around, the contents of the files themselves
remain unchanged.
WebCookie -> NSHTTPCookie.
WebCookieManager -> NSHTTPCookieStorage.
* CookieManager.subproj/NSHTTPCookie.h:
* CookieManager.subproj/NSHTTPCookie.m:
* CookieManager.subproj/NSHTTPCookiePrivate.h:
* CookieManager.subproj/NSHTTPCookieStorage.h:
* CookieManager.subproj/NSHTTPCookieStorage.m:
* CookieManager.subproj/NSHTTPCookieStoragePrivate.h:
* CookieManager.subproj/WebCookie.h: Removed.
* CookieManager.subproj/WebCookie.m: Removed.
* CookieManager.subproj/WebCookieManager.h: Removed.
* CookieManager.subproj/WebCookieManager.m: Removed.
* CookieManager.subproj/WebCookieManagerPrivate.h: Removed.
* CookieManager.subproj/WebCookiePrivate.h: Removed.
* CookieManager.subproj/WebCookieStorage.m:
* CookieManager.subproj/WebCookieStorageServer.m:
* Misc.subproj/WebFoundation.h:
* ProtocolHandlers.subproj/WebCFNetworkHTTPProtocol.h:
* ProtocolHandlers.subproj/WebCFNetworkHTTPProtocol.m:
* ProtocolHandlers.subproj/WebSimpleHTTPProtocol.m:
* WebFoundation.pbproj/project.pbxproj:
WebKit:
Reviewed by Darin
Changed file names for these classes. The contents
of the files themselves remain unchanged.
WebCookie -> NSHTTPCookie.
WebCookieManager -> NSHTTPCookieStorage.
* WebCoreSupport.subproj/WebCookieAdapter.m:
* WebView.subproj/WebMainResourceClient.m:
WebBrowser:
Reviewed by Darin
Changed file names for these classes. The contents
of the files themselves remain unchanged.
WebCookie -> NSHTTPCookie.
WebCookieManager -> NSHTTPCookieStorage.
* AppController.m:
* Preferences.subproj/AcceptedCookies.m:
* Preferences.subproj/SecurityPreferences.m:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4218 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index c83a284..ed4c1ae 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,16 @@
+2003-04-30 Ken Kocienda <kocienda at apple.com>
+
+ Reviewed by Darin
+
+ Changed file names for these classes. The contents
+ of the files themselves remain unchanged.
+
+ WebCookie -> NSHTTPCookie.
+ WebCookieManager -> NSHTTPCookieStorage.
+
+ * WebCoreSupport.subproj/WebCookieAdapter.m:
+ * WebView.subproj/WebMainResourceClient.m:
+
2003-04-30 Darin Adler <darin at apple.com>
Reviewed by Ken.
diff --git a/WebKit/WebCoreSupport.subproj/WebCookieAdapter.m b/WebKit/WebCoreSupport.subproj/WebCookieAdapter.m
index 74dd67b..4498379 100644
--- a/WebKit/WebCoreSupport.subproj/WebCookieAdapter.m
+++ b/WebKit/WebCoreSupport.subproj/WebCookieAdapter.m
@@ -9,8 +9,7 @@
#import "WebCookieAdapter.h"
#import <WebFoundation/WebAssertions.h>
-#import <WebFoundation/WebCookieConstants.h>
-#import <WebFoundation/WebCookieManager.h>
+#import <WebFoundation/NSHTTPCookieStorage.h>
#import <WebFoundation/WebNSURLExtras.h>
@implementation WebCookieAdapter
diff --git a/WebKit/WebView.subproj/WebMainResourceClient.m b/WebKit/WebView.subproj/WebMainResourceClient.m
index da81a97..42a5d8c 100644
--- a/WebKit/WebView.subproj/WebMainResourceClient.m
+++ b/WebKit/WebView.subproj/WebMainResourceClient.m
@@ -5,7 +5,7 @@
#import <WebKit/WebMainResourceClient.h>
-#import <WebFoundation/WebCookieConstants.h>
+#import <WebFoundation/NSHTTPCookie.h>
#import <WebFoundation/WebNSErrorExtras.h>
#import <WebFoundation/WebFileTypeMappings.h>
diff --git a/WebKit/WebView.subproj/WebMainResourceLoader.m b/WebKit/WebView.subproj/WebMainResourceLoader.m
index da81a97..42a5d8c 100644
--- a/WebKit/WebView.subproj/WebMainResourceLoader.m
+++ b/WebKit/WebView.subproj/WebMainResourceLoader.m
@@ -5,7 +5,7 @@
#import <WebKit/WebMainResourceClient.h>
-#import <WebFoundation/WebCookieConstants.h>
+#import <WebFoundation/NSHTTPCookie.h>
#import <WebFoundation/WebNSErrorExtras.h>
#import <WebFoundation/WebFileTypeMappings.h>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list