aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/flow/construct.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix an unimplemented in layout 2020Anthony Ramine2019-12-011-1/+1
* Use std::mem::take instead of defining itSimon Sapin2019-11-261-3/+2
* Make IndependentFormattingContext a struct that owns stylesSimon Sapin2019-11-261-14/+10
* 2020: define DisplayInside and DisplayOutside enums separately from StyloSimon Sapin2019-10-241-2/+0
* Handle inline-block as block for now in layout 2020Anthony Ramine2019-10-111-5/+3
* Remove a wrong assertionAnthony Ramine2019-10-081-5/+0
* Handle anonymous style in end_inline_formatting_contextAnthony Ramine2019-09-231-15/+19
* Uncomment more stuff related to box constructionAnthony Ramine2019-09-191-92/+89
* Cheat the system and use an Arc in BoxSlotAnthony Ramine2019-09-191-2/+2
* Import victor's layout system 🍷Anthony Ramine2019-09-111-156/+196
* Import files from VictorSimon Sapin2019-09-111-0/+625