Commit message (Expand) | 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 |
* | layout_2020: Tag fragments with their pseudo content type | Martin Robinson | 2020-06-06 | 1 | -33/+25 |
* | 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 |