mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
style: Remove the @-moz-document url-prefix() hack preference, enable it everywhere.
It doesn't seem like realistically we're going to be able to get rid of this any time soon. Differential Revision: https://phabricator.services.mozilla.com/D76809
This commit is contained in:
parent
ab79cc0e39
commit
3f25ac6b51
1 changed files with 0 additions and 4 deletions
|
@ -264,10 +264,6 @@ impl DocumentCondition {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if !pref!("layout.css.moz-document.url-prefix-hack.enabled") {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Allow a single url-prefix() for compatibility.
|
// Allow a single url-prefix() for compatibility.
|
||||||
//
|
//
|
||||||
// See bug 1446470 and dependencies.
|
// See bug 1446470 and dependencies.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue