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

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:37:59 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 062b29c9d25b33512591959394bed4fd1d265174
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Apr 22 02:12:31 2003 +0000

    WebFoundation:
    
            Reviewed by Richard.
    
    	Renamed headers and implementation files for new auth API.
    
            * AuthenticationManager.subproj/NSURLAuthenticationChallenge.h:
            * AuthenticationManager.subproj/NSURLAuthenticationChallenge.m:
            * AuthenticationManager.subproj/NSURLCredential.h:
            * AuthenticationManager.subproj/NSURLCredential.m:
            * AuthenticationManager.subproj/NSURLCredentialStorage.h:
            * AuthenticationManager.subproj/NSURLCredentialStorage.m:
            * AuthenticationManager.subproj/NSURLProtectionSpace.h:
            * AuthenticationManager.subproj/NSURLProtectionSpace.m:
            * AuthenticationManager.subproj/WebAuthenticatingResource.h: Removed.
            * AuthenticationManager.subproj/WebAuthenticatingResource.m: Removed.
            * AuthenticationManager.subproj/WebAuthenticationHandler.h:
            * AuthenticationManager.subproj/WebAuthenticationManager.h: Removed.
            * AuthenticationManager.subproj/WebAuthenticationManager.m: Removed.
            * AuthenticationManager.subproj/WebAuthenticationManagerCallback.h:
            * AuthenticationManager.subproj/WebAuthenticationManagerPrivate.h:
            * AuthenticationManager.subproj/WebAuthenticationRequest.h: Removed.
            * AuthenticationManager.subproj/WebAuthenticationRequest.m: Removed.
            * AuthenticationManager.subproj/WebAuthenticationRequestPrivate.h:
            * AuthenticationManager.subproj/WebAuthenticationResult.h: Removed.
            * AuthenticationManager.subproj/WebCredential.h: Removed.
            * AuthenticationManager.subproj/WebCredential.m: Removed.
            * AuthenticationManager.subproj/WebCredentialStorage.h:
            * AuthenticationManager.subproj/WebCredentialStorage.m:
            * AuthenticationManager.subproj/WebKeychainCredential.h:
            * WebFoundation.pbproj/project.pbxproj:
    
    WebKit:
    
            Reviewed by Richard.
    
    	Updated for file renames.
    
            * Panels.subproj/WebAuthenticationPanel.h:
            * Panels.subproj/WebPanelAuthenticationHandler.h:
            * Panels.subproj/WebStandardPanels.m:
    
    WebBrowser:
    
            Reviewed by Richard.
    
    	Updated for file renames.
    
            * AppController.m:
            * FormCompletionController.m:
            * Preferences.subproj/PasswordsEditor.m:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4149 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 5e23287..50498ee 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,13 @@
+2003-04-21  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Richard.
+
+	Updated for file renames.
+
+        * Panels.subproj/WebAuthenticationPanel.h:
+        * Panels.subproj/WebPanelAuthenticationHandler.h:
+        * Panels.subproj/WebStandardPanels.m:
+
 2003-04-21  Chris Blumenberg  <cblu at apple.com>
 	
 	Fixed previous "Reviewed by".
diff --git a/WebKit/Panels.subproj/WebAuthenticationPanel.h b/WebKit/Panels.subproj/WebAuthenticationPanel.h
index 7aa6aa1..9b8f918 100644
--- a/WebKit/Panels.subproj/WebAuthenticationPanel.h
+++ b/WebKit/Panels.subproj/WebAuthenticationPanel.h
@@ -5,7 +5,7 @@
 */
 
 #import <Cocoa/Cocoa.h>
-#import <WebFoundation/WebAuthenticationManager.h>
+#import <WebFoundation/NSURLCredentialStorage.h>
 
 @interface WebAuthenticationPanel : NSObject
 {
diff --git a/WebKit/Panels.subproj/WebPanelAuthenticationHandler.h b/WebKit/Panels.subproj/WebPanelAuthenticationHandler.h
index 2ec4b1f..5932b4b 100644
--- a/WebKit/Panels.subproj/WebPanelAuthenticationHandler.h
+++ b/WebKit/Panels.subproj/WebPanelAuthenticationHandler.h
@@ -5,7 +5,7 @@
  */
 
 #import <Foundation/Foundation.h>
-#import <WebFoundation/WebAuthenticationManager.h>
+#import <WebFoundation/NSURLCredentialStorage.h>
 
 
 @interface WebPanelAuthenticationHandler : NSObject <WebAuthenticationHandler>
diff --git a/WebKit/Panels.subproj/WebStandardPanels.m b/WebKit/Panels.subproj/WebStandardPanels.m
index b881aec..bac32a9 100644
--- a/WebKit/Panels.subproj/WebStandardPanels.m
+++ b/WebKit/Panels.subproj/WebStandardPanels.m
@@ -12,7 +12,7 @@
 #import <WebKit/WebStandardPanelsPrivate.h>
 
 #import <WebFoundation/WebAssertions.h>
-#import <WebFoundation/WebAuthenticationManager.h>
+#import <WebFoundation/NSURLCredentialStorage.h>
 
 #import <Carbon/Carbon.h>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list