servo/components/layout
bors-servo 3de14d9ca0 Auto merge of #11835 - servo:diy-as-unsafe-cell, r=nox
Use our copy of RefCell for style data

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

This allows removing `#![feature(as_unsafe_cell)]` in geckolib and make progress towards #11815.

---
<!-- 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 part of #11815.

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require new tests because they don’t introduce no functional changes.

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

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11835)
<!-- Reviewable:end -->
2016-06-23 09:19:28 -05:00
..
animation.rs Introduce a script_layout_interface crate and move RestyleDamage to it. 2016-06-20 19:02:36 +02:00
block.rs Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
Cargo.toml Introduce a layout_thread crate; drop the dependency of layout on script. 2016-06-20 21:23:44 +02:00
construct.rs Move is_image_data to script_layout_interface. 2016-06-20 19:08:11 +02:00
context.rs Remove SharedLayoutContext::url. 2016-05-31 14:47:17 +02:00
data.rs Introduce a script_layout_interface crate and move RestyleDamage to it. 2016-06-20 19:02:36 +02:00
display_list_builder.rs Remove REPAINT damage in Fragment::build_display_list 2016-06-20 13:39:36 -07:00
flex.rs Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
floats.rs layout: Take margins in the inline direction into account when 2016-05-10 17:11:28 -07:00
flow.rs Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
flow_list.rs Added DoubleEndedIterator for MutFlowListIterator 2016-06-17 14:57:41 +01:00
flow_ref.rs Correct the signature of flow_ref::deref_mut. 2016-06-06 15:14:23 +02:00
fragment.rs Move LayoutNode and related traits to script_layout_interface. 2016-06-20 19:07:54 +02:00
generated_content.rs Move LayoutNode and related traits to script_layout_interface. 2016-06-20 19:07:54 +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 Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
layout_debug.rs Fragment debug_id u16 only exists in debug, prod will format mem address 2016-06-04 19:19:42 +02:00
lib.rs Use our copy of RefCell for style data. 2016-06-23 16:13:49 +02:00
list_item.rs Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
model.rs Add support for vertical alignment within table cells. 2016-04-20 14:40:02 -07:00
multicol.rs Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
opaque_node.rs Introduce LayoutJS<Node>::opaque() to replace OpaqueNodeMethods::from_jsmanaged(). 2016-06-20 19:08:02 +02:00
parallel.rs Store SharedStyleContext in AssignISizes. 2016-06-22 15:02:06 +02:00
persistent_list.rs Move util::persistent_list to layout 2016-02-20 19:20:38 +01:00
query.rs Move LayoutThreadData to query.rs. 2016-06-20 21:23:42 +02:00
sequential.rs Store SharedStyleContext in AssignISizes. 2016-06-22 15:02:06 +02:00
table.rs Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
table_caption.rs Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
table_cell.rs Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
table_colgroup.rs Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
table_row.rs Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
table_rowgroup.rs Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
table_wrapper.rs Pass SharedStyleContext to assign_inline_sizes. 2016-06-22 14:50:04 +02:00
text.rs Alignment is wrong. 2016-06-18 11:49:38 -07:00
traversal.rs Make the STYLE_BLOOM global private. 2016-06-23 13:52:26 +02:00
webrender_helpers.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
wrapper.rs Use our copy of RefCell for style data. 2016-06-23 16:13:49 +02:00