зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1290214 - Remove NS_ERROR for media queries and @font-face. r=emilio
This commit is contained in:
Родитель
81084cfef0
Коммит
7c2695a9d0
|
@ -13351,7 +13351,8 @@ nsIDocument::FlushUserFontSet()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
NS_ERROR("stylo: ServoStyleSets cannot handle @font-face rules yet");
|
NS_WARNING("stylo: ServoStyleSets cannot handle @font-face rules yet. "
|
||||||
|
"See bug 1290237.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1867,8 +1867,8 @@ nsPresContext::MediaFeatureValuesChanged(nsRestyleHint aRestyleHint,
|
||||||
aRestyleHint |= eRestyle_Subtree;
|
aRestyleHint |= eRestyle_Subtree;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
NS_ERROR("stylo: ServoStyleSets don't support responding to medium "
|
NS_WARNING("stylo: ServoStyleSets don't support responding to medium "
|
||||||
"changes yet");
|
"changes yet. See bug 1290228.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче