Re: [blink-dev] PSA: A Blink runtime feature generates a base::Feature by default

2023-02-17 Thread 'François Beaufort' via blink-dev
Indeed. This will be very helpful. Thank you! On Fri, Feb 17, 2023 at 6:55 AM Yoav Weiss wrote: > Amazing work, thank you so much!! > > On Fri, Feb 17, 2023 at 6:03 AM TAMURA, Kent wrote: > >> Now a runtime feature entry in runtime_enabled_features.json5 generates >> a base::Feature instance wi

Re: [blink-dev] PSA: A Blink runtime feature generates a base::Feature by default

2023-02-16 Thread Yoav Weiss
Amazing work, thank you so much!! On Fri, Feb 17, 2023 at 6:03 AM TAMURA, Kent wrote: > Now a runtime feature entry in runtime_enabled_features.json5 generates a > base::Feature instance with the same name by default. You can disable > this behavior by specifying `base_feature: "none"`. > > Exi

[blink-dev] PSA: A Blink runtime feature generates a base::Feature by default

2023-02-16 Thread TAMURA, Kent
Now a runtime feature entry in runtime_enabled_features.json5 generates a base::Feature instance with the same name by default. You can disable this behavior by specifying `base_feature: "none"`. Existing entries in runtime_enabled_features.json5 which didn't have ` base_feature` now have `base_f