Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -5/+6 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Further changes required by Servo | Oriol Brufau | 2023-05-16 | 1 | -6/+3 |
| | |||||
* | Eliminate duplicate Layout DOM wrappers | Martin Robinson | 2023-05-05 | 1 | -0/+84 |
There are duplicate sets of Layout DOM wrappers: one for Layout 2013 and one for Layout 2020. As part of cleaning up and simplifying the wrappers, this change parameterizes them on the specific layout data they contain. This allows them to be shared again. In addition, various small cleanups are included. Fixes #29691. |