зеркало из https://github.com/mozilla/gecko-dev.git
Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE
This commit is contained in:
Коммит
87ecdbcfb8
|
@ -66,7 +66,7 @@ user_pref("identity.fxaccounts.auth.uri", "https://127.0.0.1/fxa-dummy/");
|
|||
user_pref("identity.fxaccounts.migrateToDevEdition", false);
|
||||
// Make tests run consistently on DevEdition (which has a lightweight theme
|
||||
// selected by default).
|
||||
user_pref("lightweightThemes.selectedThemeID", "default-theme@mozilla.org");
|
||||
user_pref("lightweightThemes.selectedThemeID", "");
|
||||
user_pref("media.capturestream_hints.enabled", true);
|
||||
user_pref("media.gmp-manager.url", "http://127.0.0.1/gmpmanager-dummy/update.xml");
|
||||
// Don't block old libavcodec libraries when testing, because our test systems
|
||||
|
|
|
@ -189,7 +189,7 @@ user_pref("layout.css.shape-outside.enabled", true);
|
|||
user_pref("layout.spammy_warnings.enabled", false);
|
||||
// Make tests run consistently on DevEdition (which has a lightweight theme
|
||||
// selected by default).
|
||||
user_pref("lightweightThemes.selectedThemeID", "default-theme@mozilla.org");
|
||||
user_pref("lightweightThemes.selectedThemeID", "");
|
||||
// Disable all recommended Marionette preferences for Gecko tests.
|
||||
// The prefs recommended by Marionette are typically geared towards
|
||||
// consumer automation; not vendor testing.
|
||||
|
|
|
@ -125,7 +125,6 @@ add_task(async function test_management_themes() {
|
|||
};
|
||||
is(await extension.awaitMessage("onInstalled"), "Bling", "LWT installed");
|
||||
is(await extension.awaitMessage("onEnabled"), "Bling", "LWT enabled");
|
||||
is(await extension.awaitMessage("onDisabled"), "Default", "default disabled");
|
||||
|
||||
await theme.startup();
|
||||
is(await extension.awaitMessage("onInstalled"), "Simple theme test", "webextension theme installed");
|
||||
|
|
Загрузка…
Ссылка в новой задаче