servo/components/layout_2020
bors-servo 9c6897c967
Auto merge of #25818 - mrobinson:transforms, r=SimonSapin
Add initial support for transforms to layout_2020

---
<!-- 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
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [x] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- 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. -->
2020-02-24 12:45:43 -05:00
..
display_list Add layout_2020 support for transformations 2020-02-21 17:07:09 +01:00
flow Fix rebase issues and run Prettier on layout viewer code 2020-02-21 11:11:00 +01:00
Cargo.toml Add layout debugger support to layout_2020 2020-02-21 11:11:00 +01:00
context.rs remove option for origin and mirror changes to layout_thread_2020 2020-02-18 00:57:33 +05:30
data.rs Import victor's layout system 🍷 2019-09-11 10:36:30 +02:00
dom_traversal.rs Use euclid data types for physical structs in layout_2020 2020-01-23 15:39:32 +01:00
element_data.rs Make some of layout_2020 private 2019-10-04 17:51:05 +02:00
formatting_contexts.rs Dump box tree state into json files and display it on layout 2020 viewer 2020-02-21 11:11:00 +01:00
fragments.rs Minor improvements to layout_debug and associated code 2020-02-21 16:34:32 +01:00
geom.rs Add layout debugger support to layout_2020 2020-02-21 11:11:00 +01:00
layout_debug.rs Minor improvements to layout_debug and associated code 2020-02-21 16:34:32 +01:00
lib.rs Add layout debugger support to layout_2020 2020-02-21 11:11:00 +01:00
opaque_node.rs Remove layout_2020::display_list, use WebRender display lists instead 2019-09-07 19:38:44 +02:00
positioned.rs Fix rebase issues and run Prettier on layout viewer code 2020-02-21 11:11:00 +01:00
query.rs Fix rebase issues and run Prettier on layout viewer code 2020-02-21 11:11:00 +01:00
replaced.rs Fix rebase issues and run Prettier on layout viewer code 2020-02-21 11:11:00 +01:00
sizing.rs Dump box tree state into json files and display it on layout 2020 viewer 2020-02-21 11:11:00 +01:00
style_ext.rs style: Miscellaneous Servo build fixes. 2020-02-12 02:43:23 +01:00
traversal.rs Pass a LayoutContext through box construction 2019-12-02 22:26:49 +01:00
wrapper.rs Remove most of the things in layout 2020 2019-07-31 17:09:17 +02:00