Re: Feature flags used in Firefox Source Code

2018-08-25 Thread juan . hoyosr
Does it make sense to identify feature flags based on release heuristics? I believe these could help distinguishing a good proportion of experimental, ops and release toggles [1] while ignoring the configuration preferences: * If a pref is a experimental feature as in [2]. * If a pref is affecte

Enabling ECMAScript experimental features

2018-08-25 Thread juan . hoyosr
How could I enable the ECMAScript TypedObject objects as specified in Experimental Features [1]? I have been unable to spot where these type of features are activated from within the m-c source code as they seem to not have any related pref. Which parts of the code decide whether that feature w