..
animation.rs
style: Document the animated_properties code.
2016-12-31 12:16:55 +01:00
block.rs
Move some methods from display_list_builder.rs
2017-01-09 12:33:23 +01:00
Cargo.toml
Switch to crates.io for atomic_refcell.
2017-01-03 18:14:27 -08:00
construct.rs
Tidy up rust code with regard to new rule (no = in beginning of line)
2017-01-06 20:57:16 +01:00
context.rs
Stop allowing unsafe code around thread_local.
2016-12-30 11:11:25 +01:00
data.rs
Move children_to_process to layout.
2016-10-08 18:20:45 -07:00
display_list_builder.rs
Move some methods from display_list_builder.rs
2017-01-09 12:33:23 +01:00
flex.rs
Auto merge of #14124 - shinglyu:flexbox-trace, r=glennw
2016-12-28 00:33:31 -08:00
floats.rs
Migrated -Z trace-layout to serde_json
2016-11-07 15:54:07 +08:00
flow.rs
Make Restyle tracking more granular.
2016-12-09 14:46:40 -10:00
flow_list.rs
Added a toolbar for going to previous and next node
2016-12-28 15:31:48 +08:00
flow_ref.rs
Migrated -Z trace-layout to serde_json
2016-11-07 15:54:07 +08:00
fragment.rs
Move some methods from display_list_builder.rs
2017-01-09 12:33:23 +01:00
generated_content.rs
Make Restyle tracking more granular.
2016-12-09 14:46:40 -10:00
incremental.rs
Make Restyle tracking more granular.
2016-12-09 14:46:40 -10:00
inline.rs
layout: Remove get_font_arc in favor of clone_font.
2016-12-31 04:53:36 +01:00
layout_debug.rs
Stop allowing unsafe code around thread_local.
2016-12-30 11:11:25 +01:00
lib.rs
Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)
2017-01-06 17:43:31 +01:00
linked_list.rs
Move util::linked_list to layout
2016-06-29 17:23:04 +02:00
list_item.rs
Remove unused replaced size calculation methods
2016-12-12 18:10:36 +08:00
model.rs
Activate flexbox layout tracing
2016-12-28 15:31:45 +08:00
multicol.rs
Make the DomTraversalContext own the SharedStyleContext and share it immutably across the traversal.
2016-12-16 10:57:27 -08:00
opaque_node.rs
Introduce LayoutJS<Node>::opaque() to replace OpaqueNodeMethods::from_jsmanaged().
2016-06-20 19:08:02 +02:00
parallel.rs
Introduce and use Scoped TLS.
2016-12-21 11:10:39 -08:00
persistent_list.rs
Move util::persistent_list to layout
2016-02-20 19:20:38 +01:00
query.rs
style: Add a special, explicit path for lazy style resolution and use it for GetComputedStyle.
2016-12-28 11:52:46 +08:00
sequential.rs
Introduce and use Scoped TLS.
2016-12-21 11:10:39 -08:00
table.rs
Account for rowspan in inline layout of table columns/cells
2016-12-14 09:58:24 -08:00
table_caption.rs
Use a new id type for tracking scrolling areas
2016-10-30 21:10:04 +01:00
table_cell.rs
Add the HTMLTableCellElement::rowspan property
2016-12-14 09:58:23 -08:00
table_colgroup.rs
Use a new id type for tracking scrolling areas
2016-10-30 21:10:04 +01:00
table_row.rs
Fix rowspan handling for rows that span to the end of the rowgroup
2016-12-30 17:27:20 -08:00
table_rowgroup.rs
Propagate column info to rows sequentially
2016-12-09 14:10:43 -08:00
table_wrapper.rs
Simplify propagation of column sizes from TableWrapperFlow
2016-12-14 09:58:25 -08:00
text.rs
layout: Remove get_font_arc in favor of clone_font.
2016-12-31 04:53:36 +01:00
traversal.rs
Switch to crates.io for atomic_refcell.
2017-01-03 18:14:27 -08:00
webrender_helpers.rs
Update WR (typed units, glyph cache, various features).
2016-12-15 12:11:51 +10:00
wrapper.rs
Switch to crates.io for atomic_refcell.
2017-01-03 18:14:27 -08:00