Home
last modified time | relevance | path

Searched refs:aScopeURI (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerUtils.cpp71 nsIURI* aScopeURI, nsIURI* aScriptURI, in ServiceWorkerScopeAndScriptAreValid() argument
73 MOZ_DIAGNOSTIC_ASSERT(aScopeURI); in ServiceWorkerScopeAndScriptAreValid()
95 if (!aScopeURI->SchemeIs("http") && !aScopeURI->SchemeIs("https")) { in ServiceWorkerScopeAndScriptAreValid()
101 CheckForSlashEscapedCharsInPath(aScopeURI, "scope URL", aRv); in ServiceWorkerScopeAndScriptAreValid()
109 Unused << aScopeURI->GetRef(ref); in ServiceWorkerScopeAndScriptAreValid()
126 aScopeURI, false /* allowIfInheritsPrincipal */, 0 /* innerWindowID */); in ServiceWorkerScopeAndScriptAreValid()
H A DServiceWorkerUtils.h50 nsIURI* aScopeURI, nsIURI* aScriptURI,
H A DServiceWorkerManager.cpp270 nsIURI* aScopeURI, const OriginAttributes& aOriginAttributes) { in ScopeToPrincipal() argument
271 MOZ_ASSERT(aScopeURI); in ScopeToPrincipal()
274 BasePrincipal::CreateContentPrincipal(aScopeURI, aOriginAttributes); in ScopeToPrincipal()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerUtils.cpp62 nsIURI* aScopeURI, nsIURI* aScriptURI, in ServiceWorkerScopeAndScriptAreValid() argument
64 MOZ_DIAGNOSTIC_ASSERT(aScopeURI); in ServiceWorkerScopeAndScriptAreValid()
101 if (!hasValidURISchemes(aScopeURI)) { in ServiceWorkerScopeAndScriptAreValid()
110 CheckForSlashEscapedCharsInPath(aScopeURI, "scope URL", aRv); in ServiceWorkerScopeAndScriptAreValid()
118 Unused << aScopeURI->GetRef(ref); in ServiceWorkerScopeAndScriptAreValid()
133 aScopeURI, false /* allowIfInheritsPrincipal */, 0 /* innerWindowID */); in ServiceWorkerScopeAndScriptAreValid()
H A DServiceWorkerUtils.h57 nsIURI* aScopeURI, nsIURI* aScriptURI,
H A DServiceWorkerManager.cpp261 nsIURI* aScopeURI, const OriginAttributes& aOriginAttributes) { in ScopeToPrincipal() argument
262 MOZ_ASSERT(aScopeURI); in ScopeToPrincipal()
265 BasePrincipal::CreateContentPrincipal(aScopeURI, aOriginAttributes); in ScopeToPrincipal()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerUtils.cpp62 nsIURI* aScopeURI, nsIURI* aScriptURI, in ServiceWorkerScopeAndScriptAreValid() argument
64 MOZ_DIAGNOSTIC_ASSERT(aScopeURI); in ServiceWorkerScopeAndScriptAreValid()
101 if (!hasValidURISchemes(aScopeURI)) { in ServiceWorkerScopeAndScriptAreValid()
110 CheckForSlashEscapedCharsInPath(aScopeURI, "scope URL", aRv); in ServiceWorkerScopeAndScriptAreValid()
118 Unused << aScopeURI->GetRef(ref); in ServiceWorkerScopeAndScriptAreValid()
133 aScopeURI, false /* allowIfInheritsPrincipal */, 0 /* innerWindowID */); in ServiceWorkerScopeAndScriptAreValid()
H A DServiceWorkerUtils.h55 nsIURI* aScopeURI, nsIURI* aScriptURI,
H A DServiceWorkerManager.cpp279 nsIURI* aScopeURI, const OriginAttributes& aOriginAttributes) { in ScopeToPrincipal() argument
280 MOZ_ASSERT(aScopeURI); in ScopeToPrincipal()
283 BasePrincipal::CreateContentPrincipal(aScopeURI, aOriginAttributes); in ScopeToPrincipal()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerUtils.cpp62 nsIURI* aScopeURI, nsIURI* aScriptURI, in ServiceWorkerScopeAndScriptAreValid() argument
64 MOZ_DIAGNOSTIC_ASSERT(aScopeURI); in ServiceWorkerScopeAndScriptAreValid()
101 if (!hasValidURISchemes(aScopeURI)) { in ServiceWorkerScopeAndScriptAreValid()
110 CheckForSlashEscapedCharsInPath(aScopeURI, "scope URL", aRv); in ServiceWorkerScopeAndScriptAreValid()
118 Unused << aScopeURI->GetRef(ref); in ServiceWorkerScopeAndScriptAreValid()
133 aScopeURI, false /* allowIfInheritsPrincipal */, 0 /* innerWindowID */); in ServiceWorkerScopeAndScriptAreValid()
H A DServiceWorkerUtils.h57 nsIURI* aScopeURI, nsIURI* aScriptURI,
H A DServiceWorkerManager.cpp261 nsIURI* aScopeURI, const OriginAttributes& aOriginAttributes) { in ScopeToPrincipal() argument
262 MOZ_ASSERT(aScopeURI); in ScopeToPrincipal()
265 BasePrincipal::CreateContentPrincipal(aScopeURI, aOriginAttributes); in ScopeToPrincipal()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerManager.cpp771 ServiceWorkerManager::Register(mozIDOMWindow* aWindow, nsIURI* aScopeURI, in Register() argument
789 NS_ConvertUTF8toUTF16 reportScope(aScopeURI->GetSpecOrDefault()); in Register()
842 rv = documentPrincipal->CheckMayLoad(aScopeURI, true /* report */, in Register()
863 rv = aScopeURI->GetSpecIgnoringRef(cleanedScope); in Register()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerManager.cpp546 nsIURI* aScopeURI, in Register() argument
608 rv = documentPrincipal->CheckMayLoad(aScopeURI, true /* report */, in Register()
629 rv = aScopeURI->GetSpecIgnoringRef(cleanedScope); in Register()