gecko-dev/devtools/shared/preferences
Julian Descottes dc81ec93ee Bug 1552116 - Move devtools.inspector.inactive.css.enabled to devtools shared preferences r=miker
This preference is used both by the client and the server and cannot be stored in devtools/client
Also added default fallback values.

Differential Revision: https://phabricator.services.mozilla.com/D31404

--HG--
extra : moz-landing-system : lando
2019-05-16 09:58:43 +00:00
..
README.md Bug 1448077 - move DevTools prefs from libpref/init/all.js to devtools/shared;r=jryans 2018-04-06 12:22:53 +02:00
devtools-shared.js Bug 1552116 - Move devtools.inspector.inactive.css.enabled to devtools shared preferences r=miker 2019-05-16 09:58:43 +00:00

README.md

How is devtools-shared loaded?

This preference file is included via modules/libpref/greprefs.js which guarantees it will be loaded on all distributions, including xpcshell binary.