Merged
nicoburns pushed a commit to nicoburns/stylo that referenced this pull request
May 29, 2026…or_all_content` (servo#375) Instead of using a `LazyLock` just use a direct match that calls `static_prefs::pref!`. The idea here is that the compiler can turn this into a jump table when compilng and that the `static_prefs` call will reflect the live value of preferences. Servo PR: servo/servo#45226 Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
…opertyId::enabled_for_all_content` This change incorporates a fix from Stylo dealing with live preference changes. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>