head 1.2; access; symbols pkgsrc-2016Q4:1.1.0.8 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.6 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.4 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2017.01.22.12.27.22; author ryoon; state dead; branches; next 1.1; commitid 5VJ6CZyEDNPmEXCz; 1.1 date 2016.04.04.17.36.35; author joerg; state Exp; branches; next ; commitid EdSXTOaftSWlMk1z; desc @@ 1.2 log @Update to 6.0.8 * Use OpenBSD Ports distfile * Profile directory has changed to $HOME/TorBrowser-Data * Besed on Firefox 45.6.0 @ text @$NetBSD: patch-security_manager_ssl_src_nsNSSCallbacks.cpp,v 1.1 2016/04/04 17:36:35 joerg Exp $ --- security/manager/ssl/src/nsNSSCallbacks.cpp.orig 2016-04-04 15:21:08.677783866 +0000 +++ security/manager/ssl/src/nsNSSCallbacks.cpp @@@@ -106,18 +106,6 @@@@ nsHTTPDownloadEvent::Run() chan->SetLoadFlags(nsIRequest::LOAD_ANONYMOUS); - // If we have an isolation key, use it as the URI for this channel. - if (!mRequestSession->mIsolationKey.IsEmpty()) { - nsCOMPtr channelInternal(do_QueryInterface(chan)); - if (channelInternal) { - nsCString documentURISpec("https://"); - documentURISpec.Append(mRequestSession->mIsolationKey); - nsCOMPtr documentURI; - /* nsresult rv = */ NS_NewURI(getter_AddRefs(documentURI), documentURISpec); - channelInternal->SetDocumentURI(documentURI); - } - } - // Create a loadgroup for this new channel. This way if the channel // is redirected, we'll have a way to cancel the resulting channel. nsCOMPtr lg = do_CreateInstance(NS_LOADGROUP_CONTRACTID); @@@@ -218,7 +206,6 @@@@ SECStatus nsNSSHttpRequestSession::creat const char *http_protocol_variant, const char *path_and_query_string, const char *http_request_method, - const char *isolationKey, const PRIntervalTime timeout, SEC_HTTP_REQUEST_SESSION *pRequest) { @@@@ -250,8 +237,6 @@@@ SECStatus nsNSSHttpRequestSession::creat rs->mURL.AppendInt(hss->mPort); rs->mURL.Append(path_and_query_string); - rs->mIsolationKey.Assign(isolationKey); - rs->mRequestMethod = http_request_method; *pRequest = (void*)rs; @ 1.1 log @Fix build with API differences in xulrunner. @ text @d1 1 a1 1 $NetBSD$ @