mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #2241 - Part 8: Remove non-working layout.css.DOM*.enabled prefs.
A follow-up to fdfe7a8245eb33db252f2a9a3474ac931f15a7d8.
This commit is contained in:
parent
4ec35fdcf2
commit
e072ef0dfc
2 changed files with 1 additions and 11 deletions
|
|
@ -20,8 +20,7 @@ static const double sRadPerDegree = 2.0 * M_PI / 360.0;
|
|||
bool
|
||||
WebKitCSSMatrix::FeatureEnabled(JSContext* aCx, JSObject* aObj)
|
||||
{
|
||||
return Preferences::GetBool("layout.css.DOMMatrix.enabled", false) &&
|
||||
Preferences::GetBool("layout.css.prefixes.webkit", false);
|
||||
return Preferences::GetBool("layout.css.prefixes.webkit", false);
|
||||
}
|
||||
|
||||
already_AddRefed<WebKitCSSMatrix>
|
||||
|
|
|
|||
|
|
@ -2501,15 +2501,6 @@ pref("layout.css.scroll-snap.prediction-sensitivity", "0.750");
|
|||
// Is support for basic shapes in clip-path enabled?
|
||||
pref("layout.css.clip-path-shapes.enabled", true);
|
||||
|
||||
// Is support for DOMPoint enabled?
|
||||
pref("layout.css.DOMPoint.enabled", true);
|
||||
|
||||
// Is support for DOMQuad enabled?
|
||||
pref("layout.css.DOMQuad.enabled", true);
|
||||
|
||||
// Is support for DOMMatrix enabled?
|
||||
pref("layout.css.DOMMatrix.enabled", true);
|
||||
|
||||
// Is support for GeometryUtils.getBoxQuads enabled?
|
||||
pref("layout.css.getBoxQuads.enabled", true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue