servo/components/layout
bors-servo 86e583fbed Auto merge of #11408 - Ms2ger:layoutthread-url, r=Manishearth
Take LayoutThread::url out of its RefCell.

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 --faster` 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 refactoring

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/11408)
<!-- Reviewable:end -->
2016-05-26 22:37:23 -05:00
..
animation.rs Remove ConstellationChan. 2016-05-19 17:13:44 +02:00
block.rs Removed unused imports 2016-05-15 22:24:26 +03:00
Cargo.toml Bump string-cache to 0.2.18 2016-05-25 14:35:36 +05:30
construct.rs Stop generating flows under display: none. 2016-05-25 11:54:21 -07:00
context.rs layout: Stop storing PrecomputedStyleData in LayoutNode 2016-04-29 22:54:48 +02:00
data.rs Upgrade to bitflags 0.6.0 and selectors 0.5.6 2016-04-30 10:14:03 -07:00
display_list_builder.rs Removed unused imports 2016-05-15 22:24:26 +03:00
flex.rs Auto merge of #10987 - shinglyu:flex-reverse, r=shinglyu 2016-05-10 19:51:04 -07:00
floats.rs layout: Take margins in the inline direction into account when 2016-05-10 17:11:28 -07:00
flow.rs layout: Include float information in flows' debug output. 2016-05-04 13:20:22 -07:00
flow_list.rs layout: Check flow descendants of inline block fragments to find their 2016-05-04 13:20:21 -07:00
flow_ref.rs Remove explicit lifetimes which can be elided. 2015-10-21 01:27:48 +02:00
fragment.rs Always include the last-resort font 2016-05-24 08:30:44 -07:00
generated_content.rs Implement ::selection pseudo-element 2016-03-30 14:28:11 +02:00
incremental.rs Stop generating flows under display: none. 2016-05-25 11:54:21 -07:00
inline.rs Make text-align: justify incremental layout safe 2016-05-10 15:46:22 +02:00
layout_debug.rs Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27) 2016-01-14 14:56:18 -06:00
layout_thread.rs Auto merge of #11408 - Ms2ger:layoutthread-url, r=Manishearth 2016-05-26 22:37:23 -05:00
lib.rs Auto merge of #10928 - servo:warnings, r=mbrubeck 2016-04-30 05:16:46 -07:00
list_item.rs Renamed TComputedValues to ComputedValues 2016-03-29 23:30:13 +03:00
model.rs Add support for vertical alignment within table cells. 2016-04-20 14:40:02 -07:00
multicol.rs Renamed TComputedValues to ComputedValues 2016-03-29 23:30:13 +03:00
opaque_node.rs use self.0 instead of destructing single item tuple structs 2016-03-27 11:50:08 +01:00
parallel.rs Removed unused imports 2016-05-15 22:24:26 +03:00
persistent_list.rs Move util::persistent_list to layout 2016-02-20 19:20:38 +01:00
query.rs Remove ConstellationChan. 2016-05-19 17:13:44 +02:00
sequential.rs Removed unused imports 2016-05-15 22:24:26 +03:00
table.rs Rename imm_child_iter() and child_iter(). Fixes #10286 2016-04-09 01:18:00 +05:30
table_caption.rs Removed unused imports 2016-05-15 22:24:26 +03:00
table_cell.rs Add support for vertical alignment within table cells. 2016-04-20 14:40:02 -07:00
table_colgroup.rs Removed unused imports 2016-05-15 22:24:26 +03:00
table_row.rs Fixed colspan not including cell spacing 2016-05-23 23:09:24 -06:00
table_rowgroup.rs Renamed TComputedValues to ComputedValues 2016-03-29 23:30:13 +03:00
table_wrapper.rs Rename imm_child_iter() and child_iter(). Fixes #10286 2016-04-09 01:18:00 +05:30
text.rs Always include the last-resort font 2016-05-24 08:30:44 -07:00
traversal.rs Stop generating flows under display: none. 2016-05-25 11:54:21 -07:00
webrender_helpers.rs Removed unused imports 2016-05-15 22:24:26 +03:00
wrapper.rs Add string_cache override for geckolib based on gecko atoms. 2016-05-18 11:33:38 -07:00