[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:22:12 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 9216e1300fde092a20474cfe61afa14495bea38f
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Jan 28 01:15:36 2003 +0000
WebFoundation:
Reviewed by Darin and Ken.
- fixed 3153098 - Implement "simple retry" when Safari fails to validate a certifcate
* Misc.subproj/WebError.h:
* Misc.subproj/WebError.m:
(classInitialize): Added new "unknown root cert" error.
* English.lproj/Localizable.strings: Updated.
* ProtocolHandlers.subproj/WebCFNetworkHTTPProtocolHandler.m:
(-[WebCFNetworkHTTPProtocolHandler setCertificatePolicyOnStream]): If the request
says to allow unknown roots, do so.
* ProtocolHandlers.subproj/WebHTTPProtocolHandler.m:
(-[WebHTTPProtocolHandler determineErrorAndFail]): Report unknown root error properly.
* ProtocolHandlers.subproj/WebHTTPResourceRequest.h:
* ProtocolHandlers.subproj/WebHTTPResourceRequest.m:
(-[WebResourceRequest setAllowSSLCertificatesWithUnknownRoots:]): New method to allow
unknown root certs on a per-request basis.
(-[WebResourceRequest allowSSLCertificatesWithUnknownRoots]): Corresponding getter.
(-[WebHTTPResourceRequestParameters copyWithZone:]): Account for new field.
(-[WebHTTPResourceRequestParameters isEqual:]): Likewise.
WebKit:
Reviewed by Darin and Ken.
* English.lproj/StringsNotToBeLocalized.txt: Removed unused exception.
WebBrowser:
Reviewed by Darin and Ken.
- fixed 3153098 - Implement "simple retry" when Safari fails to validate a certifcate
* LocationChangeHandler.m:
(-[LocationChangeHandler unknownRootSheetDidEnd:returnCode:contextInfo:]):
(-[LocationChangeHandler locationChangeDone:forDataSource:]): If
the error was unknown root certificate, put up a sheet asking
whether the user wants to continue (actually retry for now).
* English.lproj/Localizable.strings: Updated.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3471 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index b2e0ce9..612d463 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2003-01-26 Maciej Stachowiak <mjs at apple.com>
+
+ Reviewed by Darin and Ken.
+
+ * English.lproj/StringsNotToBeLocalized.txt: Removed unused exception.
+
2003-01-27 Chris Blumenberg <cblu at apple.com>
Fixed: 3156230 - REGRESSION: Java 141: Safari Does Not Stop Applets When Browser Window Closes
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list