зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 48b3b92e77f5 (bug 1639140) for causing xpcshell failures CLOSED TREE
This commit is contained in:
Родитель
8f8840f702
Коммит
a10ab58b99
|
@ -425,6 +425,10 @@ bool DocumentLoadListener::Open(
|
||||||
httpBaseChannel->SetTopWindowURI(topWindowURI);
|
httpBaseChannel->SetTopWindowURI(topWindowURI);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Remove this in Bug 1639140
|
||||||
|
Unused << loadInfo->SetHasStoragePermission(
|
||||||
|
AntiTrackingUtils::HasStoragePermissionInParent(mChannel));
|
||||||
|
|
||||||
nsCOMPtr<nsIIdentChannel> identChannel = do_QueryInterface(mChannel);
|
nsCOMPtr<nsIIdentChannel> identChannel = do_QueryInterface(mChannel);
|
||||||
if (identChannel && aChannelId) {
|
if (identChannel && aChannelId) {
|
||||||
Unused << identChannel->SetChannelId(*aChannelId);
|
Unused << identChannel->SetChannelId(*aChannelId);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче