зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1643606 - Remove remnants of the toolkit.cosmeticAnimations.enabled pref. r=Gijs,remote-protocol-reviewers,marionette-reviewers,extension-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D78462
This commit is contained in:
Родитель
b11f4e5b76
Коммит
7e9799c2c7
|
@ -76,7 +76,3 @@ add_task(async function testBrowserActionMenuResizeStandards() {
|
|||
add_task(async function testBrowserActionMenuResizeQuirks() {
|
||||
await testPopupSize(false);
|
||||
});
|
||||
|
||||
add_task(async function testTeardown() {
|
||||
Services.prefs.clearUserPref("toolkit.cosmeticAnimations.enabled");
|
||||
});
|
||||
|
|
|
@ -37,7 +37,3 @@ add_task(async function testBrowserActionMenuResizeBottomArrow() {
|
|||
|
||||
await BrowserTestUtils.closeWindow(win);
|
||||
});
|
||||
|
||||
add_task(async function testTeardown() {
|
||||
Services.prefs.clearUserPref("toolkit.cosmeticAnimations.enabled");
|
||||
});
|
||||
|
|
|
@ -114,7 +114,3 @@ add_task(async function testPopupSelectPopup() {
|
|||
BrowserTestUtils.removeTab(tab);
|
||||
await extension.unload();
|
||||
});
|
||||
|
||||
add_task(async function testTeardown() {
|
||||
Services.prefs.clearUserPref("toolkit.cosmeticAnimations.enabled");
|
||||
});
|
||||
|
|
|
@ -665,9 +665,6 @@ class FirefoxLauncher implements ProductLauncher {
|
|||
// Disable first-run welcome page
|
||||
'startup.homepage_welcome_url.additional': '',
|
||||
|
||||
// Disable browser animations (tabs, fullscreen, sliding alerts)
|
||||
'toolkit.cosmeticAnimations.enabled': false,
|
||||
|
||||
// We want to collect telemetry, but we don't want to send in the results
|
||||
'toolkit.telemetry.server': `https://${server}/dummy/telemetry/`,
|
||||
// Prevent starting into safe mode after application crashes
|
||||
|
|
|
@ -566,9 +566,6 @@ class DesktopInstance(GeckoInstance):
|
|||
# Start with a blank page by default
|
||||
"browser.startup.page": 0,
|
||||
|
||||
# Disable browser animations
|
||||
"toolkit.cosmeticAnimations.enabled": False,
|
||||
|
||||
# Bug 1557457: Disable because modal dialogs might not appear in Firefox
|
||||
"browser.tabs.remote.separatePrivilegedContentProcess": False,
|
||||
|
||||
|
|
|
@ -277,9 +277,6 @@ const RECOMMENDED_PREFS = new Map([
|
|||
["startup.homepage_welcome_url", "about:blank"],
|
||||
["startup.homepage_welcome_url.additional", ""],
|
||||
|
||||
// Disable browser animations (tabs, fullscreen, sliding alerts)
|
||||
["toolkit.cosmeticAnimations.enabled", false],
|
||||
|
||||
// Prevent starting into safe mode after application crashes
|
||||
["toolkit.startup.max_resumed_crashes", -1],
|
||||
]);
|
||||
|
|
Загрузка…
Ссылка в новой задаче