servo/components/layout
bors-servo ff82d479c9
Auto merge of #29965 - mrobinson:clip-chain, r=delan
Use the WebRender clip chain API

The old clipping API has been removed from WebRender, so this switches
both legacy and new layout over to use the clip chain API in preparation
for the WebRender upgrade.

<!-- Please describe your changes on the following line: -->

---
<!-- 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] There are tests for these changes OR

<!-- 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. -->
2023-07-11 10:23:37 +02:00
..
display_list Auto merge of #29965 - mrobinson:clip-chain, r=delan 2023-07-11 10:23:37 +02:00
tests Make the choice of layout runtime setting 2023-07-06 14:49:24 +02:00
block.rs Actually check if root is absolute positioned 2022-04-19 17:43:43 +08:00
Cargo.toml Make the choice of layout runtime setting 2023-07-06 14:49:24 +02:00
construct.rs Make Layout 2013 style a superset of Layout 2020 style 2023-06-28 16:06:07 +02:00
context.rs Combine DOM-related concepts in Layout 2020 into dom.rs 2023-05-13 11:52:59 +02:00
data.rs Eliminate duplicate Layout DOM wrappers 2023-05-05 17:16:38 +02:00
flex.rs Servo build fixes. 2019-12-16 14:23:56 +01:00
floats.rs Update nightly rustc. 2021-11-01 08:46:18 -04:00
flow.rs Detect body elements during layout 2023-05-04 10:46:27 +02:00
flow_list.rs Some further removals 2019-05-30 20:27:19 +02:00
flow_ref.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
fragment.rs Try to use WebRender types more 2023-07-10 17:35:50 +02:00
generated_content.rs Make Layout 2013 style a superset of Layout 2020 style 2023-06-28 16:06:07 +02:00
incremental.rs Remove LayoutDamageComputation 2019-01-14 16:10:26 +01:00
inline.rs layout: Don't built stacking contexts or display lists for empty blocks. 2020-06-09 11:27:23 -04:00
layout_debug.rs Fix deprecation warnings 2019-01-28 11:32:40 +01:00
lib.rs Combine DOM-related concepts in Layout 2020 into dom.rs 2023-05-13 11:52:59 +02:00
linked_list.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
list_item.rs Update euclid. 2019-07-23 23:09:55 +02:00
model.rs Servo build fixes. 2019-12-16 14:23:56 +01:00
multicol.rs Add trace logs when assigning inline/block sizes 2022-04-17 16:18:32 +08:00
parallel.rs Clean up debug options 2023-05-01 14:09:28 +02:00
persistent_list.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
query.rs Combine DOM-related concepts in Layout 2020 into dom.rs 2023-05-13 11:52:59 +02:00
sequential.rs Try to use WebRender types more 2023-07-10 17:35:50 +02:00
table.rs Add trace logs when assigning inline/block sizes 2022-04-17 16:18:32 +08:00
table_caption.rs Add trace logs when assigning inline/block sizes 2022-04-17 16:18:32 +08:00
table_cell.rs Add trace logs when assigning inline/block sizes 2022-04-17 16:18:32 +08:00
table_colgroup.rs Servo build fixes. 2019-12-16 14:23:56 +01:00
table_row.rs style: Miscellaneous Servo build fixes. 2020-02-12 02:43:23 +01:00
table_rowgroup.rs Add trace logs when assigning inline/block sizes 2022-04-17 16:18:32 +08:00
table_wrapper.rs Add trace logs when assigning inline/block sizes 2022-04-17 16:18:32 +08:00
text.rs Revert "Revert "Update font-kit and freetype and unicode-script."" 2020-08-10 13:30:51 -04:00
traversal.rs Simplify our setup for font metric queries from style 2023-05-11 21:02:15 +02:00
wrapper.rs Implement concept of dirty root 2020-05-19 16:26:36 +02:00