From 204317b1e66704166f2842b6bafcece10c0d6cd9 Mon Sep 17 00:00:00 2001 From: lamoure6 Date: Tue, 6 Jun 2023 13:00:42 +0200 Subject: [PATCH] style: Removed remaining (non-negated) -moz-proton media queries Differential Revision: https://phabricator.services.mozilla.com/D125328 --- components/style/gecko/media_features.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/style/gecko/media_features.rs b/components/style/gecko/media_features.rs index d314500b88f..c80ace2015b 100644 --- a/components/style/gecko/media_features.rs +++ b/components/style/gecko/media_features.rs @@ -652,7 +652,7 @@ macro_rules! bool_pref_feature { /// to support new types in these entries and (2) ensuring that either /// nsPresContext::MediaFeatureValuesChanged is called when the value that /// would be returned by the evaluator function could change. -pub static MEDIA_FEATURES: [MediaFeatureDescription; 58] = [ +pub static MEDIA_FEATURES: [MediaFeatureDescription; 57] = [ feature!( atom!("width"), AllowsRanges::Yes, @@ -920,7 +920,6 @@ pub static MEDIA_FEATURES: [MediaFeatureDescription; 58] = [ GTKCSDReversedPlacement ), lnf_int_feature!(atom!("-moz-system-dark-theme"), SystemUsesDarkTheme), - bool_pref_feature!(atom!("-moz-proton"), "browser.proton.enabled"), bool_pref_feature!( atom!("-moz-proton-places-tooltip"), "browser.proton.places-tooltip.enabled"