Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split `layout_2020/flexbox.rs` into modules | Simon Sapin | 2020-06-10 | 1 | -252/+0 |
| | |||||
* | Store abspos boxes in a RefCell too | Anthony Ramine | 2020-06-09 | 1 | -6/+5 |
| | | | | | | We want to mutate them when lazily computing their content sizes, but they are behind an Arc for the hoisting infra, so it also needs its own layer of inner mutability. | ||||
* | layout_2020: Tag fragments with their pseudo content type | Martin Robinson | 2020-06-06 | 1 | -33/+25 |
| | | | | | This will allow us to answer queries and properly handle animations in the future for fragments generated for pseudo content. | ||||
* | Parallelize flex item boxes construction | Simon Sapin | 2020-06-04 | 1 | -81/+119 |
| | |||||
* | Owned `ServoArc<ComputedValues>` in `TraversalHandler` | Simon Sapin | 2020-06-04 | 1 | -3/+3 |
| | |||||
* | Keep flex items in `order`-modified document order in the box tree | Simon Sapin | 2020-06-04 | 1 | -0/+11 |
| | |||||
* | Anonymous flex item for text directly in a flex container | Simon Sapin | 2020-06-04 | 1 | -21/+93 |
| | |||||
* | Flex items in the box tree | Simon Sapin | 2020-06-04 | 1 | -24/+102 |
| | |||||
* | Layout 2020 skeleton for `display: flex`, behind a pref | Simon Sapin | 2020-06-04 | 1 | -0/+62 |