style: Removed remaining (non-negated) -moz-proton media queries

Differential Revision: https://phabricator.services.mozilla.com/D125328
This commit is contained in:
lamoure6 2023-06-06 13:00:42 +02:00 committed by Oriol Brufau
parent 1d18b3a028
commit 204317b1e6

View file

@ -652,7 +652,7 @@ macro_rules! bool_pref_feature {
/// to support new types in these entries and (2) ensuring that either /// to support new types in these entries and (2) ensuring that either
/// nsPresContext::MediaFeatureValuesChanged is called when the value that /// nsPresContext::MediaFeatureValuesChanged is called when the value that
/// would be returned by the evaluator function could change. /// would be returned by the evaluator function could change.
pub static MEDIA_FEATURES: [MediaFeatureDescription; 58] = [ pub static MEDIA_FEATURES: [MediaFeatureDescription; 57] = [
feature!( feature!(
atom!("width"), atom!("width"),
AllowsRanges::Yes, AllowsRanges::Yes,
@ -920,7 +920,6 @@ pub static MEDIA_FEATURES: [MediaFeatureDescription; 58] = [
GTKCSDReversedPlacement GTKCSDReversedPlacement
), ),
lnf_int_feature!(atom!("-moz-system-dark-theme"), SystemUsesDarkTheme), lnf_int_feature!(atom!("-moz-system-dark-theme"), SystemUsesDarkTheme),
bool_pref_feature!(atom!("-moz-proton"), "browser.proton.enabled"),
bool_pref_feature!( bool_pref_feature!(
atom!("-moz-proton-places-tooltip"), atom!("-moz-proton-places-tooltip"),
"browser.proton.places-tooltip.enabled" "browser.proton.places-tooltip.enabled"