servo/components/layout
bors-servo bb271ef4af Auto merge of #13848 - mrobinson:remove-layers, r=glennw
Remove concept of Layers from Servo

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

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because this PR should not change behavior.

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Layers were a feature of the legacy drawing path. If we re-add them at
some point, it probably makes more sense to make them a product of
display list inspection.

This change also remove a bunch of dead painting code.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13848)
<!-- Reviewable:end -->
2016-10-21 01:43:25 -05:00
..
animation.rs Emit TransitionEnd events in the layout thread and process it in the script thread 2016-10-11 19:36:06 -07:00
block.rs Remove concept of Layers from Servo 2016-10-21 08:38:34 +02:00
Cargo.toml Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) 2016-10-09 18:53:47 +02:00
construct.rs Make list-style-image use UrlOrNone. 2016-10-16 11:32:57 +08:00
context.rs Remove concept of Layers from Servo 2016-10-21 08:38:34 +02:00
data.rs Move children_to_process to layout. 2016-10-08 18:20:45 -07:00
display_list_builder.rs Remove concept of Layers from Servo 2016-10-21 08:38:34 +02:00
flex.rs Simplify stacking context collection 2016-09-27 10:48:44 +02:00
floats.rs layout: Take margins in the inline direction into account when 2016-05-10 17:11:28 -07:00
flow.rs Remove concept of Layers from Servo 2016-10-21 08:38:34 +02:00
flow_list.rs Use impl DoubleEndedIterator for two flow_list iterators 2016-08-14 19:06:18 +02:00
flow_ref.rs Correct the signature of flow_ref::deref_mut. 2016-06-06 15:14:23 +02:00
fragment.rs Remove concept of Layers from Servo 2016-10-21 08:38:34 +02:00
generated_content.rs Reorder use statements 2016-09-09 04:55:19 +02:00
incremental.rs Introduce a script_layout_interface crate and move RestyleDamage to it. 2016-06-20 19:02:36 +02:00
inline.rs Remove old rendering backend. 2016-10-18 10:21:27 +10:00
layout_debug.rs Create separate layout trace file for each reflow 2016-09-09 17:38:19 +08:00
lib.rs #13262 Add a unit test verifying that SpecificFragmentInfo size 2016-09-25 10:35:39 +02:00
linked_list.rs Move util::linked_list to layout 2016-06-29 17:23:04 +02:00
list_item.rs layout: Rewrite Servo's vertical-align support to match CSS 2.1 § 2016-10-11 12:47:50 -07:00
model.rs layout: Use the fragment's writing mode when computing sizes relevant to that fragment. 2016-10-02 17:57:07 +02:00
multicol.rs Simplify stacking context collection 2016-09-27 10:48:44 +02:00
opaque_node.rs Introduce LayoutJS<Node>::opaque() to replace OpaqueNodeMethods::from_jsmanaged(). 2016-06-20 19:08:02 +02:00
parallel.rs Reorder use statements 2016-09-09 04:55:19 +02:00
persistent_list.rs Move util::persistent_list to layout 2016-02-20 19:20:38 +01:00
query.rs Remove concept of Layers from Servo 2016-10-21 08:38:34 +02:00
sequential.rs Simplify stacking context collection 2016-09-27 10:48:44 +02:00
table.rs Simplify stacking context collection 2016-09-27 10:48:44 +02:00
table_caption.rs Simplify stacking context collection 2016-09-27 10:48:44 +02:00
table_cell.rs layout: Don't try to vertically align absolutely positioned children of 2016-10-13 14:52:10 -07:00
table_colgroup.rs Simplify stacking context collection 2016-09-27 10:48:44 +02:00
table_row.rs Auto merge of #13401 - notriddle:master, r=pcwalton 2016-09-29 13:16:24 -05:00
table_rowgroup.rs Simplify stacking context collection 2016-09-27 10:48:44 +02:00
table_wrapper.rs Auto merge of #13401 - notriddle:master, r=pcwalton 2016-09-29 13:16:24 -05:00
text.rs Use word-break to decide how glyph runs should be created 2016-09-27 11:25:21 +02:00
traversal.rs Simplify TNode a bit. 2016-10-20 09:47:54 -07:00
webrender_helpers.rs Remove concept of Layers from Servo 2016-10-21 08:38:34 +02:00
wrapper.rs Remove borrow_data and mutate_data from TNode. 2016-10-10 20:36:31 -07:00