On 7/26/16 9:09 AM, Akond Rahman wrote:
I am looking into the usage of feature flags of open source software projects 
and I was wondering where I can find a list of all the feature flags used in 
Firefox source code.

There is no canonical list, because code can just check a preference value and doesn't have to register the preference name anywhere.

That said, it's considered good practice to put all the relevant preference names, with their default values, in <https://dxr.mozilla.org/mozilla-central/source/modules/libpref/init/all.js>. Note that many of these may not be documented in this file; you would have to search for those preference names on the web or in the codebase to figure out what they do.

-Boris
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to