From b3dca0593e868cc8ede224d3d456c8018062773a Mon Sep 17 00:00:00 2001 From: Eitan Isaacson Date: Fri, 26 Aug 2022 16:27:01 +0000 Subject: [PATCH] Bug 1786584 - Enable CtW in Android Beta/Release. r=Jamie,preferences-reviewers Differential Revision: https://phabricator.services.mozilla.com/D155403 --- modules/libpref/init/StaticPrefList.yaml | 2 +- toolkit/components/featuregates/Features.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index ddff2df841c8..a4d40c17da25 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -223,7 +223,7 @@ - name: accessibility.cache.enabled type: bool #ifdef ANDROID - value: @IS_NOT_RELEASE_OR_BETA@ + value: true #else value: false #endif diff --git a/toolkit/components/featuregates/Features.toml b/toolkit/components/featuregates/Features.toml index a7d9870f96bc..463819de0aee 100644 --- a/toolkit/components/featuregates/Features.toml +++ b/toolkit/components/featuregates/Features.toml @@ -110,4 +110,4 @@ preference = "accessibility.cache.enabled" type = "boolean" bug-numbers = [1694563] is-public = {default = false, nightly = true} -default-value = {default = false, "nightly,android" = true} +default-value = {default = false, android = true}