Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Combine DOM-related concepts in Layout 2020 into dom.rs | Martin Robinson | 2023-05-13 | 1 | -25/+0 |
* | Eliminate duplicate Layout DOM wrappers | Martin Robinson | 2023-05-05 | 1 | -0/+3 |
* | Flex items in the box tree | Simon Sapin | 2020-06-04 | 1 | -0/+2 |
* | Rewrite handling of pointers to boxes in the DOM tree | Simon Sapin | 2020-05-15 | 1 | -7/+2 |
* | Switch some uses of `Arc<AtomicRefCell<T>>` over to `ArcRefCell<T>` | Patrick Walton | 2020-03-17 | 1 | -5/+3 |
* | Wrap `BlockLevelBox` and `InlineLevelBox` with `AtomicRefCell` | Patrick Walton | 2020-03-17 | 1 | -2/+3 |
* | Make some of layout_2020 private | Simon Sapin | 2019-10-04 | 1 | -1/+1 |
* | Call BoxTreeRoot::construct from layout_thread_2020 | Anthony Ramine | 2019-10-04 | 1 | -2/+2 |
* | Cheat the system and use an Arc in BoxSlot | Anthony Ramine | 2019-09-19 | 1 | -3/+4 |
* | Import victor's layout system 🍷 | Anthony Ramine | 2019-09-11 | 1 | -1/+7 |
* | Import files from Victor | Simon Sapin | 2019-09-11 | 1 | -0/+19 |