Andreas Kling
7e1bf4d300
LibWeb: Compute element style in Layout::TreeBuilder
...
Instead of making each Layout::Node compute style for itself, we now
compute it in TreeBuilder before even calling create_layout_node().
For non-element DOM nodes, we create the style and layout tree node
in TreeBuilder. This allows us to move create_layout_node() from
DOM::Node to DOM::Element.
2022-02-05 22:50:39 +01:00
..
2022-01-23 01:22:41 +01:00
2022-01-23 01:22:41 +01:00
2022-02-04 13:52:02 +01:00
2022-01-24 02:09:17 +01:00
2022-01-20 00:04:10 +01:00
2022-01-24 02:16:13 +01:00
2022-01-23 01:22:41 +01:00
2022-01-23 01:22:41 +01:00
2022-02-04 13:52:02 +01:00
2022-02-04 13:52:02 +01:00
2022-02-04 13:52:02 +01:00
2022-01-24 02:09:17 +01:00
2022-01-23 01:22:41 +01:00
2022-01-23 01:22:41 +01:00
2022-01-23 01:22:41 +01:00
2022-01-23 01:22:41 +01:00
2022-01-31 18:23:22 +00:00
2022-01-31 18:23:22 +00:00
2022-01-31 18:23:22 +00:00
2022-01-23 01:22:41 +01:00
2022-01-23 01:36:13 +01:00
2022-01-23 01:36:13 +01:00
2022-01-23 15:48:27 +03:30
2022-01-23 01:22:41 +01:00
2022-01-31 18:23:22 +00:00
2022-01-31 18:23:22 +00:00
2022-01-23 01:22:41 +01:00
2022-01-23 01:22:41 +01:00
2022-01-20 00:04:10 +01:00
2022-01-23 15:48:27 +03:30
2022-01-23 01:22:41 +01:00
2022-02-05 22:50:39 +01:00