Home
last modified time | relevance | path

Searched refs:httpChannel (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/dports/www/firefox-esr/firefox-91.8.0/remote/cdp/observers/
H A DNetworkObserver.jsm125 if (!httpChannel) {
143 httpChannel.resume();
160 if (!httpChannel) {
165 httpChannel.resume();
222 httpChannel.suspend();
223 suspendedChannels.set(requestId(httpChannel), httpChannel);
233 url: httpChannel.URI.spec,
249 ? requestId(httpChannel)
293 ? requestId(httpChannel)
356 frameId(httpChannel) {
[all …]
/dports/www/firefox/firefox-99.0/remote/cdp/observers/
H A DNetworkObserver.jsm125 if (!httpChannel) {
143 httpChannel.resume();
160 if (!httpChannel) {
165 httpChannel.resume();
222 httpChannel.suspend();
223 suspendedChannels.set(requestId(httpChannel), httpChannel);
233 url: httpChannel.URI.spec,
249 ? requestId(httpChannel)
293 ? requestId(httpChannel)
356 frameId(httpChannel) {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/remote/cdp/observers/
H A DNetworkObserver.jsm125 if (!httpChannel) {
143 httpChannel.resume();
160 if (!httpChannel) {
165 httpChannel.resume();
222 httpChannel.suspend();
223 suspendedChannels.set(requestId(httpChannel), httpChannel);
233 url: httpChannel.URI.spec,
249 ? requestId(httpChannel)
293 ? requestId(httpChannel)
356 frameId(httpChannel) {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/remote/observers/
H A DNetworkObserver.jsm122 if (!httpChannel) {
140 httpChannel.resume();
157 if (!httpChannel) {
162 httpChannel.resume();
219 httpChannel.suspend();
220 suspendedChannels.set(requestId(httpChannel), httpChannel);
230 url: httpChannel.URI.spec,
246 ? requestId(httpChannel)
289 ? requestId(httpChannel)
463 function requestId(httpChannel) {
[all …]
/dports/www/firefox/firefox-99.0/dom/security/
H A DFramingChecker.cpp41 nsCOMPtr<net::HttpBaseChannel> httpChannel = do_QueryInterface(aChannel); in ReportError() local
42 if (!httpChannel) { in ReportError()
57 httpChannel->AddConsoleReport(nsIScriptError::errorFlag, "X-Frame-Options"_ns, in ReportError()
183 nsCOMPtr<nsIHttpChannel> httpChannel; in CheckFrameOptions() local
185 aChannel, getter_AddRefs(httpChannel)); in CheckFrameOptions()
192 if (!httpChannel) { in CheckFrameOptions()
198 rv = httpChannel->GetResponseStatus(&responseStatus); in CheckFrameOptions()
209 Unused << httpChannel->GetResponseHeader("X-Frame-Options"_ns, in CheckFrameOptions()
229 if (!CheckOneFrameOptionsPolicy(httpChannel, tok)) { in CheckFrameOptions()
234 httpChannel->GetURI(getter_AddRefs(uri)); in CheckFrameOptions()
/dports/www/firefox-esr/firefox-91.8.0/dom/security/
H A DFramingChecker.cpp41 nsCOMPtr<net::HttpBaseChannel> httpChannel = do_QueryInterface(aChannel); in ReportError() local
42 if (!httpChannel) { in ReportError()
57 httpChannel->AddConsoleReport(nsIScriptError::errorFlag, "X-Frame-Options"_ns, in ReportError()
194 nsCOMPtr<nsIHttpChannel> httpChannel; in CheckFrameOptions() local
196 aChannel, getter_AddRefs(httpChannel)); in CheckFrameOptions()
203 if (!httpChannel) { in CheckFrameOptions()
209 rv = httpChannel->GetResponseStatus(&responseStatus); in CheckFrameOptions()
220 Unused << httpChannel->GetResponseHeader("X-Frame-Options"_ns, in CheckFrameOptions()
234 if (!CheckOneFrameOptionsPolicy(httpChannel, tok)) { in CheckFrameOptions()
239 httpChannel->GetURI(getter_AddRefs(uri)); in CheckFrameOptions()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/security/
H A DFramingChecker.cpp38 nsCOMPtr<net::HttpBaseChannel> httpChannel = do_QueryInterface(aChannel); in ReportError() local
39 if (!httpChannel) { in ReportError()
54 httpChannel->AddConsoleReport(nsIScriptError::errorFlag, in ReportError()
192 nsCOMPtr<nsIHttpChannel> httpChannel; in CheckFrameOptions() local
194 aChannel, getter_AddRefs(httpChannel)); in CheckFrameOptions()
201 if (!httpChannel) { in CheckFrameOptions()
207 rv = httpChannel->GetResponseStatus(&responseStatus); in CheckFrameOptions()
216 Unused << httpChannel->GetResponseHeader( in CheckFrameOptions()
230 if (!CheckOneFrameOptionsPolicy(httpChannel, tok)) { in CheckFrameOptions()
235 httpChannel->GetURI(getter_AddRefs(uri)); in CheckFrameOptions()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/security/
H A DFramingChecker.cpp41 nsCOMPtr<net::HttpBaseChannel> httpChannel = do_QueryInterface(aChannel); in ReportError() local
42 if (!httpChannel) { in ReportError()
57 httpChannel->AddConsoleReport(nsIScriptError::errorFlag, "X-Frame-Options"_ns, in ReportError()
194 nsCOMPtr<nsIHttpChannel> httpChannel; in CheckFrameOptions() local
196 aChannel, getter_AddRefs(httpChannel)); in CheckFrameOptions()
203 if (!httpChannel) { in CheckFrameOptions()
209 rv = httpChannel->GetResponseStatus(&responseStatus); in CheckFrameOptions()
220 Unused << httpChannel->GetResponseHeader("X-Frame-Options"_ns, in CheckFrameOptions()
234 if (!CheckOneFrameOptionsPolicy(httpChannel, tok)) { in CheckFrameOptions()
239 httpChannel->GetURI(getter_AddRefs(uri)); in CheckFrameOptions()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttpChannelParent.cpp426 httpChannel->SetCorsMode(aCorsMode); in DoAsyncOpen()
430 httpChannel->SetChannelId(aChannelId); in DoAsyncOpen()
440 httpChannel->SetTimingEnabled(true); in DoAsyncOpen()
534 httpChannel->SetPriority(priority); in DoAsyncOpen()
540 httpChannel->SetAllowSTS(allowSTS); in DoAsyncOpen()
542 httpChannel->SetAllowSpdy(allowSpdy); in DoAsyncOpen()
543 httpChannel->SetAllowHttp3(allowHttp3); in DoAsyncOpen()
546 httpChannel->SetTlsFlags(tlsFlags); in DoAsyncOpen()
563 mChannel = std::move(httpChannel); in DoAsyncOpen()
1241 if (httpChannel) { in OnStopRequest()
[all …]
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttpChannelParent.cpp429 httpChannel->SetCorsMode(aCorsMode); in DoAsyncOpen()
433 httpChannel->SetChannelId(aChannelId); in DoAsyncOpen()
443 httpChannel->SetTimingEnabled(true); in DoAsyncOpen()
537 httpChannel->SetPriority(priority); in DoAsyncOpen()
543 httpChannel->SetAllowSTS(allowSTS); in DoAsyncOpen()
545 httpChannel->SetAllowSpdy(allowSpdy); in DoAsyncOpen()
546 httpChannel->SetAllowHttp3(allowHttp3); in DoAsyncOpen()
549 httpChannel->SetTlsFlags(tlsFlags); in DoAsyncOpen()
566 mChannel = std::move(httpChannel); in DoAsyncOpen()
1262 if (httpChannel) { in OnStopRequest()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttpChannelParent.cpp426 httpChannel->SetCorsMode(aCorsMode); in DoAsyncOpen()
430 httpChannel->SetChannelId(aChannelId); in DoAsyncOpen()
440 httpChannel->SetTimingEnabled(true); in DoAsyncOpen()
534 httpChannel->SetPriority(priority); in DoAsyncOpen()
540 httpChannel->SetAllowSTS(allowSTS); in DoAsyncOpen()
542 httpChannel->SetAllowSpdy(allowSpdy); in DoAsyncOpen()
543 httpChannel->SetAllowHttp3(allowHttp3); in DoAsyncOpen()
546 httpChannel->SetTlsFlags(tlsFlags); in DoAsyncOpen()
563 mChannel = std::move(httpChannel); in DoAsyncOpen()
1241 if (httpChannel) { in OnStopRequest()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttpChannelParent.cpp493 httpChannel->SetCorsMode(aCorsMode); in DoAsyncOpen()
497 httpChannel->SetChannelId(aChannelId); in DoAsyncOpen()
505 httpChannel->SetTimingEnabled(true); in DoAsyncOpen()
525 httpChannel->SetLoadFlags(aLoadFlags); in DoAsyncOpen()
666 httpChannel->SetPriority(priority); in DoAsyncOpen()
672 httpChannel->SetAllowSTS(allowSTS); in DoAsyncOpen()
674 httpChannel->SetAllowSpdy(allowSpdy); in DoAsyncOpen()
677 httpChannel->SetTlsFlags(tlsFlags); in DoAsyncOpen()
689 do_QueryObject(httpChannel); in DoAsyncOpen()
730 mChannel = httpChannel.forget(); in DoAsyncOpen()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHSTSPrimerListener.cpp86 nsCOMPtr<nsIHttpChannel> httpChannel = do_QueryInterface(aRequest); in CheckHSTSPrimingRequestStatus() local
87 NS_ENSURE_STATE(httpChannel); in CheckHSTSPrimingRequestStatus()
92 rv = httpChannel->GetRequestSucceeded(&succeedded); in CheckHSTSPrimingRequestStatus()
99 nsHttpChannel* rawHttpChannel = static_cast<nsHttpChannel*>(httpChannel.get()); in CheckHSTSPrimingRequestStatus()
112 rv = httpChannel->GetURI(getter_AddRefs(uri)); in CheckHSTSPrimingRequestStatus()
228 nsCOMPtr<nsIHttpChannel> httpChannel = do_QueryInterface(primingChannel); in StartHSTSPriming() local
229 if (!httpChannel) { in StartHSTSPriming()
236 rv = httpChannel->SetRequestMethod(NS_LITERAL_CSTRING("HEAD")); in StartHSTSPriming()
239 rv = httpChannel-> in StartHSTSPriming()
250 nsCOMPtr<nsIClassOfService> primingClass = do_QueryInterface(httpChannel); in StartHSTSPriming()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttpChannelParent.cpp447 httpChannel->SetCorsMode(aCorsMode); in DoAsyncOpen()
451 httpChannel->SetChannelId(aChannelId); in DoAsyncOpen()
461 httpChannel->SetTimingEnabled(true); in DoAsyncOpen()
574 httpChannel->SetPriority(priority); in DoAsyncOpen()
580 httpChannel->SetAllowSTS(allowSTS); in DoAsyncOpen()
582 httpChannel->SetAllowSpdy(allowSpdy); in DoAsyncOpen()
585 httpChannel->SetTlsFlags(tlsFlags); in DoAsyncOpen()
599 do_QueryObject(httpChannel); in DoAsyncOpen()
641 mChannel = std::move(httpChannel); in DoAsyncOpen()
1575 if (httpChannel) { in OnStopRequest()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DFontPreloader.cpp78 nsCOMPtr<nsIHttpChannel> httpChannel(do_QueryInterface(channel)); in BuildChannel() local
79 if (httpChannel) { in BuildChannel()
80 rv = httpChannel->SetRequestHeader( in BuildChannel()
88 rv = httpChannel->SetReferrerInfo(aFontFaceSrc->mReferrerInfo); in BuildChannel()
95 rv = httpChannel->SetRequestHeader("Accept-Encoding"_ns, "identity"_ns, in BuildChannel()
102 rv = httpChannel->SetReferrerInfoWithoutClone(referrerInfo); in BuildChannel()
/dports/www/firefox/firefox-99.0/layout/style/
H A DFontPreloader.cpp80 nsCOMPtr<nsIHttpChannel> httpChannel(do_QueryInterface(channel)); in BuildChannel() local
81 if (httpChannel) { in BuildChannel()
82 rv = httpChannel->SetRequestHeader( in BuildChannel()
90 rv = httpChannel->SetReferrerInfo(aFontFaceSrc->mReferrerInfo); in BuildChannel()
97 rv = httpChannel->SetRequestHeader("Accept-Encoding"_ns, "identity"_ns, in BuildChannel()
104 rv = httpChannel->SetReferrerInfoWithoutClone(referrerInfo); in BuildChannel()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DFontPreloader.cpp78 nsCOMPtr<nsIHttpChannel> httpChannel(do_QueryInterface(channel)); in BuildChannel() local
79 if (httpChannel) { in BuildChannel()
80 rv = httpChannel->SetRequestHeader( in BuildChannel()
88 rv = httpChannel->SetReferrerInfo(aFontFaceSrc->mReferrerInfo); in BuildChannel()
95 rv = httpChannel->SetRequestHeader("Accept-Encoding"_ns, "identity"_ns, in BuildChannel()
102 rv = httpChannel->SetReferrerInfoWithoutClone(referrerInfo); in BuildChannel()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DFontPreloader.cpp77 nsCOMPtr<nsIHttpChannel> httpChannel(do_QueryInterface(channel)); in BuildChannel() local
78 if (httpChannel) { in BuildChannel()
79 rv = httpChannel->SetRequestHeader( in BuildChannel()
87 rv = httpChannel->SetReferrerInfo(aFontFaceSrc->mReferrerInfo); in BuildChannel()
94 rv = httpChannel->SetRequestHeader( in BuildChannel()
102 rv = httpChannel->SetReferrerInfoWithoutClone(referrerInfo); in BuildChannel()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/
H A DSecureDataNodeStarter.java121 final ServerSocketChannel httpChannel; in getSecureResources() local
123 httpChannel = ServerSocketChannel.open(); in getSecureResources()
125 httpChannel.socket().bind(infoSocAddr); in getSecureResources()
126 InetSocketAddress localAddr = (InetSocketAddress) httpChannel.socket() in getSecureResources()
142 httpChannel = null; in getSecureResources()
145 return new SecureResources(ss, httpChannel); in getSecureResources()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/security/
H A DFramingChecker.cpp211 nsCOMPtr<nsIHttpChannel> httpChannel = do_QueryInterface(aChannel); in CheckFrameOptions() local
212 if (!httpChannel) { in CheckFrameOptions()
215 aChannel, getter_AddRefs(httpChannel)); in CheckFrameOptions()
221 if (!httpChannel) { in CheckFrameOptions()
226 Unused << httpChannel->GetResponseHeader( in CheckFrameOptions()
240 if (!CheckOneFrameOptionsPolicy(httpChannel, tok, aDocShell)) { in CheckFrameOptions()
242 httpChannel->Cancel(NS_BINDING_ABORTED); in CheckFrameOptions()
246 nsCOMPtr<nsILoadInfo> loadInfo = httpChannel->GetLoadInfo(); in CheckFrameOptions()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DTRR.cpp274 if (!httpChannel) { in SendHTTPRequest()
279 rv = httpChannel->SetTRRMode(nsIRequest::TRR_DISABLED_MODE); in SendHTTPRequest()
308 rv = httpChannel->SetRequestMethod("GET"_ns); in SendHTTPRequest()
331 rv = httpChannel->AsyncOpen(this); in SendHTTPRequest()
356 nsCOMPtr<nsIHttpChannel> httpChannel = aChannel; in SetupTRRServiceChannelInternal() local
357 MOZ_ASSERT(httpChannel); in SetupTRRServiceChannelInternal()
385 if (NS_FAILED(httpChannel->SetContentType(aContentType))) { in SetupTRRServiceChannelInternal()
932 if (!httpChannel) { in OnStopRequest()
936 httpChannel->GetContentType(contentType); in OnStopRequest()
946 rv = httpChannel->GetResponseStatus(&httpStatus); in OnStopRequest()
[all …]
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DTRR.cpp285 if (!httpChannel) { in SendHTTPRequest()
290 rv = httpChannel->SetTRRMode(nsIRequest::TRR_DISABLED_MODE); in SendHTTPRequest()
337 rv = httpChannel->SetRequestMethod("GET"_ns); in SendHTTPRequest()
360 rv = httpChannel->AsyncOpen(this); in SendHTTPRequest()
385 nsCOMPtr<nsIHttpChannel> httpChannel = aChannel; in SetupTRRServiceChannelInternal() local
386 MOZ_ASSERT(httpChannel); in SetupTRRServiceChannelInternal()
414 if (NS_FAILED(httpChannel->SetContentType(aContentType))) { in SetupTRRServiceChannelInternal()
961 if (!httpChannel) { in OnStopRequest()
965 httpChannel->GetContentType(contentType); in OnStopRequest()
975 rv = httpChannel->GetResponseStatus(&httpStatus); in OnStopRequest()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DTRR.cpp274 if (!httpChannel) { in SendHTTPRequest()
279 rv = httpChannel->SetTRRMode(nsIRequest::TRR_DISABLED_MODE); in SendHTTPRequest()
308 rv = httpChannel->SetRequestMethod("GET"_ns); in SendHTTPRequest()
331 rv = httpChannel->AsyncOpen(this); in SendHTTPRequest()
356 nsCOMPtr<nsIHttpChannel> httpChannel = aChannel; in SetupTRRServiceChannelInternal() local
357 MOZ_ASSERT(httpChannel); in SetupTRRServiceChannelInternal()
385 if (NS_FAILED(httpChannel->SetContentType(aContentType))) { in SetupTRRServiceChannelInternal()
932 if (!httpChannel) { in OnStopRequest()
936 httpChannel->GetContentType(contentType); in OnStopRequest()
946 rv = httpChannel->GetResponseStatus(&httpStatus); in OnStopRequest()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/viaduct/
H A DViaductRequest.cpp121 nsCOMPtr<nsIHttpChannel> httpChannel = do_QueryInterface(mChannel); in LaunchRequest() local
123 rv = httpChannel->SetRequestMethod(method); in LaunchRequest()
127 rv = httpChannel->SetRequestHeader( in LaunchRequest()
154 rv = httpChannel->AsyncOpen(this); in LaunchRequest()
262 nsCOMPtr<nsIHttpChannel> httpChannel = do_QueryInterface(aRequest, &rv); in OnStopRequest() local
268 rv = httpChannel->GetResponseStatus(&httpStatus); in OnStopRequest()
273 httpChannel->GetURI(getter_AddRefs(uri)); in OnStopRequest()
280 rv = httpChannel->VisitResponseHeaders(visitor); in OnStopRequest()
/dports/www/firefox/firefox-99.0/toolkit/components/viaduct/
H A DViaductRequest.cpp129 nsCOMPtr<nsIHttpChannel> httpChannel = do_QueryInterface(mChannel); in LaunchRequest() local
131 rv = httpChannel->SetRequestMethod(method); in LaunchRequest()
135 rv = httpChannel->SetRequestHeader( in LaunchRequest()
162 rv = httpChannel->AsyncOpen(this); in LaunchRequest()
270 nsCOMPtr<nsIHttpChannel> httpChannel = do_QueryInterface(aRequest, &rv); in OnStopRequest() local
276 rv = httpChannel->GetResponseStatus(&httpStatus); in OnStopRequest()
281 httpChannel->GetURI(getter_AddRefs(uri)); in OnStopRequest()
288 rv = httpChannel->VisitResponseHeaders(visitor); in OnStopRequest()

12345678910>>...20