Skip to content

Commit

Permalink
Bug 1809374: Enable Cache the World on early beta. r=eeejay,settings-…
Browse files Browse the repository at this point in the history
…reviewers

Differential Revision: https://phabricator.services.mozilla.com/D166628
  • Loading branch information
jcsteh committed Jan 13, 2023
1 parent 3cda723 commit 2e58a5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,10 @@
# the parent process.
- name: accessibility.cache.enabled
type: bool
#ifdef ANDROID
#if defined(ANDROID)
value: true
#elif defined(XP_WIN) || defined(XP_LINUX)
value: @IS_EARLY_BETA_OR_EARLIER@
#else
value: @IS_NOT_RELEASE_OR_BETA@
#endif
Expand Down
7 changes: 6 additions & 1 deletion toolkit/components/featuregates/Features.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,9 @@ preference = "accessibility.cache.enabled"
type = "boolean"
bug-numbers = [1694563]
is-public = {default = false, nightly = true}
default-value = {default = false, nightly = true, android = true}
[accessibility-cache.default-value]
default = false
nightly = true
android = true
"early_beta_or_earlier,win" = true
"early_beta_or_earlier,linux" = true

0 comments on commit 2e58a5b

Please sign in to comment.