servo/components/layout
bors-servo 5cd6316add auto merge of #5067 : servo/servo/counters, r=SimonSapin
Only simple alphabetic and numeric counter styles are supported. (This
is most of them though.)

Although this PR adds a sequential pass to layout, I verified that on
pages that contain a reasonable number of ordered lists (Reddit
`/r/rust`), the time spent in generated content resolution is dwarfed by
the time spent in the parallelizable parts of layout. So I don't expect
this to negatively affect our parallelism expect perhaps in pathological
cases.

Moved from #4544, because Critic.

Fixes #4544.
2015-03-03 10:42:52 -07:00
..
css Move selector matching to an external library, for use outside Servo. 2015-02-23 16:29:34 +01:00
block.rs auto merge of #5067 : servo/servo/counters, r=SimonSapin 2015-03-03 10:42:52 -07:00
Cargo.toml Move selector matching to an external library, for use outside Servo. 2015-02-23 16:29:34 +01:00
construct.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
context.rs Use boxed::into_raw in create_or_get_local_context. 2015-02-12 22:58:08 +01:00
display_list_builder.rs auto merge of #5067 : servo/servo/counters, r=SimonSapin 2015-03-03 10:42:52 -07:00
floats.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
flow.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
flow_list.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
flow_ref.rs Opt-in rather than opt-out to unsafe blocks in layout. 2015-02-08 20:03:27 +01:00
fragment.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
generated_content.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
incremental.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
inline.rs auto merge of #5067 : servo/servo/counters, r=SimonSapin 2015-03-03 10:42:52 -07:00
layout_debug.rs Use rustc-serialize rather than the built-in deprecated serialize. 2015-02-17 13:24:15 +01:00
layout_task.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
lib.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
list_item.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
model.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
parallel.rs layout: Add an option to visualize parallel layout 2015-02-20 19:11:35 -08:00
sequential.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
table.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
table_caption.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
table_cell.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
table_colgroup.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
table_row.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
table_rowgroup.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
table_wrapper.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
text.rs Make dlist::split use new DList::split_off. 2015-02-12 15:39:08 -08:00
traversal.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
util.rs Reap layout data whenever a node is removed from the tree. 2015-03-03 07:12:51 +10:00
wrapper.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00