Home
last modified time | relevance | path

Searched refs:loadInfo (Results 1 – 25 of 1078) sorted by relevance

12345678910>>...44

/dports/www/firefox-esr/firefox-91.8.0/dom/security/
H A DSecFetch.cpp120 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in IsSameOrigin() local
171 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in IsSameSite() local
184 !loadInfo->TriggeringPrincipal()->SchemeIs("https")) { in IsSameSite()
215 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in IsUserTriggeredForSecFetchSite() local
233 if (loadInfo->GetLoadTriggeredFromExternal()) { in IsUserTriggeredForSecFetchSite()
238 if (!loadInfo->GetHasValidUserGestureActivation()) { in IsUserTriggeredForSecFetchSite()
244 if (loadInfo->GetIsMetaRefresh()) { in IsUserTriggeredForSecFetchSite()
264 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in AddSecFetchDest() local
277 uint32_t securityMode = loadInfo->GetSecurityMode(); in AddSecFetchMode()
345 if (!loadInfo->GetLoadTriggeredFromExternal() && in AddSecFetchUser()
[all …]
H A DnsContentSecurityManager.cpp84 if (loadInfo->GetExternalContentPolicyType() != in AllowTopLevelNavigationToDataURI()
88 if (loadInfo->GetForceAllowDataURI()) { in AllowTopLevelNavigationToDataURI()
122 if (!loadInfo->GetLoadTriggeredFromExternal() && in AllowTopLevelNavigationToDataURI()
124 loadInfo->RedirectChain().IsEmpty()) { in AllowTopLevelNavigationToDataURI()
153 if (loadInfo->GetExternalContentPolicyType() != in AllowInsecureRedirectToDataURI()
181 nsINode* node = loadInfo->LoadingNode(); in AllowInsecureRedirectToDataURI()
231 if (nsINode* node = loadInfo->LoadingNode()) { in CheckFTPSubresourceLoad()
961 if (!loadInfo->GetLoadingPrincipal() || in CheckAllowLoadInSystemPrivilegedContext()
1173 rv = ValidateSecurityFlags(loadInfo); in doContentSecurityCheck()
1176 if (loadInfo->GetSecurityMode() == in doContentSecurityCheck()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/security/
H A DSecFetch.cpp120 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in IsSameOrigin() local
171 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in IsSameSite() local
184 !loadInfo->TriggeringPrincipal()->SchemeIs("https")) { in IsSameSite()
215 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in IsUserTriggeredForSecFetchSite() local
233 if (loadInfo->GetLoadTriggeredFromExternal()) { in IsUserTriggeredForSecFetchSite()
238 if (!loadInfo->GetHasValidUserGestureActivation()) { in IsUserTriggeredForSecFetchSite()
244 if (loadInfo->GetIsMetaRefresh()) { in IsUserTriggeredForSecFetchSite()
264 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in AddSecFetchDest() local
277 uint32_t securityMode = loadInfo->GetSecurityMode(); in AddSecFetchMode()
345 if (!loadInfo->GetLoadTriggeredFromExternal() && in AddSecFetchUser()
[all …]
H A DnsContentSecurityManager.cpp84 if (loadInfo->GetExternalContentPolicyType() != in AllowTopLevelNavigationToDataURI()
88 if (loadInfo->GetForceAllowDataURI()) { in AllowTopLevelNavigationToDataURI()
122 if (!loadInfo->GetLoadTriggeredFromExternal() && in AllowTopLevelNavigationToDataURI()
124 loadInfo->RedirectChain().IsEmpty()) { in AllowTopLevelNavigationToDataURI()
153 if (loadInfo->GetExternalContentPolicyType() != in AllowInsecureRedirectToDataURI()
181 nsINode* node = loadInfo->LoadingNode(); in AllowInsecureRedirectToDataURI()
231 if (nsINode* node = loadInfo->LoadingNode()) { in CheckFTPSubresourceLoad()
961 if (!loadInfo->GetLoadingPrincipal() || in CheckAllowLoadInSystemPrivilegedContext()
1173 rv = ValidateSecurityFlags(loadInfo); in doContentSecurityCheck()
1176 if (loadInfo->GetSecurityMode() == in doContentSecurityCheck()
[all …]
/dports/www/firefox/firefox-99.0/dom/security/
H A DSecFetch.cpp141 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in IsSameOrigin() local
154 do_QueryInterface(loadInfo->TriggeringPrincipal()); in IsSameOrigin()
190 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in IsSameSite() local
236 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in IsUserTriggeredForSecFetchSite() local
254 if (loadInfo->GetLoadTriggeredFromExternal()) { in IsUserTriggeredForSecFetchSite()
259 if (!loadInfo->GetHasValidUserGestureActivation()) { in IsUserTriggeredForSecFetchSite()
265 if (loadInfo->GetIsMetaRefresh()) { in IsUserTriggeredForSecFetchSite()
285 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in AddSecFetchDest() local
298 uint32_t securityMode = loadInfo->GetSecurityMode(); in AddSecFetchMode()
366 if (!loadInfo->GetLoadTriggeredFromExternal() && in AddSecFetchUser()
[all …]
H A DnsContentSecurityManager.cpp85 if (loadInfo->GetExternalContentPolicyType() != in AllowTopLevelNavigationToDataURI()
89 if (loadInfo->GetForceAllowDataURI()) { in AllowTopLevelNavigationToDataURI()
123 if (!loadInfo->GetLoadTriggeredFromExternal() && in AllowTopLevelNavigationToDataURI()
125 loadInfo->RedirectChain().IsEmpty()) { in AllowTopLevelNavigationToDataURI()
158 if (loadInfo->GetExternalContentPolicyType() != in AllowInsecureRedirectToDataURI()
186 nsINode* node = loadInfo->LoadingNode(); in AllowInsecureRedirectToDataURI()
236 if (nsINode* node = loadInfo->LoadingNode()) { in CheckFTPSubresourceLoad()
1245 rv = ValidateSecurityFlags(loadInfo); in doContentSecurityCheck()
1248 if (loadInfo->GetSecurityMode() == in doContentSecurityCheck()
1266 loadInfo->SetInitialSecurityCheckDone(true); in doContentSecurityCheck()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/security/
H A DnsContentSecurityManager.cpp44 if (!loadInfo) { in NS_IMPL_ISUPPORTS()
47 if (loadInfo->GetExternalContentPolicyType() != in NS_IMPL_ISUPPORTS()
51 if (loadInfo->GetForceAllowDataURI()) { in NS_IMPL_ISUPPORTS()
87 loadInfo->RedirectChain().IsEmpty()) { in NS_IMPL_ISUPPORTS()
114 if (!loadInfo) { in AllowInsecureRedirectToDataURI()
146 nsINode* node = loadInfo->LoadingNode(); in AllowInsecureRedirectToDataURI()
571 if (!loadInfo) { in doContentSecurityCheck()
593 loadInfo->SetEnforceSecurity(true); in doContentSecurityCheck()
595 if (loadInfo->GetSecurityMode() == in doContentSecurityCheck()
621 if (loadInfo && loadInfo->GetEnforceSecurity()) { in AsyncOnChannelRedirect()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Platforms/DirectX11/DirectX11Platform/src/
H A DMyGUI_DirectX11Texture.cpp86 D3DX11_IMAGE_LOAD_INFO loadInfo; in loadFromFile() local
87 loadInfo.Width = fileInfo.Width; in loadFromFile()
88 loadInfo.Height = fileInfo.Height; in loadFromFile()
89 loadInfo.FirstMipLevel = 0; in loadFromFile()
90 loadInfo.MipLevels = fileInfo.MipLevels; in loadFromFile()
93 loadInfo.CpuAccessFlags = 0; in loadFromFile()
94 loadInfo.MiscFlags = 0; in loadFromFile()
95 loadInfo.Format = fileInfo.Format; in loadFromFile()
96 loadInfo.Filter = D3DX11_FILTER_NONE; in loadFromFile()
97 loadInfo.MipFilter = D3DX11_FILTER_NONE; in loadFromFile()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Platforms/DirectX11/DirectX11Platform/src/
H A DMyGUI_DirectX11Texture.cpp86 D3DX11_IMAGE_LOAD_INFO loadInfo; in loadFromFile() local
87 loadInfo.Width = fileInfo.Width; in loadFromFile()
88 loadInfo.Height = fileInfo.Height; in loadFromFile()
89 loadInfo.FirstMipLevel = 0; in loadFromFile()
90 loadInfo.MipLevels = fileInfo.MipLevels; in loadFromFile()
93 loadInfo.CpuAccessFlags = 0; in loadFromFile()
94 loadInfo.MiscFlags = 0; in loadFromFile()
95 loadInfo.Format = fileInfo.Format; in loadFromFile()
96 loadInfo.Filter = D3DX11_FILTER_NONE; in loadFromFile()
97 loadInfo.MipFilter = D3DX11_FILTER_NONE; in loadFromFile()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Platforms/DirectX11/DirectX11Platform/src/
H A DMyGUI_DirectX11Texture.cpp86 D3DX11_IMAGE_LOAD_INFO loadInfo; in loadFromFile() local
87 loadInfo.Width = fileInfo.Width; in loadFromFile()
88 loadInfo.Height = fileInfo.Height; in loadFromFile()
89 loadInfo.FirstMipLevel = 0; in loadFromFile()
90 loadInfo.MipLevels = fileInfo.MipLevels; in loadFromFile()
93 loadInfo.CpuAccessFlags = 0; in loadFromFile()
94 loadInfo.MiscFlags = 0; in loadFromFile()
95 loadInfo.Format = fileInfo.Format; in loadFromFile()
96 loadInfo.Filter = D3DX11_FILTER_NONE; in loadFromFile()
97 loadInfo.MipFilter = D3DX11_FILTER_NONE; in loadFromFile()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Platforms/DirectX11/DirectX11Platform/src/
H A DMyGUI_DirectX11Texture.cpp86 D3DX11_IMAGE_LOAD_INFO loadInfo; in loadFromFile() local
87 loadInfo.Width = fileInfo.Width; in loadFromFile()
88 loadInfo.Height = fileInfo.Height; in loadFromFile()
89 loadInfo.FirstMipLevel = 0; in loadFromFile()
90 loadInfo.MipLevels = fileInfo.MipLevels; in loadFromFile()
93 loadInfo.CpuAccessFlags = 0; in loadFromFile()
94 loadInfo.MiscFlags = 0; in loadFromFile()
95 loadInfo.Format = fileInfo.Format; in loadFromFile()
96 loadInfo.Filter = D3DX11_FILTER_NONE; in loadFromFile()
97 loadInfo.MipFilter = D3DX11_FILTER_NONE; in loadFromFile()
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dfsvgrenderer.cpp75 LoadInfo loadInfo; in loadSvg() local
76 loadInfo.filename = filename; in loadSvg()
77 return loadSvg(loadInfo); in loadSvg()
81 if (!QFileInfo(loadInfo.filename).exists() || !QFileInfo(loadInfo.filename).isFile()) { in loadSvg()
85 QFile file(loadInfo.filename); in loadSvg()
95 return loadAux(contents, loadInfo); in loadSvg()
113 LoadInfo loadInfo; in loadSvg() local
114 loadInfo.filename = filename; in loadSvg()
116 return loadAux(contents, loadInfo); in loadSvg()
139 …if (loadInfo.connectorIDs.count() > 0 || !loadInfo.setColor.isEmpty() || loadInfo.findNonConnector… in loadAux()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/security/
H A DSecFetch.cpp116 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in IsSameOrigin() local
119 nsresult rv = loadInfo->TriggeringPrincipal()->IsSameOrigin( in IsSameOrigin()
132 for (nsIRedirectHistoryEntry* entry : loadInfo->RedirectChain()) { in IsSameOrigin()
158 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in IsSameSite() local
171 !loadInfo->TriggeringPrincipal()->SchemeIs("https")) { in IsSameSite()
196 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in IsUserTriggeredForSecFetchSite() local
223 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in AddSecFetchDest() local
235 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in AddSecFetchMode() local
236 uint32_t securityMode = loadInfo->GetSecurityMode(); in AddSecFetchMode()
290 nsCOMPtr<nsILoadInfo> loadInfo = aHTTPChannel->LoadInfo(); in AddSecFetchUser() local
[all …]
H A DnsContentSecurityManager.cpp65 if (loadInfo->GetExternalContentPolicyType() != in AllowTopLevelNavigationToDataURI()
69 if (loadInfo->GetForceAllowDataURI()) { in AllowTopLevelNavigationToDataURI()
102 if (!loadInfo->GetLoadTriggeredFromExternal() && in AllowTopLevelNavigationToDataURI()
104 loadInfo->RedirectChain().IsEmpty()) { in AllowTopLevelNavigationToDataURI()
133 if (loadInfo->GetExternalContentPolicyType() != in AllowInsecureRedirectToDataURI()
161 nsINode* node = loadInfo->LoadingNode(); in AllowInsecureRedirectToDataURI()
211 if (nsINode* node = loadInfo->LoadingNode()) { in CheckFTPSubresourceLoad()
776 if (!loadInfo->GetLoadingPrincipal() || in CheckAllowLoadInSystemPrivilegedContext()
967 rv = ValidateSecurityFlags(loadInfo); in doContentSecurityCheck()
970 if (loadInfo->GetSecurityMode() == in doContentSecurityCheck()
[all …]
/dports/www/firefox/firefox-99.0/dom/workers/sharedworkers/
H A DSharedWorker.cpp106 WorkerLoadInfo loadInfo; in Constructor() local
109 WorkerKindShared, &loadInfo); in Constructor()
121 aRv = PrincipalToPrincipalInfo(loadInfo.mLoadingPrincipal, in Constructor()
158 loadInfo.mPartitionedPrincipal = in Constructor()
159 BasePrincipal::Cast(loadInfo.mPrincipal) in Constructor()
167 if (loadInfo.mPrincipal->Equals(loadInfo.mPartitionedPrincipal)) { in Constructor()
192 SerializeURI(loadInfo.mBaseURI, baseURL); in Constructor()
208 MOZ_ASSERT(loadInfo.mCookieJarSettings); in Constructor()
212 loadInfo.mPrincipal, WorkerKind::WorkerKindShared); in Constructor()
221 loadInfo.mUseRegularPrincipal, in Constructor()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/sharedworkers/
H A DSharedWorker.cpp106 WorkerLoadInfo loadInfo; in Constructor() local
109 WorkerKindShared, &loadInfo); in Constructor()
121 aRv = PrincipalToPrincipalInfo(loadInfo.mLoadingPrincipal, in Constructor()
150 loadInfo.mPartitionedPrincipal = in Constructor()
151 BasePrincipal::Cast(loadInfo.mPrincipal) in Constructor()
159 if (loadInfo.mPrincipal->Equals(loadInfo.mPartitionedPrincipal)) { in Constructor()
184 SerializeURI(loadInfo.mBaseURI, baseURL); in Constructor()
200 MOZ_ASSERT(loadInfo.mCookieJarSettings); in Constructor()
204 loadInfo.mPrincipal, WorkerKind::WorkerKindShared); in Constructor()
213 loadInfo.mUseRegularPrincipal, in Constructor()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/sharedworkers/
H A DSharedWorker.cpp106 WorkerLoadInfo loadInfo; in Constructor() local
109 WorkerKindShared, &loadInfo); in Constructor()
121 aRv = PrincipalToPrincipalInfo(loadInfo.mLoadingPrincipal, in Constructor()
150 loadInfo.mPartitionedPrincipal = in Constructor()
151 BasePrincipal::Cast(loadInfo.mPrincipal) in Constructor()
159 if (loadInfo.mPrincipal->Equals(loadInfo.mPartitionedPrincipal)) { in Constructor()
184 SerializeURI(loadInfo.mBaseURI, baseURL); in Constructor()
200 MOZ_ASSERT(loadInfo.mCookieJarSettings); in Constructor()
204 loadInfo.mPrincipal, WorkerKind::WorkerKindShared); in Constructor()
213 loadInfo.mUseRegularPrincipal, in Constructor()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/security/
H A DnsContentSecurityManager.cpp423 if (!loadInfo) { in doContentSecurityCheck()
430 if (loadInfo->GetInitialSecurityCheckDone()) { in doContentSecurityCheck()
436 nsresult rv = ValidateSecurityFlags(loadInfo); in doContentSecurityCheck()
444 loadInfo->SetEnforceSecurity(true); in doContentSecurityCheck()
455 rv = DoContentSecurityChecks(aChannel, loadInfo); in doContentSecurityCheck()
459 loadInfo->SetInitialSecurityCheckDone(true); in doContentSecurityCheck()
473 if (loadInfo && loadInfo->GetEnforceSecurity()) { in AsyncOnChannelRedirect()
526 MOZ_ASSERT(loadInfo); in CheckChannel()
533 uint32_t cookiePolicy = loadInfo->GetCookiePolicy(); in CheckChannel()
573 rv = DoSOPChecks(uri, loadInfo, aChannel); in CheckChannel()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentPolicyUtils.h158 return policy->action(contentLocation, loadInfo, mimeType, decision); \
164 return _policy->action(contentLocation, loadInfo, mimeType, decision); \
181 CSPService::ConsultCSP(contentLocation, loadInfo, mimeType, decision); \
219 nsIURI* contentLocation, nsILoadInfo* loadInfo, const nsACString& mimeType,
221 nsIPrincipal* loadingPrincipal = loadInfo->GetLoadingPrincipal();
222 nsCOMPtr<nsISupports> context = loadInfo->GetLoadingContext();
223 nsContentPolicyType contentType = loadInfo->InternalContentPolicyType();
235 nsIURI* contentLocation, nsILoadInfo* loadInfo, const nsACString& mimeType,
237 nsIPrincipal* loadingPrincipal = loadInfo->GetLoadingPrincipal();
238 nsCOMPtr<nsISupports> context = loadInfo->GetLoadingContext();
[all …]
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentPolicyUtils.h168 return policy->action(contentLocation, loadInfo, mimeType, decision); \
174 return _policy->action(contentLocation, loadInfo, mimeType, decision); \
191 CSPService::ConsultCSP(contentLocation, loadInfo, mimeType, decision); \
230 nsIURI* contentLocation, nsILoadInfo* loadInfo, const nsACString& mimeType,
232 nsIPrincipal* loadingPrincipal = loadInfo->GetLoadingPrincipal();
233 nsCOMPtr<nsISupports> context = loadInfo->GetLoadingContext();
234 nsContentPolicyType contentType = loadInfo->InternalContentPolicyType();
246 nsIURI* contentLocation, nsILoadInfo* loadInfo, const nsACString& mimeType,
248 nsIPrincipal* loadingPrincipal = loadInfo->GetLoadingPrincipal();
249 nsCOMPtr<nsISupports> context = loadInfo->GetLoadingContext();
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentPolicyUtils.h167 return policy->action(contentLocation, loadInfo, mimeType, decision); \
173 return _policy->action(contentLocation, loadInfo, mimeType, decision); \
190 CSPService::ConsultCSP(contentLocation, loadInfo, mimeType, decision); \
229 nsIURI* contentLocation, nsILoadInfo* loadInfo, const nsACString& mimeType,
231 nsIPrincipal* loadingPrincipal = loadInfo->GetLoadingPrincipal();
232 nsCOMPtr<nsISupports> context = loadInfo->GetLoadingContext();
233 nsContentPolicyType contentType = loadInfo->InternalContentPolicyType();
245 nsIURI* contentLocation, nsILoadInfo* loadInfo, const nsACString& mimeType,
247 nsIPrincipal* loadingPrincipal = loadInfo->GetLoadingPrincipal();
248 nsCOMPtr<nsISupports> context = loadInfo->GetLoadingContext();
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentPolicyUtils.h167 return policy->action(contentLocation, loadInfo, mimeType, decision); \
173 return _policy->action(contentLocation, loadInfo, mimeType, decision); \
190 CSPService::ConsultCSP(contentLocation, loadInfo, mimeType, decision); \
229 nsIURI* contentLocation, nsILoadInfo* loadInfo, const nsACString& mimeType,
231 nsIPrincipal* loadingPrincipal = loadInfo->GetLoadingPrincipal();
232 nsCOMPtr<nsISupports> context = loadInfo->GetLoadingContext();
233 nsContentPolicyType contentType = loadInfo->InternalContentPolicyType();
245 nsIURI* contentLocation, nsILoadInfo* loadInfo, const nsACString& mimeType,
247 nsIPrincipal* loadingPrincipal = loadInfo->GetLoadingPrincipal();
248 nsCOMPtr<nsISupports> context = loadInfo->GetLoadingContext();
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/antitracking/
H A DAntiTrackingUtils.cpp263 nsCOMPtr<nsILoadInfo> loadInfo = aChannel->LoadInfo(); in HasStoragePermissionInParent() local
312 targetPrincipal = loadInfo->GetLoadingPrincipal(); in HasStoragePermissionInParent()
334 targetPrincipal = loadInfo->TriggeringPrincipal(); in HasStoragePermissionInParent()
531 nsCOMPtr<nsILoadInfo> loadInfo = aChannel->LoadInfo(); in ComputeIsThirdPartyToTopWindow() local
539 loadInfo->SetIsThirdPartyContextToTopWindow(false); in ComputeIsThirdPartyToTopWindow()
544 loadInfo->GetBrowsingContext(getter_AddRefs(bc)); in ComputeIsThirdPartyToTopWindow()
612 nsCOMPtr<nsILoadInfo> loadInfo = aChannel->LoadInfo(); in IsThirdPartyChannel() local
613 return loadInfo->GetIsThirdPartyContextToTopWindow(); in IsThirdPartyChannel()
663 return loadInfo->GetIsThirdPartyContextToTopWindow(); in IsThirdPartyWindow()
689 nsCOMPtr<nsILoadInfo> loadInfo = aChannel->LoadInfo(); in UpdateAntiTrackingInfoForChannel() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/antitracking/
H A DAntiTrackingUtils.cpp263 nsCOMPtr<nsILoadInfo> loadInfo = aChannel->LoadInfo(); in HasStoragePermissionInParent() local
312 targetPrincipal = loadInfo->GetLoadingPrincipal(); in HasStoragePermissionInParent()
334 targetPrincipal = loadInfo->TriggeringPrincipal(); in HasStoragePermissionInParent()
531 nsCOMPtr<nsILoadInfo> loadInfo = aChannel->LoadInfo(); in ComputeIsThirdPartyToTopWindow() local
539 loadInfo->SetIsThirdPartyContextToTopWindow(false); in ComputeIsThirdPartyToTopWindow()
544 loadInfo->GetBrowsingContext(getter_AddRefs(bc)); in ComputeIsThirdPartyToTopWindow()
612 nsCOMPtr<nsILoadInfo> loadInfo = aChannel->LoadInfo(); in IsThirdPartyChannel() local
613 return loadInfo->GetIsThirdPartyContextToTopWindow(); in IsThirdPartyChannel()
663 return loadInfo->GetIsThirdPartyContextToTopWindow(); in IsThirdPartyWindow()
689 nsCOMPtr<nsILoadInfo> loadInfo = aChannel->LoadInfo(); in UpdateAntiTrackingInfoForChannel() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/
H A DScriptLoader.cpp727 loadInfo.mLoadResult = aRv; in LoadingFinished()
746 if (loadInfo.Finished()) { in MaybeExecuteFinishedScripts()
816 loadInfo.mChannel = channel; in OnStartRequestInternal()
905 if (loadInfo.mCachePromise) { in CancelMainThread()
912 if (loadInfo.mChannel) { in CancelMainThread()
1397 loadInfo.InitUTF8Script(); in DataReceivedFromCache()
1400 loadInfo.mScript.mUTF8, loadInfo.mScriptLength); in DataReceivedFromCache()
1402 loadInfo.InitUTF16Script(); in DataReceivedFromCache()
1405 loadInfo.mScript.mUTF16, loadInfo.mScriptLength); in DataReceivedFromCache()
1499 if (!loadInfo.Finished()) { in ExecuteFinishedScripts()
[all …]

12345678910>>...44