On Wed, May 15, 2019 at 07:02:58PM -0400, Botond Ballo wrote:
On Wed, May 15, 2019 at 6:54 PM Jean-Yves Avenard <jyaven...@mozilla.com> wrote:
It is then up to each process to handle preference modifications and
pass that change. There's no automatic or universal method on how this
is done unfortunately.

Will SpecialPowers.pushPrefEnv(), which currently does propagate the
prefs at least between the content and parent processes, continue to
work? A lot of tests rely on this.

Preference changes in the parent process are automatically propagated to any child processes that handle preference changes. Currently, I believe that does not include GPU and VR processes. It does include web content processes and the necko process.

But for processes that do propagate preference changes, it doesn't matter whether they use StaticPrefs or another preference access API.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to