diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /caps/nsIPrincipal.idl | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'caps/nsIPrincipal.idl')
-rw-r--r-- | caps/nsIPrincipal.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/caps/nsIPrincipal.idl b/caps/nsIPrincipal.idl index a3849dd723..cf6ccd4dea 100644 --- a/caps/nsIPrincipal.idl +++ b/caps/nsIPrincipal.idl @@ -72,7 +72,7 @@ interface nsIPrincipal : nsISupports * May be called from any thread. */ - boolean equalsForPermission(in nsIPrincipal other, in bool aExactHost); + boolean equalsForPermission(in nsIPrincipal other, in boolean aExactHost); /** * Like equals, but takes document.domain changes into account. @@ -424,7 +424,7 @@ interface nsIPrincipal : nsISupports * * May be called from any thread. */ - bool allowsRelaxStrictFileOriginPolicy(in nsIURI aURI); + boolean allowsRelaxStrictFileOriginPolicy(in nsIURI aURI); /* @@ -433,7 +433,7 @@ interface nsIPrincipal : nsISupports * May be called from any thread. */ [noscript] - ACString getPrefLightCacheKey(in nsIURI aURI ,in bool aWithCredentials, + ACString getPrefLightCacheKey(in nsIURI aURI ,in boolean aWithCredentials, in const_OriginAttributes aOriginAttributes); @@ -444,7 +444,7 @@ interface nsIPrincipal : nsISupports * * NOTE: Main-Thread Only. */ - bool hasFirstpartyStorageAccess(in mozIDOMWindow aWindow, out uint32_t rejectedReason); + boolean hasFirstpartyStorageAccess(in mozIDOMWindow aWindow, out uint32_t rejectedReason); /* |