Bug 1743486: More Cut over for resistinfingerprinting API: UseStandinsForNativeColors and Appwindow r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D132515
This commit is contained in:
@@ -2630,7 +2630,9 @@ void AppWindow::SizeShell() {
|
||||
|
||||
// If we're using fingerprint resistance, we're going to resize the window
|
||||
// once we have primary content.
|
||||
if (nsContentUtils::ShouldResistFingerprinting() &&
|
||||
if (nsContentUtils::ShouldResistFingerprinting(
|
||||
"if RFP is enabled we want to round the dimensions of the new"
|
||||
"new pop up window regardless of their origin") &&
|
||||
windowType.EqualsLiteral("navigator:browser")) {
|
||||
// Once we've got primary content, force dimensions.
|
||||
if (mPrimaryContentShell || mPrimaryBrowserParent) {
|
||||
|
||||
Reference in New Issue
Block a user