Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DBackgroundUtils.cpp354 nsTArray<PrincipalInfo> ancestorPrincipals; in LoadInfoToLoadInfoArgs() local
355 ancestorPrincipals.SetCapacity(aLoadInfo->AncestorPrincipals().Length()); in LoadInfoToLoadInfoArgs()
358 PrincipalToPrincipalInfo(principal, ancestorPrincipals.AppendElement()); in LoadInfoToLoadInfoArgs()
406 redirectChain, ancestorPrincipals, aLoadInfo->AncestorOuterWindowIDs(), in LoadInfoToLoadInfoArgs()
481 nsTArray<nsCOMPtr<nsIPrincipal>> ancestorPrincipals; in LoadInfoArgsToLoadInfo() local
482 ancestorPrincipals.SetCapacity(loadInfoArgs.ancestorPrincipals().Length()); in LoadInfoArgsToLoadInfo()
483 for (const PrincipalInfo& principalInfo : loadInfoArgs.ancestorPrincipals()) { in LoadInfoArgsToLoadInfo()
487 ancestorPrincipals.AppendElement(ancestorPrincipal.forget()); in LoadInfoArgsToLoadInfo()
542 redirectChain, Move(ancestorPrincipals), in LoadInfoArgsToLoadInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DBackgroundUtils.cpp455 nsTArray<PrincipalInfo> ancestorPrincipals; in LoadInfoToLoadInfoArgs() local
456 ancestorPrincipals.SetCapacity(aLoadInfo->AncestorPrincipals().Length()); in LoadInfoToLoadInfoArgs()
459 PrincipalToPrincipalInfo(principal, ancestorPrincipals.AppendElement()); in LoadInfoToLoadInfoArgs()
536 redirectChain, ancestorPrincipals, aLoadInfo->AncestorOuterWindowIDs(), in LoadInfoToLoadInfoArgs()
673 nsTArray<nsCOMPtr<nsIPrincipal>> ancestorPrincipals; in LoadInfoArgsToLoadInfo() local
674 ancestorPrincipals.SetCapacity(loadInfoArgs.ancestorPrincipals().Length()); in LoadInfoArgsToLoadInfo()
675 for (const PrincipalInfo& principalInfo : loadInfoArgs.ancestorPrincipals()) { in LoadInfoArgsToLoadInfo()
681 ancestorPrincipals.AppendElement(ancestorPrincipal.forget()); in LoadInfoArgsToLoadInfo()
762 redirectChain, std::move(ancestorPrincipals), in LoadInfoArgsToLoadInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/extensions/webrequest/
H A DChannelWrapper.cpp531 const nsTArray<nsCOMPtr<nsIPrincipal>>& ancestorPrincipals = in GetFrameAncestors() local
535 uint32_t size = ancestorPrincipals.Length(); in GetFrameAncestors()
561 MOZ_TRY(ancestorPrincipals[i]->GetURI(getter_AddRefs(uri))); in GetFrameAncestors()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DBackgroundUtils.cpp663 nsTArray<nsCOMPtr<nsIPrincipal>> ancestorPrincipals; in LoadInfoArgsToLoadInfo() local
674 LoadInfo::ComputeAncestors(parentBC->Canonical(), ancestorPrincipals, in LoadInfoArgsToLoadInfo()
756 std::move(redirectChain), std::move(ancestorPrincipals), in LoadInfoArgsToLoadInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/extensions/webrequest/
H A DChannelWrapper.cpp693 const nsTArray<nsCOMPtr<nsIPrincipal>>& ancestorPrincipals = in GetFrameAncestors() local
697 uint32_t size = ancestorPrincipals.Length(); in GetFrameAncestors()
722 MOZ_TRY(ancestorPrincipals[i]->GetAsciiSpec(ancestor->mUrl)); in GetFrameAncestors()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DBackgroundUtils.cpp695 nsTArray<nsCOMPtr<nsIPrincipal>> ancestorPrincipals; in LoadInfoArgsToLoadInfo() local
706 LoadInfo::ComputeAncestors(parentBC->Canonical(), ancestorPrincipals, in LoadInfoArgsToLoadInfo()
788 std::move(redirectChain), std::move(ancestorPrincipals), in LoadInfoArgsToLoadInfo()
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/webrequest/
H A DChannelWrapper.cpp741 const nsTArray<nsCOMPtr<nsIPrincipal>>& ancestorPrincipals = in GetFrameAncestors() local
745 uint32_t size = ancestorPrincipals.Length(); in GetFrameAncestors()
770 MOZ_TRY(ancestorPrincipals[i]->GetAsciiSpec(ancestor->mUrl)); in GetFrameAncestors()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DBackgroundUtils.cpp695 nsTArray<nsCOMPtr<nsIPrincipal>> ancestorPrincipals; in LoadInfoArgsToLoadInfo() local
706 LoadInfo::ComputeAncestors(parentBC->Canonical(), ancestorPrincipals, in LoadInfoArgsToLoadInfo()
788 std::move(redirectChain), std::move(ancestorPrincipals), in LoadInfoArgsToLoadInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/webrequest/
H A DChannelWrapper.cpp698 const nsTArray<nsCOMPtr<nsIPrincipal>>& ancestorPrincipals = in GetFrameAncestors() local
702 uint32_t size = ancestorPrincipals.Length(); in GetFrameAncestors()
727 MOZ_TRY(ancestorPrincipals[i]->GetAsciiSpec(ancestor->mUrl)); in GetFrameAncestors()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/extensions/webrequest/
H A DChannelWrapper.cpp698 const nsTArray<nsCOMPtr<nsIPrincipal>>& ancestorPrincipals = in GetFrameAncestors() local
702 uint32_t size = ancestorPrincipals.Length(); in GetFrameAncestors()
727 MOZ_TRY(ancestorPrincipals[i]->GetAsciiSpec(ancestor->mUrl)); in GetFrameAncestors()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/ipc/
H A DNeckoChannelParams.ipdlh74 PrincipalInfo[] ancestorPrincipals;
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DLoadInfo.cpp600 nsTArray<nsCOMPtr<nsIPrincipal>> ancestorPrincipals; in LoadInfo() local
611 ancestorPrincipals.AppendElement(parentPrincipal.forget()); in LoadInfo()
615 mAncestorPrincipals = std::move(ancestorPrincipals); in LoadInfo()
H A DnsILoadInfo.idl873 * The ancestorPrincipals[0] entry for an iframe load will be the principal of
875 * The ancestorPrincipals[0] entry for an image loaded in an iframe will be the
890 * associated with the principal at ancestorPrincipals[0], and so forth.
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsFrameLoader.cpp2184 nsTArray<nsCOMPtr<nsIPrincipal>> ancestorPrincipals; in MaybeCreateDocShell() local
2186 ancestorPrincipals = doc->AncestorPrincipals().Clone(); in MaybeCreateDocShell()
2187 ancestorPrincipals.InsertElementAt(0, doc->NodePrincipal()); in MaybeCreateDocShell()
2188 docShell->SetAncestorPrincipals(std::move(ancestorPrincipals)); in MaybeCreateDocShell()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsFrameLoader.cpp2225 nsTArray<nsCOMPtr<nsIPrincipal>> ancestorPrincipals; in MaybeCreateDocShell() local
2227 ancestorPrincipals = doc->AncestorPrincipals(); in MaybeCreateDocShell()
2228 ancestorPrincipals.InsertElementAt(0, doc->NodePrincipal()); in MaybeCreateDocShell()
2230 Move(ancestorPrincipals)); in MaybeCreateDocShell()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/ipc/
H A DNeckoChannelParams.ipdlh118 PrincipalInfo[] ancestorPrincipals;
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsILoadInfo.idl724 * The ancestorPrincipals[0] entry for an iframe load will be the principal of
726 * The ancestorPrincipals[0] entry for an image loaded in an iframe will be the
741 * associated with the principal at ancestorPrincipals[0], and so forth.
/dports/lang/spidermonkey60/firefox-60.9.0/dom/chrome-webidl/
H A DChannelWrapper.webidl302 * ancestorPrincipals and ancestorOuterWindowIDs on loadInfo.
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsILoadInfo.idl911 * ancestorPrincipals[0] entry for an iframe load will be the principal of the
912 * iframe element's owner document. The ancestorPrincipals[0] entry for an image
925 * associated with the principal at ancestorPrincipals[0], and so forth.
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsILoadInfo.idl925 * ancestorPrincipals[0] entry for an iframe load will be the principal of the
926 * iframe element's owner document. The ancestorPrincipals[0] entry for an image
939 * associated with the principal at ancestorPrincipals[0], and so forth.
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsILoadInfo.idl911 * ancestorPrincipals[0] entry for an iframe load will be the principal of the
912 * iframe element's owner document. The ancestorPrincipals[0] entry for an image
925 * associated with the principal at ancestorPrincipals[0], and so forth.
/dports/www/firefox-esr/firefox-91.8.0/dom/chrome-webidl/
H A DChannelWrapper.webidl351 * ancestorPrincipals and ancestorOuterWindowIDs on loadInfo.
/dports/lang/spidermonkey78/firefox-78.9.0/dom/chrome-webidl/
H A DChannelWrapper.webidl351 * ancestorPrincipals and ancestorOuterWindowIDs on loadInfo.
/dports/www/firefox/firefox-99.0/dom/chrome-webidl/
H A DChannelWrapper.webidl357 * ancestorPrincipals and ancestorOuterWindowIDs on loadInfo.
/dports/mail/thunderbird/thunderbird-91.8.0/dom/chrome-webidl/
H A DChannelWrapper.webidl351 * ancestorPrincipals and ancestorOuterWindowIDs on loadInfo.