Home
last modified time | relevance | path

Searched refs:nsIChannel (Results 1 – 25 of 2594) sorted by relevance

12345678910>>...104

/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsChannelClassifier.h16 class nsIChannel; variable
26 explicit nsChannelClassifier(nsIChannel* aChannel);
59 already_AddRefed<nsIChannel> GetChannel();
66 nsCOMPtr<nsIChannel> mChannel;
73 bool HasBeenClassified(nsIChannel* aChannel);
81 static bool SameLoadingURI(nsIDocument* aDoc, nsIChannel* aChannel);
86 nsresult ShouldEnableTrackingProtectionInternal(nsIChannel* aChannel,
90 bool AddonMayLoad(nsIChannel* aChannel, nsIURI* aUri);
93 static nsresult SendThreatHitReport(nsIChannel* aChannel,
101 static nsresult SetBlockedContent(nsIChannel* channel, nsresult aErrorCode,
[all …]
H A DnsNetUtil.h32 class nsIChannel; variable
273 nsIChannel **outChannel, nsIURI *aUri,
278 nsIChannel **outChannel, nsIURI *aUri,
285 nsIChannel **outChannel, nsIURI *aUri,
583 bool NS_UsePrivateBrowsing(nsIChannel *channel);
588 bool NS_GetOriginAttributes(nsIChannel *aChannel,
600 bool NS_IsSafeTopLevelNav(nsIChannel *aChannel);
763 bool NS_IsInternalSameURIRedirect(nsIChannel *aOldChannel,
766 bool NS_IsHSTSUpgradeRedirect(nsIChannel *aOldChannel, nsIChannel *aNewChannel,
771 nsIChannel **_result);
[all …]
H A DSimpleChannel.h13 class nsIChannel; variable
32 nsIChannel* channel) = 0;
35 nsIChannel* channel) = 0;
52 nsIChannel* channel) override { in OpenContentStream()
57 nsIChannel* channel) override { in StartAsyncRead()
67 already_AddRefed<nsIChannel> NS_NewSimpleChannelInternal(
86 inline already_AddRefed<nsIChannel> NS_NewSimpleChannel( in NS_NewSimpleChannel()
98 inline already_AddRefed<nsIChannel> NS_NewSimpleChannel(nsIURI* aURI, in NS_NewSimpleChannel()
104 auto openContentStream = [](bool async, nsIChannel* channel, T* context) { in NS_NewSimpleChannel()
H A DnsAsyncRedirectVerifyHelper.h19 class nsIChannel; variable
46 nsIChannel* oldChannel,
47 nsIChannel* newChannel, uint32_t flags);
67 nsresult Init(nsIChannel* oldChan, nsIChannel* newChan, uint32_t flags,
72 nsCOMPtr<nsIChannel> mOldChan;
73 nsCOMPtr<nsIChannel> mNewChan;
/dports/www/firefox-esr/firefox-91.8.0/netwerk/url-classifier/
H A DUrlClassifierCommon.h15 class nsIChannel; variable
40 static bool AddonMayLoad(nsIChannel* aChannel, nsIURI* aURI);
42 static bool ShouldEnableProtectionForChannel(nsIChannel* aChannel);
44 static nsresult SetBlockedContent(nsIChannel* channel, nsresult aErrorCode,
49 static nsresult SetTrackingInfo(nsIChannel* channel,
55 static nsresult CreatePairwiseEntityListURI(nsIChannel* aChannel,
58 static void AnnotateChannel(nsIChannel* aChannel,
62 static bool IsAllowListed(nsIChannel* aChannel);
86 static bool IsPassiveContent(nsIChannel* aChannel);
88 static void SetClassificationFlagsHelper(nsIChannel* aChannel,
[all …]
/dports/www/firefox/firefox-99.0/netwerk/url-classifier/
H A DUrlClassifierCommon.h15 class nsIChannel; variable
40 static bool AddonMayLoad(nsIChannel* aChannel, nsIURI* aURI);
42 static bool ShouldEnableProtectionForChannel(nsIChannel* aChannel);
44 static nsresult SetBlockedContent(nsIChannel* channel, nsresult aErrorCode,
49 static nsresult SetTrackingInfo(nsIChannel* channel,
55 static nsresult CreatePairwiseEntityListURI(nsIChannel* aChannel,
58 static void AnnotateChannel(nsIChannel* aChannel,
62 static bool IsAllowListed(nsIChannel* aChannel);
86 static bool IsPassiveContent(nsIChannel* aChannel);
88 static void SetClassificationFlagsHelper(nsIChannel* aChannel,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/url-classifier/
H A DUrlClassifierCommon.h15 class nsIChannel; variable
40 static bool AddonMayLoad(nsIChannel* aChannel, nsIURI* aURI);
42 static bool ShouldEnableProtectionForChannel(nsIChannel* aChannel);
44 static nsresult SetBlockedContent(nsIChannel* channel, nsresult aErrorCode,
49 static nsresult SetTrackingInfo(nsIChannel* channel,
55 static nsresult CreatePairwiseEntityListURI(nsIChannel* aChannel,
58 static void AnnotateChannel(nsIChannel* aChannel,
62 static bool IsAllowListed(nsIChannel* aChannel);
86 static bool IsPassiveContent(nsIChannel* aChannel);
88 static void SetClassificationFlagsHelper(nsIChannel* aChannel,
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsChannelClassifier.h12 class nsIChannel; variable
29 void Start(nsIChannel *aChannel);
31 nsresult ShouldEnableTrackingProtection(nsIChannel *aChannel, bool *result);
38 nsCOMPtr<nsIChannel> mChannel;
43 bool HasBeenClassified(nsIChannel *aChannel);
53 static bool SameLoadingURI(nsIDocument *aDoc, nsIChannel *aChannel);
58 static nsresult SetBlockedTrackingContent(nsIChannel *channel);
59 static nsresult NotifyTrackingProtectionDisabled(nsIChannel *aChannel);
H A DnsNetUtil.h27 class nsIChannel; variable
185 NS_NewChannel(nsIChannel **outChannel,
197 NS_NewChannel(nsIChannel **outChannel,
259 NS_NewInputStreamChannel(nsIChannel **outChannel,
657 bool NS_UsePrivateBrowsing(nsIChannel *channel);
662 bool NS_GetOriginAttributes(nsIChannel *aChannel,
682 bool NS_GetAppInfo(nsIChannel *aChannel,
722 void NS_QueryAuthPrompt2(nsIChannel *aChannel,
853 bool NS_IsHSTSUpgradeRedirect(nsIChannel *aOldChannel,
854 nsIChannel *aNewChannel,
[all …]
H A DnsAsyncRedirectVerifyHelper.h19 class nsIChannel; variable
44 nsIChannel *oldChannel,
45 nsIChannel *newChannel,
64 nsresult Init(nsIChannel* oldChan,
65 nsIChannel* newChan,
70 nsCOMPtr<nsIChannel> mOldChan;
71 nsCOMPtr<nsIChannel> mNewChan;
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/url-classifier/
H A DUrlClassifierCommon.h15 class nsIChannel; variable
34 static bool AddonMayLoad(nsIChannel* aChannel, nsIURI* aURI);
36 static bool ShouldEnableClassifier(nsIChannel* aChannel);
38 static nsresult SetBlockedContent(nsIChannel* channel, nsresult aErrorCode,
43 static nsresult SetTrackingInfo(nsIChannel* channel,
49 static nsresult CreatePairwiseWhiteListURI(nsIChannel* aChannel,
52 static void AnnotateChannel(nsIChannel* aChannel,
56 static bool IsAllowListed(nsIChannel* aChannel);
80 static bool IsPassiveContent(nsIChannel* aChannel);
82 static void SetClassificationFlagsHelper(nsIChannel* aChannel,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/security/
H A DnsContentSecurityManager.h36 nsIChannel* aChannel, nsCOMPtr<nsIStreamListener>& aInAndOutListener);
38 static bool AllowTopLevelNavigationToDataURI(nsIChannel* aChannel);
39 static bool AllowInsecureRedirectToDataURI(nsIChannel* aNewChannel);
42 static nsresult CheckChannel(nsIChannel* aChannel);
43 static nsresult CheckFTPSubresourceLoad(nsIChannel* aChannel);
44 static nsresult CheckAllowLoadInSystemPrivilegedContext(nsIChannel* aChannel);
45 static nsresult CheckChannelHasProtocolSecurityFlag(nsIChannel* aChannel);
/dports/www/firefox-esr/firefox-91.8.0/dom/security/
H A DnsContentSecurityManager.h37 nsIChannel* aChannel, nsCOMPtr<nsIStreamListener>& aInAndOutListener);
39 static bool AllowTopLevelNavigationToDataURI(nsIChannel* aChannel);
40 static bool AllowInsecureRedirectToDataURI(nsIChannel* aNewChannel);
46 static nsresult CheckChannel(nsIChannel* aChannel);
47 static nsresult CheckFTPSubresourceLoad(nsIChannel* aChannel);
48 static nsresult CheckAllowLoadInSystemPrivilegedContext(nsIChannel* aChannel);
49 static nsresult CheckChannelHasProtocolSecurityFlag(nsIChannel* aChannel);
/dports/www/firefox/firefox-99.0/dom/security/
H A DnsContentSecurityManager.h37 nsIChannel* aChannel, nsCOMPtr<nsIStreamListener>& aInAndOutListener);
39 static bool AllowTopLevelNavigationToDataURI(nsIChannel* aChannel);
40 static bool AllowInsecureRedirectToDataURI(nsIChannel* aNewChannel);
46 static nsresult CheckChannel(nsIChannel* aChannel);
47 static nsresult CheckFTPSubresourceLoad(nsIChannel* aChannel);
48 static nsresult CheckAllowLoadInSystemPrivilegedContext(nsIChannel* aChannel);
49 static nsresult CheckChannelHasProtocolSecurityFlag(nsIChannel* aChannel);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/security/
H A DnsContentSecurityManager.h37 nsIChannel* aChannel, nsCOMPtr<nsIStreamListener>& aInAndOutListener);
39 static bool AllowTopLevelNavigationToDataURI(nsIChannel* aChannel);
40 static bool AllowInsecureRedirectToDataURI(nsIChannel* aNewChannel);
46 static nsresult CheckChannel(nsIChannel* aChannel);
47 static nsresult CheckFTPSubresourceLoad(nsIChannel* aChannel);
48 static nsresult CheckAllowLoadInSystemPrivilegedContext(nsIChannel* aChannel);
49 static nsresult CheckChannelHasProtocolSecurityFlag(nsIChannel* aChannel);
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsNetUtil.h34 class nsIChannel; variable
285 nsIChannel** outChannel, nsIURI* aUri,
290 nsIChannel** outChannel, nsIURI* aUri,
297 nsIChannel** outChannel, nsIURI* aUri,
591 bool NS_UsePrivateBrowsing(nsIChannel* channel);
602 bool NS_IsSafeTopLevelNav(nsIChannel* aChannel);
607 bool NS_IsSafeMethodNav(nsIChannel* aChannel);
783 bool NS_IsHSTSUpgradeRedirect(nsIChannel* aOldChannel, nsIChannel* aNewChannel,
871 bool NS_IsSrcdocChannel(nsIChannel* aChannel);
915 bool NS_ShouldClassifyChannel(nsIChannel* aChannel);
[all …]
H A DnsAsyncRedirectVerifyHelper.h16 class nsIChannel; variable
43 nsIChannel* oldChannel,
44 nsIChannel* newChannel, uint32_t flags);
64 nsresult Init(nsIChannel* oldChan, nsIChannel* newChan, uint32_t flags,
69 nsCOMPtr<nsIChannel> mOldChan;
70 nsCOMPtr<nsIChannel> mNewChan;
H A DSimpleChannel.h16 class nsIChannel; variable
35 nsIChannel* channel) = 0;
38 nsIChannel* channel) = 0;
55 nsIChannel* channel) override { in OpenContentStream()
60 nsIChannel* channel) override { in StartAsyncRead()
78 nsIChannel** channel) override;
100 already_AddRefed<nsIChannel> NS_NewSimpleChannelInternal(
119 inline already_AddRefed<nsIChannel> NS_NewSimpleChannel( in NS_NewSimpleChannel()
132 inline already_AddRefed<nsIChannel> NS_NewSimpleChannel(nsIURI* aURI, in NS_NewSimpleChannel()
138 auto openContentStream = [](bool async, nsIChannel* channel, T* context) { in NS_NewSimpleChannel()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsNetUtil.h35 class nsIChannel; variable
286 nsIChannel** outChannel, nsIURI* aUri,
291 nsIChannel** outChannel, nsIURI* aUri,
608 bool NS_UsePrivateBrowsing(nsIChannel* channel);
619 bool NS_IsSafeMethodNav(nsIChannel* aChannel);
780 bool NS_IsInternalSameURIRedirect(nsIChannel* aOldChannel,
783 bool NS_IsHSTSUpgradeRedirect(nsIChannel* aOldChannel, nsIChannel* aNewChannel,
788 nsIChannel** _result);
867 bool NS_IsSrcdocChannel(nsIChannel* aChannel);
911 bool NS_ShouldClassifyChannel(nsIChannel* aChannel);
[all …]
H A DnsAsyncRedirectVerifyHelper.h17 class nsIChannel; variable
44 nsIChannel* oldChannel,
45 nsIChannel* newChannel, uint32_t flags);
65 nsresult Init(nsIChannel* oldChan, nsIChannel* newChan, uint32_t flags,
70 nsCOMPtr<nsIChannel> mOldChan;
71 nsCOMPtr<nsIChannel> mNewChan;
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsNetUtil.h35 class nsIChannel; variable
286 nsIChannel** outChannel, nsIURI* aUri,
291 nsIChannel** outChannel, nsIURI* aUri,
608 bool NS_UsePrivateBrowsing(nsIChannel* channel);
619 bool NS_IsSafeMethodNav(nsIChannel* aChannel);
780 bool NS_IsInternalSameURIRedirect(nsIChannel* aOldChannel,
783 bool NS_IsHSTSUpgradeRedirect(nsIChannel* aOldChannel, nsIChannel* aNewChannel,
788 nsIChannel** _result);
867 bool NS_IsSrcdocChannel(nsIChannel* aChannel);
911 bool NS_ShouldClassifyChannel(nsIChannel* aChannel);
[all …]
H A DnsAsyncRedirectVerifyHelper.h17 class nsIChannel; variable
44 nsIChannel* oldChannel,
45 nsIChannel* newChannel, uint32_t flags);
65 nsresult Init(nsIChannel* oldChan, nsIChannel* newChan, uint32_t flags,
70 nsCOMPtr<nsIChannel> mOldChan;
71 nsCOMPtr<nsIChannel> mNewChan;
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsAsyncRedirectVerifyHelper.h17 class nsIChannel; variable
44 nsIChannel* oldChannel,
45 nsIChannel* newChannel, uint32_t flags);
65 nsresult Init(nsIChannel* oldChan, nsIChannel* newChan, uint32_t flags,
70 nsCOMPtr<nsIChannel> mOldChan;
71 nsCOMPtr<nsIChannel> mNewChan;
H A DnsNetUtil.h36 class nsIChannel; variable
302 nsIChannel** outChannel, nsIURI* aUri,
307 nsIChannel** outChannel, nsIURI* aUri,
624 bool NS_UsePrivateBrowsing(nsIChannel* channel);
635 bool NS_IsSafeMethodNav(nsIChannel* aChannel);
796 bool NS_IsInternalSameURIRedirect(nsIChannel* aOldChannel,
799 bool NS_IsHSTSUpgradeRedirect(nsIChannel* aOldChannel, nsIChannel* aNewChannel,
804 nsIChannel** _result);
888 bool NS_IsSrcdocChannel(nsIChannel* aChannel);
932 bool NS_ShouldClassifyChannel(nsIChannel* aChannel);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/res/
H A DExtensionProtocolHandler.h92 nsIURI* uri, nsILoadInfo* aLoadInfo, nsIChannel** result) override;
111 nsIChannel** aRetVal);
128 nsIChannel** aRetVal);
145 nsIChannel** aRetVal);
161 static void SetContentType(nsIURI* aURI, nsIChannel* aChannel);
166 nsIChannel** aRetVal);
170 nsIChannel* aChannel, nsIChannel** aRetVal);

12345678910>>...104