Backed out 5 changesets (bug 1639833) for failures on browser_blockingIndexedDbInWorkers.js. CLOSED TREE
Backed out changeset 6b4f76d65540 (bug 1639833) Backed out changeset c77acba1aacb (bug 1639833) Backed out changeset 30c97666919e (bug 1639833) Backed out changeset d769b313441a (bug 1639833) Backed out changeset ed41b41d1b03 (bug 1639833)
This commit is contained in:
@@ -85,10 +85,9 @@ class nsDocShellLoadState final {
|
||||
|
||||
void SetPrincipalToInherit(nsIPrincipal* aPrincipalToInherit);
|
||||
|
||||
nsIPrincipal* PartitionedPrincipalToInherit() const;
|
||||
nsIPrincipal* StoragePrincipalToInherit() const;
|
||||
|
||||
void SetPartitionedPrincipalToInherit(
|
||||
nsIPrincipal* aPartitionedPrincipalToInherit);
|
||||
void SetStoragePrincipalToInherit(nsIPrincipal* aStoragePrincipalToInherit);
|
||||
|
||||
bool LoadReplace() const;
|
||||
|
||||
@@ -333,7 +332,7 @@ class nsDocShellLoadState final {
|
||||
|
||||
nsCOMPtr<nsIPrincipal> mPrincipalToInherit;
|
||||
|
||||
nsCOMPtr<nsIPrincipal> mPartitionedPrincipalToInherit;
|
||||
nsCOMPtr<nsIPrincipal> mStoragePrincipalToInherit;
|
||||
|
||||
// If this attribute is true, then a top-level navigation
|
||||
// to a data URI will be allowed.
|
||||
|
||||
Reference in New Issue
Block a user