servo/components/layout
Nicholas Nethercote 092507d23c Add a profile_traits crate to reduce compile times.
A rebuild after touching components/profile/mem.rs now takes 48 seconds (and
only rebuilds `profile` and `servo`) which is much lower than it used to be.
In comparison, a rebuild after touching components/profile_traits/mem.rs takes
294 seconds and rebuilds many more crates.

This change also removes some unnecessary crate dependencies in `net` and
`net_traits`.
2015-04-30 17:58:47 -07:00
..
css Make NodeTypeId include CharacterData variant 2015-04-29 13:30:21 +09:00
animation.rs Stop using the deprecated range function. 2015-04-22 20:26:40 +02:00
block.rs Auto merge of #5480 - SimonSapin:multicol, r=pcwalton 2015-04-28 19:48:45 -05:00
Cargo.toml Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
construct.rs Make NodeTypeId include CharacterData variant 2015-04-29 13:30:21 +09:00
context.rs Refactored image cache task - details below. 2015-04-23 09:40:24 +10:00
data.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
display_list_builder.rs Implement Clone for Copy types. 2015-04-28 23:31:10 +02:00
floats.rs Auto merge of #5480 - SimonSapin:multicol, r=pcwalton 2015-04-28 19:48:45 -05:00
flow.rs Auto merge of #5480 - SimonSapin:multicol, r=pcwalton 2015-04-28 19:48:45 -05:00
flow_list.rs Use usize in flow_list. 2015-03-29 12:43:44 +02:00
flow_ref.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
fragment.rs layout: Make the style-specified width affect minimum width. 2015-04-27 18:32:28 -07:00
generated_content.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
incremental.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
inline.rs Fix text-align left/right in RTL layout 2015-04-29 07:07:58 -07:00
layout_debug.rs Remove old_path usage from layout. 2015-03-25 22:36:01 +01:00
layout_task.rs Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
lib.rs Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
list_item.rs Refactor flow construction to make float less of a special case. 2015-04-29 02:47:46 +02:00
model.rs Implement Clone for Copy types. 2015-04-28 23:31:10 +02:00
multicol.rs Refactor flow construction to make float less of a special case. 2015-04-29 02:47:46 +02:00
opaque_node.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
parallel.rs Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
sequential.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
table.rs Refactor flow construction to make float less of a special case. 2015-04-29 02:47:46 +02:00
table_caption.rs Refactor flow construction to make float less of a special case. 2015-04-29 02:47:46 +02:00
table_cell.rs Refactor flow construction to make float less of a special case. 2015-04-29 02:47:46 +02:00
table_colgroup.rs Stop using the deprecated range function. 2015-04-22 20:26:40 +02:00
table_row.rs Auto merge of #5480 - SimonSapin:multicol, r=pcwalton 2015-04-28 19:48:45 -05:00
table_rowgroup.rs Refactor flow construction to make float less of a special case. 2015-04-29 02:47:46 +02:00
table_wrapper.rs Auto merge of #5480 - SimonSapin:multicol, r=pcwalton 2015-04-28 19:48:45 -05:00
text.rs layout: Use a flag to record whether we need to perform a line break if 2015-04-24 13:16:34 -07:00
traversal.rs Implement Clone for Copy types. 2015-04-28 23:31:10 +02:00
wrapper.rs Make NodeTypeId include CharacterData variant 2015-04-29 13:30:21 +09:00