From a58f5647753111914a9a05290298c543d589a05e Mon Sep 17 00:00:00 2001 From: James Teh Date: Tue, 18 May 2021 00:13:31 +0000 Subject: [PATCH] Bug 1710976: Add a pref for caching of content process a11y trees in the parent process. r=eeejay This isn't used yet, but it will be used in quite a few different places henceforth. Differential Revision: https://phabricator.services.mozilla.com/D115042 --- modules/libpref/init/StaticPrefList.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index bd82fca9ffbc..c54870683f60 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -217,6 +217,13 @@ #endif mirror: always +# Whether to cache the entire accessibility trees of all content processes in +# the parent process. +- name: accessibility.cache.enabled + type: bool + value: false + mirror: once + #--------------------------------------------------------------------------- # Prefs starting with "alerts." #---------------------------------------------------------------------------