Home
last modified time | relevance | path

Searched refs:thirdPartyUtil (Results 1 – 25 of 70) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsChannelClassifier.cpp76 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in ShouldEnableTrackingProtection() local
105 thirdPartyUtil->IsThirdPartyURI(chanURI, topWinURI, &isThirdPartyWindow); in ShouldEnableTrackingProtection()
106 thirdPartyUtil->IsThirdPartyChannel(aChannel, nullptr, &isThirdPartyChannel); in ShouldEnableTrackingProtection()
217 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in NotifyTrackingProtectionDisabled() local
222 rv = thirdPartyUtil->GetTopWindowForChannel(aChannel, getter_AddRefs(win)); in NotifyTrackingProtectionDisabled()
530 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in SetBlockedTrackingContent() local
533 rv = thirdPartyUtil->GetTopWindowForChannel(channel, getter_AddRefs(win)); in SetBlockedTrackingContent()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/cookie/
H A DCookieServiceParent.cpp91 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil; in zbx_vault_json_kvs_get()
92 thirdPartyUtil = do_GetService(THIRDPARTYUTIL_CONTRACTID);
95 ThirdPartyAnalysisResult result = thirdPartyUtil->AnalyzeChannel(
/dports/www/firefox/firefox-99.0/netwerk/cookie/
H A DCookieServiceParent.cpp91 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil; in TrackCookieLoad() local
92 thirdPartyUtil = do_GetService(THIRDPARTYUTIL_CONTRACTID); in TrackCookieLoad()
95 ThirdPartyAnalysisResult result = thirdPartyUtil->AnalyzeChannel( in TrackCookieLoad()
H A DCookieCommons.cpp321 ThirdPartyUtil* thirdPartyUtil = ThirdPartyUtil::GetInstance(); in CookieStatusForWindow() local
322 if (thirdPartyUtil) { in CookieStatusForWindow()
325 nsresult rv = thirdPartyUtil->IsThirdPartyWindow( in CookieStatusForWindow()
555 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in IsSameSiteForeign() local
557 if (!thirdPartyUtil) { in IsSameSiteForeign()
560 rv = thirdPartyUtil->IsThirdPartyChannel(aChannel, aHostURI, &isForeign); in IsSameSiteForeign()
H A DCookieServiceChild.cpp378 ThirdPartyUtil* thirdPartyUtil = ThirdPartyUtil::GetInstance(); in GetCookieStringFromDocument() local
380 if (thirdPartyUtil) { in GetCookieStringFromDocument()
381 Unused << thirdPartyUtil->IsThirdPartyWindow( in GetCookieStringFromDocument()
480 ThirdPartyUtil* thirdPartyUtil = ThirdPartyUtil::GetInstance(); in SetCookieStringFromDocument() local
482 if (thirdPartyUtil) { in SetCookieStringFromDocument()
483 Unused << thirdPartyUtil->IsThirdPartyWindow( in SetCookieStringFromDocument()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cookie/
H A DCookieServiceParent.cpp91 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil; in TrackCookieLoad() local
92 thirdPartyUtil = do_GetService(THIRDPARTYUTIL_CONTRACTID); in TrackCookieLoad()
95 ThirdPartyAnalysisResult result = thirdPartyUtil->AnalyzeChannel( in TrackCookieLoad()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cookie/
H A DCookieServiceParent.cpp90 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil; in TrackCookieLoad() local
91 thirdPartyUtil = do_GetService(THIRDPARTYUTIL_CONTRACTID); in TrackCookieLoad()
94 ThirdPartyAnalysisResult result = thirdPartyUtil->AnalyzeChannel( in TrackCookieLoad()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/antitracking/
H A DAntiTrackingUtils.cpp578 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = services::GetThirdPartyUtil(); in IsThirdPartyChannel() local
579 if (!thirdPartyUtil) { in IsThirdPartyChannel()
585 thirdPartyUtil->IsThirdPartyChannel(aChannel, nullptr, &thirdParty); in IsThirdPartyChannel()
606 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = services::GetThirdPartyUtil(); in IsThirdPartyWindow() local
607 Unused << thirdPartyUtil->IsThirdPartyWindow(aWindow->GetOuterWindow(), aURI, in IsThirdPartyWindow()
H A DContentBlocking.cpp909 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = services::GetThirdPartyUtil(); in ShouldAllowAccessFor() local
910 if (thirdPartyUtil) { in ShouldAllowAccessFor()
912 nsresult rv = thirdPartyUtil->IsThirdPartyWindow(aWindow->GetOuterWindow(), in ShouldAllowAccessFor()
1039 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = services::GetThirdPartyUtil(); in ShouldAllowAccessFor() local
1040 if (!thirdPartyUtil) { in ShouldAllowAccessFor()
1046 rv = thirdPartyUtil->IsThirdPartyChannel(aChannel, aURI, &thirdParty); in ShouldAllowAccessFor()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/security/
H A DSecFetch.cpp151 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in IsSameSite() local
153 if (!thirdPartyUtil) { in IsSameSite()
165 rv = thirdPartyUtil->GetBaseDomain(channelURI, channelDomain); in IsSameSite()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cookie/
H A DCookieServiceParent.cpp140 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil; in TrackCookieLoad() local
141 thirdPartyUtil = do_GetService(THIRDPARTYUTIL_CONTRACTID); in TrackCookieLoad()
143 thirdPartyUtil->IsThirdPartyChannel(aChannel, uri, &isForeign); in TrackCookieLoad()
/dports/www/firefox-esr/firefox-91.8.0/dom/security/
H A DSecFetch.cpp164 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in IsSameSite() local
166 if (!thirdPartyUtil) { in IsSameSite()
178 rv = thirdPartyUtil->GetBaseDomain(channelURI, channelDomain); in IsSameSite()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/security/
H A DSecFetch.cpp164 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in IsSameSite() local
166 if (!thirdPartyUtil) { in IsSameSite()
178 rv = thirdPartyUtil->GetBaseDomain(channelURI, channelDomain); in IsSameSite()
/dports/www/firefox/firefox-99.0/dom/security/
H A DSecFetch.cpp183 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in IsSameSite() local
185 if (!thirdPartyUtil) { in IsSameSite()
197 rv = thirdPartyUtil->GetBaseDomain(channelURI, channelDomain); in IsSameSite()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsChannelClassifier.cpp313 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in ShouldEnableTrackingProtectionInternal() local
347 thirdPartyUtil->IsThirdPartyURI(chanURI, topWinURI, &isThirdPartyWindow); in ShouldEnableTrackingProtectionInternal()
348 thirdPartyUtil->IsThirdPartyChannel(aChannel, nullptr, &isThirdPartyChannel); in ShouldEnableTrackingProtectionInternal()
483 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in NotifyTrackingProtectionDisabled() local
488 rv = thirdPartyUtil->GetTopWindowForChannel(aChannel, getter_AddRefs(win)); in NotifyTrackingProtectionDisabled()
794 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in SetBlockedContent() local
797 rv = thirdPartyUtil->GetTopWindowForChannel(channel, getter_AddRefs(win)); in SetBlockedContent()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DCanvasUtils.cpp100 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in IsImageExtractionAllowed() local
106 rv = thirdPartyUtil->IsThirdPartyURI(topLevelDocURI, docURI, &isThirdParty); in IsImageExtractionAllowed()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DCanvasUtils.cpp98 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in IsImageExtractionAllowed() local
104 rv = thirdPartyUtil->IsThirdPartyURI(topLevelDocURI, docURI, &isThirdParty); in IsImageExtractionAllowed()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DCanvasUtils.cpp100 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in IsImageExtractionAllowed() local
106 rv = thirdPartyUtil->IsThirdPartyURI(topLevelDocURI, docURI, &isThirdParty); in IsImageExtractionAllowed()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DCanvasUtils.cpp105 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in IsImageExtractionAllowed() local
111 rv = thirdPartyUtil->IsThirdPartyURI(topLevelDocURI, docURI, &isThirdParty); in IsImageExtractionAllowed()
/dports/lang/spidermonkey60/firefox-60.9.0/caps/
H A DContentPrincipal.cpp381 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in GetBaseDomain() local
383 if (thirdPartyUtil) { in GetBaseDomain()
384 return thirdPartyUtil->GetBaseDomain(mCodebase, aBaseDomain); in GetBaseDomain()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/antitracking/
H A DContentBlocking.cpp993 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in ShouldAllowAccessFor() local
995 if (thirdPartyUtil) { in ShouldAllowAccessFor()
997 nsresult rv = thirdPartyUtil->IsThirdPartyWindow(aWindow->GetOuterWindow(), in ShouldAllowAccessFor()
1115 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in ShouldAllowAccessFor() local
1117 if (!thirdPartyUtil) { in ShouldAllowAccessFor()
1123 rv = thirdPartyUtil->IsThirdPartyChannel(aChannel, aURI, &thirdParty); in ShouldAllowAccessFor()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/antitracking/
H A DContentBlocking.cpp993 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in ShouldAllowAccessFor() local
995 if (thirdPartyUtil) { in ShouldAllowAccessFor()
997 nsresult rv = thirdPartyUtil->IsThirdPartyWindow(aWindow->GetOuterWindow(), in ShouldAllowAccessFor()
1115 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in ShouldAllowAccessFor() local
1117 if (!thirdPartyUtil) { in ShouldAllowAccessFor()
1123 rv = thirdPartyUtil->IsThirdPartyChannel(aChannel, aURI, &thirdParty); in ShouldAllowAccessFor()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/url-classifier/
H A DUrlClassifierCommon.cpp222 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in SetBlockedContent() local
224 if (NS_WARN_IF(!thirdPartyUtil)) { in SetBlockedContent()
231 rv = thirdPartyUtil->GetTopWindowForChannel(channel, uriBeingLoaded, in SetBlockedContent()
/dports/www/firefox/firefox-99.0/netwerk/url-classifier/
H A DUrlClassifierCommon.cpp222 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in SetBlockedContent() local
224 if (NS_WARN_IF(!thirdPartyUtil)) { in SetBlockedContent()
231 rv = thirdPartyUtil->GetTopWindowForChannel(channel, uriBeingLoaded, in SetBlockedContent()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/url-classifier/
H A DUrlClassifierCommon.cpp222 nsCOMPtr<mozIThirdPartyUtil> thirdPartyUtil = in SetBlockedContent() local
224 if (NS_WARN_IF(!thirdPartyUtil)) { in SetBlockedContent()
231 rv = thirdPartyUtil->GetTopWindowForChannel(channel, uriBeingLoaded, in SetBlockedContent()

123