mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
More cleanup of the layout DOM wrappers This PR includes two commits which continue to clean up the layout DOM wrappers. - in the first the unused `DangerousThreadSafeLayoutNode` trait is removed - in the second DOM-related code is combined into one source file in Layout 2020 and some traits are combined and removed. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #29688 - [x] These changes fix #29722 - [x] These changes do not require tests because they do not change behavior. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> |
||
---|---|---|
.. | ||
construct.rs | ||
geom.rs | ||
layout.rs | ||
mod.rs |