Bug 1238827: Don't let webkit CSS prefix support be default-enabled in release/beta builds, for the time being. r=heycam

This commit is contained in:
Daniel Holbert 2016-01-12 09:19:13 -08:00
parent 24f35f1e16
commit eb971e9384

View File

@ -2317,7 +2317,11 @@ pref("layout.css.prefixes.font-features", true);
pref("layout.css.prefixes.gradients", true);
// Are webkit-prefixed properties & property-values supported?
#ifdef RELEASE_BUILD
pref("layout.css.prefixes.webkit", false);
#else
pref("layout.css.prefixes.webkit", true);
#endif
// Are "-webkit-{min|max}-device-pixel-ratio" media queries supported?
// (Note: this pref has no effect if the master 'layout.css.prefixes.webkit'