Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query

This commit is contained in:
SpockMan02 2018-06-27 03:25:34 -07:00 committed by Roy Tam
commit 2d708bf86c
8 changed files with 74 additions and 41 deletions

View file

@ -707,6 +707,14 @@ nsMediaFeatures::features[] = {
{ &nsGkAtoms::mac_graphite_theme },
GetSystemMetric
},
{
&nsGkAtoms::_moz_mac_lion_theme,
nsMediaFeature::eMinMaxNotAllowed,
nsMediaFeature::eBoolInteger,
nsMediaFeature::eNoRequirements,
{ &nsGkAtoms::mac_lion_theme },
GetSystemMetric
},
{
&nsGkAtoms::_moz_mac_yosemite_theme,
nsMediaFeature::eMinMaxNotAllowed,
@ -730,7 +738,7 @@ nsMediaFeatures::features[] = {
nsMediaFeature::eNoRequirements,
{ &nsGkAtoms::windows_accent_color_is_dark },
GetSystemMetric
},
},
{
&nsGkAtoms::_moz_windows_compositor,
nsMediaFeature::eMinMaxNotAllowed,