mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1148104 - Enable fragmentation of floats in column layout in RELEASE builds. r=roc
This commit is contained in:
parent
972a6213f9
commit
c615325cb7
@ -2300,11 +2300,7 @@ pref("layout.frame_rate.precise", false);
|
||||
pref("layout.spammy_warnings.enabled", true);
|
||||
|
||||
// Should we fragment floats inside CSS column layout?
|
||||
#ifdef RELEASE_BUILD
|
||||
pref("layout.float-fragments-inside-column.enabled", false);
|
||||
#else
|
||||
pref("layout.float-fragments-inside-column.enabled", true);
|
||||
#endif
|
||||
|
||||
// Is support for the Web Animations API enabled?
|
||||
#ifdef RELEASE_BUILD
|
||||
|
Loading…
Reference in New Issue
Block a user