layout: Enable flexbox by default on non-legacy layout (#33186)

Flexbox is still very much in progress, but things are working well
enough that we can enable it by default. It improves most pages that use
flexbox now.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2024-08-26 06:50:52 -07:00 committed by GitHub
parent b6d5ac09b0
commit 7b7020a8d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
63 changed files with 465 additions and 351 deletions

View file

@ -734,7 +734,6 @@ pub fn from_cmdline_args(mut opts: Options, args: &[String]) -> ArgumentParsingR
let legacy_layout = opt_match.opt_present("legacy-layout");
if legacy_layout {
set_pref!(layout.legacy_layout, true);
set_pref!(layout.flexbox.enabled, true);
}
let opts = Opts {