Commit c80bdd9
authored
prefs: Remove
This setting is used to control whether or not incremental legacy layout
was enabled. Nowadays incremental layout is always enabled as it is a
fundamental feature of how layout works. The setting also controls
whether or not nodes are traversed in Style, but that's also something
that's much less interesting today. This change just removes this
setting as it just controls the Stylo setting. A corresponding change in
Stylo will also remove the setting there.
Testing: This just removes a setting so existing tests should suffice.
Fixes: This is part of servo#34967.
Signed-off-by: Martin Robinson <mrobinson@igalia.com>Opts::nonincremental_layout (servo#43207)1 parent eabf3c7 commit c80bdd9
4 files changed
+2
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
215 | 212 | | |
216 | 213 | | |
217 | 214 | | |
218 | | - | |
219 | 215 | | |
220 | 216 | | |
221 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4742 | 4742 | | |
4743 | 4743 | | |
4744 | 4744 | | |
| 4745 | + | |
| 4746 | + | |
4745 | 4747 | | |
4746 | 4748 | | |
4747 | 4749 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
745 | | - | |
746 | | - | |
747 | 745 | | |
748 | 746 | | |
749 | 747 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | 467 | | |
473 | 468 | | |
474 | 469 | | |
| |||
722 | 717 | | |
723 | 718 | | |
724 | 719 | | |
725 | | - | |
726 | 720 | | |
727 | 721 | | |
728 | 722 | | |
| |||
0 commit comments