зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset a8b0238e34be (bug 1369815)
This commit is contained in:
Родитель
ab95df718f
Коммит
571612717d
|
@ -52,7 +52,7 @@ class GeckoViewSettings extends GeckoViewModule {
|
||||||
this._isSafeBrowsingInit = true;
|
this._isSafeBrowsingInit = true;
|
||||||
}
|
}
|
||||||
if (aUse != this._useTrackingProtection) {
|
if (aUse != this._useTrackingProtection) {
|
||||||
this.messageManager.loadFrameScript("data:," +
|
this.messageManager.loadFrameScript('data:,' +
|
||||||
`docShell.useTrackingProtection = ${aUse}`,
|
`docShell.useTrackingProtection = ${aUse}`,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
@ -93,7 +93,7 @@ class GeckoViewSettings extends GeckoViewModule {
|
||||||
.getInterface(Ci.nsIDocShell)
|
.getInterface(Ci.nsIDocShell)
|
||||||
.displayMode = aMode;
|
.displayMode = aMode;
|
||||||
} else {
|
} else {
|
||||||
this.messageManager.loadFrameScript("data:," +
|
this.messageManager.loadFrameScript('data:,' +
|
||||||
`docShell.displayMode = ${aMode}`,
|
`docShell.displayMode = ${aMode}`,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче