Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix an unimplemented in layout 2020 | Anthony Ramine | 2019-12-01 | 1 | -1/+1 |
| | |||||
* | Use std::mem::take instead of defining it | Simon Sapin | 2019-11-26 | 1 | -3/+2 |
| | |||||
* | Make IndependentFormattingContext a struct that owns styles | Simon Sapin | 2019-11-26 | 1 | -14/+10 |
| | | | | | | | | … and has a private enum for its contents. Privacy forces the rest of the code to go through methods rather than matching on the enum, reducing accidental layout-mode-specific behavior. | ||||
* | 2020: define DisplayInside and DisplayOutside enums separately from Stylo | Simon Sapin | 2019-10-24 | 1 | -2/+0 |
| | |||||
* | Handle inline-block as block for now in layout 2020 | Anthony Ramine | 2019-10-11 | 1 | -5/+3 |
| | | | | That makes Servo not panic when loading servo.org. | ||||
* | Remove a wrong assertion | Anthony Ramine | 2019-10-08 | 1 | -5/+0 |
| | |||||
* | Handle anonymous style in end_inline_formatting_context | Anthony Ramine | 2019-09-23 | 1 | -15/+19 |
| | |||||
* | Uncomment more stuff related to box construction | Anthony Ramine | 2019-09-19 | 1 | -92/+89 |
| | |||||
* | Cheat the system and use an Arc in BoxSlot | Anthony Ramine | 2019-09-19 | 1 | -2/+2 |
| | | | | | | Ideally we want to be able to borrow from the DOM during box construction but that's not playing very well at the moment with the current bridge between script and layout. | ||||
* | Import victor's layout system 🍷 | Anthony Ramine | 2019-09-11 | 1 | -156/+196 |
| | |||||
* | Import files from Victor | Simon Sapin | 2019-09-11 | 1 | -0/+625 |
https://github.com/SimonSapin/victor/tree/fdb11f3e87f6d2d59170d10169fa6deb94e53b94 |