Home
last modified time | relevance | path

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

12345678910>>...16

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/antitracking/
H A DAntiTrackingUtils.cpp34 MOZ_ASSERT(aBrowsingContext); in GetInnerWindow()
367 BrowsingContext* aBrowsingContext) { in GetTopLevelAntiTrackingWindowId() argument
368 MOZ_ASSERT(aBrowsingContext); in GetTopLevelAntiTrackingWindowId()
381 aBrowsingContext->IsTop()) { in GetTopLevelAntiTrackingWindowId()
389 BrowsingContext* aBrowsingContext) { in GetTopLevelStorageAreaWindowId() argument
390 MOZ_ASSERT(aBrowsingContext); in GetTopLevelStorageAreaWindowId()
412 MOZ_ASSERT(aBrowsingContext); in GetPrincipal()
448 MOZ_ASSERT(aBrowsingContext); in GetPrincipalAndTrackingOrigin()
476 MOZ_ASSERT(aBrowsingContext); in IsFirstLevelSubContext()
493 MOZ_ASSERT(aBrowsingContext); in GetCookieBehavior()
[all …]
H A DAntiTrackingUtils.h30 dom::BrowsingContext* aBrowsingContext);
70 dom::BrowsingContext* aBrowsingContext);
76 dom::BrowsingContext* aBrowsingContext);
82 dom::BrowsingContext* aBrowsingContext);
88 dom::BrowsingContext* aBrowsingContext, nsIPrincipal** aPrincipal,
93 static bool IsFirstLevelSubContext(dom::BrowsingContext* aBrowsingContext);
97 static uint32_t GetCookieBehavior(dom::BrowsingContext* aBrowsingContext);
106 dom::CanonicalBrowsingContext* aBrowsingContext, nsIURI* aURIBeingLoaded);
/dports/www/firefox/firefox-99.0/toolkit/components/sessionstore/
H A DSessionStoreFunctions.jsm15 aBrowsingContext,
23 aBrowsingContext,
33 aBrowsingContext,
40 aBrowsingContext,
49 aBrowsingContext,
56 aBrowsingContext,
72 aBrowsingContext,
88 aBrowsingContext,
100 aBrowsingContext,
107 aBrowsingContext,
[all …]
H A DSessionStoreChangeListener.cpp108 SessionStoreChangeListener::Create(BrowsingContext* aBrowsingContext) { in Create() argument
110 if (!aBrowsingContext) { in Create()
115 new SessionStoreChangeListener(aBrowsingContext); in Create()
136 BrowsingContext* aBrowsingContext) in SessionStoreChangeListener() argument
137 : mBrowsingContext(aBrowsingContext) {} in SessionStoreChangeListener()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/sessionstore/
H A DSessionStoreFunctions.jsm15 aBrowsingContext,
23 aBrowsingContext,
33 aBrowsingContext,
40 aBrowsingContext,
49 aBrowsingContext,
56 aBrowsingContext,
72 aBrowsingContext,
88 aBrowsingContext,
100 aBrowsingContext,
107 aBrowsingContext,
[all …]
H A DSessionStoreChangeListener.cpp108 SessionStoreChangeListener::Create(BrowsingContext* aBrowsingContext) { in Create() argument
110 if (!aBrowsingContext) { in Create()
115 new SessionStoreChangeListener(aBrowsingContext); in Create()
136 BrowsingContext* aBrowsingContext) in SessionStoreChangeListener() argument
137 : mBrowsingContext(aBrowsingContext) {} in SessionStoreChangeListener()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/sessionstore/
H A DSessionStoreFunctions.jsm15 aBrowsingContext,
23 aBrowsingContext,
33 aBrowsingContext,
40 aBrowsingContext,
49 aBrowsingContext,
56 aBrowsingContext,
72 aBrowsingContext,
88 aBrowsingContext,
100 aBrowsingContext,
107 aBrowsingContext,
[all …]
H A DSessionStoreChangeListener.cpp108 SessionStoreChangeListener::Create(BrowsingContext* aBrowsingContext) { in Create() argument
110 if (!aBrowsingContext) { in Create()
115 new SessionStoreChangeListener(aBrowsingContext); in Create()
136 BrowsingContext* aBrowsingContext) in SessionStoreChangeListener() argument
137 : mBrowsingContext(aBrowsingContext) {} in SessionStoreChangeListener()
/dports/www/firefox/firefox-99.0/toolkit/components/antitracking/
H A DAntiTrackingUtils.cpp39 MOZ_ASSERT(aBrowsingContext); in GetInnerWindow()
381 BrowsingContext* aBrowsingContext) { in GetTopLevelAntiTrackingWindowId() argument
382 MOZ_ASSERT(aBrowsingContext); in GetTopLevelAntiTrackingWindowId()
395 aBrowsingContext->IsTop()) { in GetTopLevelAntiTrackingWindowId()
403 BrowsingContext* aBrowsingContext) { in GetTopLevelStorageAreaWindowId() argument
404 MOZ_ASSERT(aBrowsingContext); in GetTopLevelStorageAreaWindowId()
426 MOZ_ASSERT(aBrowsingContext); in GetPrincipal()
462 MOZ_ASSERT(aBrowsingContext); in GetPrincipalAndTrackingOrigin()
490 MOZ_ASSERT(aBrowsingContext); in GetCookieBehavior()
505 MOZ_ASSERT(aBrowsingContext); in GetTopWindowExcludingExtensionAccessibleContentFrames()
[all …]
H A DAntiTrackingUtils.h33 dom::BrowsingContext* aBrowsingContext);
75 dom::BrowsingContext* aBrowsingContext);
81 dom::BrowsingContext* aBrowsingContext);
87 dom::BrowsingContext* aBrowsingContext);
93 dom::BrowsingContext* aBrowsingContext, nsIPrincipal** aPrincipal,
98 static uint32_t GetCookieBehavior(dom::BrowsingContext* aBrowsingContext);
107 dom::CanonicalBrowsingContext* aBrowsingContext, nsIURI* aURIBeingLoaded);
126 static bool IsThirdPartyContext(dom::BrowsingContext* aBrowsingContext);
H A DContentBlockingNotifier.cpp383 BrowsingContext* aBrowsingContext, const nsAString& aTrackingOrigin, in ReportUnblockingToConsole() argument
385 MOZ_ASSERT(aBrowsingContext); in ReportUnblockingToConsole()
388 uint64_t windowID = aBrowsingContext->GetCurrentInnerWindowId(); in ReportUnblockingToConsole()
392 AntiTrackingUtils::GetPrincipal(aBrowsingContext->Top()); in ReportUnblockingToConsole()
466 void ContentBlockingNotifier::OnDecision(BrowsingContext* aBrowsingContext, in OnDecision() argument
469 MOZ_ASSERT(aBrowsingContext); in OnDecision()
470 MOZ_ASSERT_IF(XRE_IsContentProcess(), aBrowsingContext->IsInProcess()); in OnDecision()
472 if (aBrowsingContext->IsInProcess()) { in OnDecision()
473 nsCOMPtr<nsPIDOMWindowOuter> outer = aBrowsingContext->GetDOMWindow(); in OnDecision()
492 ContentParent* cp = aBrowsingContext->Canonical()->GetContentParent(); in OnDecision()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/antitracking/
H A DAntiTrackingUtils.cpp39 MOZ_ASSERT(aBrowsingContext); in GetInnerWindow()
374 BrowsingContext* aBrowsingContext) { in GetTopLevelAntiTrackingWindowId() argument
375 MOZ_ASSERT(aBrowsingContext); in GetTopLevelAntiTrackingWindowId()
388 aBrowsingContext->IsTop()) { in GetTopLevelAntiTrackingWindowId()
396 BrowsingContext* aBrowsingContext) { in GetTopLevelStorageAreaWindowId() argument
397 MOZ_ASSERT(aBrowsingContext); in GetTopLevelStorageAreaWindowId()
418 BrowsingContext* aBrowsingContext) { in GetPrincipal() argument
419 MOZ_ASSERT(aBrowsingContext); in GetPrincipal()
455 MOZ_ASSERT(aBrowsingContext); in GetPrincipalAndTrackingOrigin()
483 MOZ_ASSERT(aBrowsingContext); in GetCookieBehavior()
[all …]
H A DAntiTrackingUtils.h31 dom::BrowsingContext* aBrowsingContext);
71 dom::BrowsingContext* aBrowsingContext);
77 dom::BrowsingContext* aBrowsingContext);
83 dom::BrowsingContext* aBrowsingContext);
89 dom::BrowsingContext* aBrowsingContext, nsIPrincipal** aPrincipal,
94 static uint32_t GetCookieBehavior(dom::BrowsingContext* aBrowsingContext);
103 dom::CanonicalBrowsingContext* aBrowsingContext, nsIURI* aURIBeingLoaded);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/antitracking/
H A DAntiTrackingUtils.cpp39 MOZ_ASSERT(aBrowsingContext); in GetInnerWindow()
374 BrowsingContext* aBrowsingContext) { in GetTopLevelAntiTrackingWindowId() argument
375 MOZ_ASSERT(aBrowsingContext); in GetTopLevelAntiTrackingWindowId()
388 aBrowsingContext->IsTop()) { in GetTopLevelAntiTrackingWindowId()
396 BrowsingContext* aBrowsingContext) { in GetTopLevelStorageAreaWindowId() argument
397 MOZ_ASSERT(aBrowsingContext); in GetTopLevelStorageAreaWindowId()
418 BrowsingContext* aBrowsingContext) { in GetPrincipal() argument
419 MOZ_ASSERT(aBrowsingContext); in GetPrincipal()
455 MOZ_ASSERT(aBrowsingContext); in GetPrincipalAndTrackingOrigin()
483 MOZ_ASSERT(aBrowsingContext); in GetCookieBehavior()
[all …]
H A DAntiTrackingUtils.h31 dom::BrowsingContext* aBrowsingContext);
71 dom::BrowsingContext* aBrowsingContext);
77 dom::BrowsingContext* aBrowsingContext);
83 dom::BrowsingContext* aBrowsingContext);
89 dom::BrowsingContext* aBrowsingContext, nsIPrincipal** aPrincipal,
94 static uint32_t GetCookieBehavior(dom::BrowsingContext* aBrowsingContext);
103 dom::CanonicalBrowsingContext* aBrowsingContext, nsIURI* aURIBeingLoaded);
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DWindowGlobalActor.cpp32 dom::BrowsingContext* aBrowsingContext) { in InheritedPolicy() argument
33 WindowContext* inherit = aBrowsingContext->GetParentWindowContext(); in InheritedPolicy()
44 dom::BrowsingContext* aBrowsingContext, uint64_t aInnerWindowId, in BaseInitializer() argument
46 MOZ_DIAGNOSTIC_ASSERT(aBrowsingContext); in BaseInitializer()
52 ctx.mBrowsingContextId = aBrowsingContext->Id(); in BaseInitializer()
57 fields.mEmbedderPolicy = InheritedPolicy(aBrowsingContext); in BaseInitializer()
64 dom::BrowsingContext* aBrowsingContext, nsIPrincipal* aPrincipal) { in AboutBlankInitializer() argument
66 BaseInitializer(aBrowsingContext, nsContentUtils::GenerateWindowId(), in AboutBlankInitializer()
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DWindowGlobalActor.cpp32 dom::BrowsingContext* aBrowsingContext) { in InheritedPolicy() argument
33 WindowContext* inherit = aBrowsingContext->GetParentWindowContext(); in InheritedPolicy()
44 dom::BrowsingContext* aBrowsingContext, uint64_t aInnerWindowId, in BaseInitializer() argument
46 MOZ_DIAGNOSTIC_ASSERT(aBrowsingContext); in BaseInitializer()
52 ctx.mBrowsingContextId = aBrowsingContext->Id(); in BaseInitializer()
57 fields.mEmbedderPolicy = InheritedPolicy(aBrowsingContext); in BaseInitializer()
64 dom::BrowsingContext* aBrowsingContext, nsIPrincipal* aPrincipal) { in AboutBlankInitializer() argument
66 BaseInitializer(aBrowsingContext, nsContentUtils::GenerateWindowId(), in AboutBlankInitializer()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DWindowGlobalActor.cpp32 dom::BrowsingContext* aBrowsingContext) { in InheritedPolicy() argument
33 WindowContext* inherit = aBrowsingContext->GetParentWindowContext(); in InheritedPolicy()
44 dom::BrowsingContext* aBrowsingContext, uint64_t aInnerWindowId, in BaseInitializer() argument
46 MOZ_DIAGNOSTIC_ASSERT(aBrowsingContext); in BaseInitializer()
52 ctx.mBrowsingContextId = aBrowsingContext->Id(); in BaseInitializer()
57 fields.mEmbedderPolicy = InheritedPolicy(aBrowsingContext); in BaseInitializer()
64 dom::BrowsingContext* aBrowsingContext, nsIPrincipal* aPrincipal) { in AboutBlankInitializer() argument
66 BaseInitializer(aBrowsingContext, nsContentUtils::GenerateWindowId(), in AboutBlankInitializer()
/dports/www/firefox/firefox-99.0/toolkit/components/windowwatcher/
H A DnsIPromptCollection.idl19 * @param aBrowsingContext
25 Promise asyncBeforeUnloadCheck(in BrowsingContext aBrowsingContext);
30 * @param aBrowsingContext
35 boolean confirmRepost(in BrowsingContext aBrowsingContext);
40 * @param aBrowsingContext
47 boolean confirmFolderUpload(in BrowsingContext aBrowsingContext,
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/windowwatcher/
H A DnsIPromptCollection.idl19 * @param aBrowsingContext
25 Promise asyncBeforeUnloadCheck(in BrowsingContext aBrowsingContext);
30 * @param aBrowsingContext
35 boolean confirmRepost(in BrowsingContext aBrowsingContext);
40 * @param aBrowsingContext
47 boolean confirmFolderUpload(in BrowsingContext aBrowsingContext,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/windowwatcher/
H A DnsIPromptCollection.idl19 * @param aBrowsingContext
25 Promise asyncBeforeUnloadCheck(in BrowsingContext aBrowsingContext);
30 * @param aBrowsingContext
35 boolean confirmRepost(in BrowsingContext aBrowsingContext);
40 * @param aBrowsingContext
47 boolean confirmFolderUpload(in BrowsingContext aBrowsingContext,
/dports/www/firefox/firefox-99.0/toolkit/mozapps/handling/
H A DContentDispatchChooser.jsm183 if (!aBrowsingContext) {
186 if (aBrowsingContext.top == aBrowsingContext) {
190 let { sandboxFlags } = aBrowsingContext;
257 aBrowsingContext,
305 aBrowsingContext,
318 aBrowsingContext
385 browsingContext: aBrowsingContext,
390 aBrowsingContext
435 aBrowsingContext
525 if (aBrowsingContext) {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/handling/
H A DContentDispatchChooser.jsm182 if (!aBrowsingContext) {
185 if (aBrowsingContext.top == aBrowsingContext) {
189 let { sandboxFlags } = aBrowsingContext;
256 aBrowsingContext,
304 aBrowsingContext,
317 aBrowsingContext
384 browsingContext: aBrowsingContext,
389 aBrowsingContext
434 aBrowsingContext
524 if (aBrowsingContext) {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/handling/
H A DContentDispatchChooser.jsm182 if (!aBrowsingContext) {
185 if (aBrowsingContext.top == aBrowsingContext) {
189 let { sandboxFlags } = aBrowsingContext;
256 aBrowsingContext,
304 aBrowsingContext,
317 aBrowsingContext
384 browsingContext: aBrowsingContext,
389 aBrowsingContext
434 aBrowsingContext
524 if (aBrowsingContext) {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DWindowGlobalActor.cpp23 dom::BrowsingContext* aBrowsingContext) { in InheritedPolicy() argument
24 WindowContext* inherit = aBrowsingContext->GetParentWindowContext(); in InheritedPolicy()
29 RefPtr<dom::BrowsingContext> opener = aBrowsingContext->GetOpener(); in InheritedPolicy()
47 dom::BrowsingContext* aBrowsingContext, uint64_t aInnerWindowId, in BaseInitializer() argument
49 MOZ_DIAGNOSTIC_ASSERT(aBrowsingContext); in BaseInitializer()
55 ctx.mBrowsingContextId = aBrowsingContext->Id(); in BaseInitializer()
60 InheritedPolicy(aBrowsingContext); in BaseInitializer()
65 dom::BrowsingContext* aBrowsingContext, nsIPrincipal* aPrincipal) { in AboutBlankInitializer() argument
67 BaseInitializer(aBrowsingContext, nsContentUtils::GenerateWindowId(), in AboutBlankInitializer()

12345678910>>...16