servo/components/layout
Patrick Walton 215c2a9d4c layout: Implement CSS linear gradients per the CSS-IMAGES specification.
This implements the CSS `linear-gradient` property per the CSS-IMAGES
specification:

    http://dev.w3.org/csswg/css-images-3/

Improves GitHub.
2014-11-06 08:26:47 -08:00
..
css layout: Make incremental reflow more fine-grained by introducing "reflow 2014-10-31 12:24:40 -07:00
block.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
Cargo.toml Eliminate servo_util::atom 2014-09-29 18:39:36 -07:00
construct.rs Remove InputFragment 2014-11-03 15:48:20 -08:00
context.rs Use opts as a global, to avoid cloning and passing the struct all over the code. 2014-10-20 10:48:47 +10:00
display_list_builder.rs layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
floats.rs layout: Employ a persistent list data structure to avoid copying floats 2014-10-31 12:42:32 -07:00
flow.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
flow_list.rs Use the Deref traits for FlowRefs. 2014-10-15 11:04:05 -07:00
flow_ref.rs Use the Deref traits for FlowRefs. 2014-10-15 11:04:05 -07:00
fragment.rs auto merge of #3878 : zwarich/servo/remove-input-fragment, r=jdm 2014-11-03 16:54:31 -07:00
incremental.rs layout: Make incremental reflow more fine-grained by introducing "reflow 2014-10-31 12:24:40 -07:00
inline.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
layout_debug.rs layout: Shrink fragments down from 448 bytes down to 128 bytes. 2014-10-23 09:13:41 -07:00
layout_task.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
lib.rs layout: Largely move display list building out to a separate file. 2014-10-22 08:02:17 -07:00
model.rs Fixes the table_percentage_width_a.html reftest with incremental reflow turned on. 2014-10-20 11:13:31 -07:00
parallel.rs Use opts as a global, to avoid cloning and passing the struct all over the code. 2014-10-20 10:48:47 +10:00
sequential.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
table.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
table_caption.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
table_cell.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
table_colgroup.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
table_row.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
table_rowgroup.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
table_wrapper.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
text.rs Cache last fontgroup. Style recalc on wikipedia/rust 66ms -> 41ms. 2014-10-24 08:25:10 +10:00
traversal.rs layout: Make incremental reflow more fine-grained by introducing "reflow 2014-10-31 12:24:40 -07:00
util.rs layout: Make incremental reflow more fine-grained by introducing "reflow 2014-10-31 12:24:40 -07:00
wrapper.rs layout: Make incremental reflow more fine-grained by introducing "reflow 2014-10-31 12:24:40 -07:00