mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
24f35f1e16
commit
eb971e9384
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user