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
This commit is contained in:
James Teh 2021-05-18 00:13:31 +00:00
Родитель 1601c5d67a
Коммит a58f564775
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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."
#---------------------------------------------------------------------------