diff options
Diffstat (limited to 'testing/profiles')
-rw-r--r-- | testing/profiles/common/user.js | 1 | ||||
-rw-r--r-- | testing/profiles/reftest/user.js | 2 | ||||
-rw-r--r-- | testing/profiles/web-platform/user.js | 2 |
3 files changed, 1 insertions, 4 deletions
diff --git a/testing/profiles/common/user.js b/testing/profiles/common/user.js index 5613898b7b..523ccc00e4 100644 --- a/testing/profiles/common/user.js +++ b/testing/profiles/common/user.js @@ -12,7 +12,6 @@ user_pref("devtools.console.stdout.chrome", true); // asrouter expects a plain object or null user_pref("browser.newtabpage.activity-stream.asrouter.providers.cfr", "null"); user_pref("browser.newtabpage.activity-stream.asrouter.providers.message-groups", "null"); -user_pref("browser.newtabpage.activity-stream.asrouter.providers.whats-new-panel", "null"); user_pref("browser.newtabpage.activity-stream.asrouter.providers.messaging-experiments", "null"); user_pref("browser.newtabpage.activity-stream.feeds.system.topstories", false); user_pref("browser.newtabpage.activity-stream.tippyTop.service.endpoint", ""); diff --git a/testing/profiles/reftest/user.js b/testing/profiles/reftest/user.js index 765d17e6a7..2ee31eff12 100644 --- a/testing/profiles/reftest/user.js +++ b/testing/profiles/reftest/user.js @@ -43,7 +43,7 @@ user_pref("gfx.logging.level", 1); user_pref("image.downscale-during-decode.enabled", false); // We do the capturing the reftest results with sync decoding // so we want to be consistent. -user_pref("image.decode-sync.enabled", true); +user_pref("image.testing.decode-sync.enabled", true); // Disable interruptible reflow since (1) it's normally not going to // happen, but (2) it might happen if we somehow end up with both // pending user events and clock skew. So to avoid having to change diff --git a/testing/profiles/web-platform/user.js b/testing/profiles/web-platform/user.js index 6370b93645..9251695ba2 100644 --- a/testing/profiles/web-platform/user.js +++ b/testing/profiles/web-platform/user.js @@ -74,8 +74,6 @@ user_pref("gfx.offscreencanvas.enabled", true); user_pref("dom.reporting.enabled", true); // Enable WebDriver BiDi experimental commands and events during tests. user_pref("remote.experimental.enabled", true); -// Disable always partitioning storage with the Storage Access API -user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", false); // Disable OCSP checks in WPT (webtransport triggers these occasionally) user_pref("security.OCSP.enabled", 0); // Disable download of intermediate certificates. |