[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:38:43 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 02ae20197a3fb1aebca8370ea5df670635937767
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Apr 25 04:22:44 2003 +0000
WebFoundation:
Reviewed by Ken.
Updated NSURLCredentialStorage to match proposed API (except
authentication handlers, that remains to be fixed).
* AuthenticationManager.subproj/NSURLCredentialStorage.h:
* AuthenticationManager.subproj/NSURLCredentialStorage.m:
(-[NSURLCredentialStorage init]):
(initSharedURLCredentialStorage):
(initCredentialStorage):
(+[NSURLCredentialStorage sharedURLCredentialStorage]):
(-[NSURLCredentialStorage setCredential:forProtectionSpace:]):
* AuthenticationManager.subproj/WebCredentialStorage.m:
(-[WebCredentialStorage _sendChangeNotification]):
* ProtocolHandlers.subproj/WebCFNetworkHTTPProtocol.m:
(-[WebCFNetworkHTTPProtocol addAuthenticationFieldsToHeader]):
(-[WebCFNetworkHTTPProtocol stopLoading]):
(-[WebCFNetworkHTTPProtocol performHTTPHeaderRead:andCall:]):
* ProtocolHandlers.subproj/WebSimpleHTTPProtocol.m:
(+[WebSimpleHTTPProtocol canInitWithRequest:]):
WebKit:
Reviewed by Ken.
Updated for auth API changes.
* Panels.subproj/WebStandardPanels.m:
(-[WebStandardPanels setUsesStandardAuthenticationPanel:]):
WebBrowser:
Reviewed by Ken.
Updated for auth API changes.
* AppController.m:
(-[AppController removeAllCredentials]):
* FormCompletionController.m:
(+[FormCompletionController _frame:willSubmitLoginForm:withValues:formInfo:submissionListener:]):
(+[FormCompletionController _passwordSheetDismissed:returnCode:contextInfo:]):
(+[FormCompletionController _credentialMatchesForString:frame:]):
* Preferences.subproj/PasswordsEditor.m:
(-[PasswordsEditor resetCredentials]):
(-[PasswordsEditor startMonitoringCredentials]):
(-[PasswordsEditor stopMonitoringCredentials]):
(-[PasswordsEditor removeSelectedItems:]):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4184 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 654451e..03ea4b9 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,12 @@
+2003-04-24 Maciej Stachowiak <mjs at apple.com>
+
+ Reviewed by Ken.
+
+ Updated for auth API changes.
+
+ * Panels.subproj/WebStandardPanels.m:
+ (-[WebStandardPanels setUsesStandardAuthenticationPanel:]):
+
2003-04-24 Richard Williamson <rjw at apple.com>
Final API review changes.
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list