fune/servo/components/layout
2015-10-31 06:22:47 +05:01
..
css servo: Merge #8029 - Some cleanup in layout (from Ms2ger:cleanup-layout); r=pcwalton 2015-10-19 11:36:58 -06:00
animation.rs servo: Merge #7596 - layout: Load Web fonts asynchronously (from pcwalton:async-web-font-loading); r=mbrubeck 2015-09-28 12:11:50 -06:00
block.rs servo: Merge #8279 - Fix some rust-clippy violations (from frewsxcv:clippy-fixes); r=eefriedman 2015-10-31 06:22:47 +05:01
Cargo.toml servo: Merge #8241 - Update euclid to 0.3 (from Manishearth:euclid_up); r=mbrubeck 2015-10-28 21:32:15 +05:01
construct.rs servo: Merge #8129 - Made block type pattern match less inclusive (from craftytrickster:pos-fixed-list-item); r=glennw 2015-10-28 01:15:48 +05:01
context.rs servo: Merge #8212 - Remove SharedLayoutContext::reflow_root (from Ms2ger:reflow-root); r=pcwalton 2015-10-30 04:53:54 +05:01
data.rs servo: Merge #7423 - layout: Make the compositor rather than layout determine the position of each iframe (from pcwalton:iframe-stacking-context-position); r=glennw 2015-09-29 19:26:49 -06:00
display_list_builder.rs servo: Merge #8094 - Fix start and end points for linear gradients with angle specified (from glennw:fix-angle-gradients); r=pcwalton 2015-10-26 17:59:39 -05:00
flex.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
floats.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
flow.rs servo: Merge #8203 - Remove manual implementations of Send and Sync for BaseFlow (from Ms2ger:unsafe-impl-baseflow); r=nox 2015-10-26 03:48:19 -05:00
flow_list.rs servo: Merge #8099 - Remove explicit lifetimes which can be elided (from Darktori:master); r=mbrubeck 2015-10-20 17:30:57 -06:00
flow_ref.rs servo: Merge #8099 - Remove explicit lifetimes which can be elided (from Darktori:master); r=mbrubeck 2015-10-20 17:30:57 -06:00
fragment.rs servo: Merge #8206 - Cleanup layout interaction with canvas elements (from Ms2ger:dlb-canvas); r=jdm 2015-10-26 10:27:47 -05:00
generated_content.rs servo: Merge #7987 - Fix issues found by rust-clippy (from frewsxcv:clippy); r=Manishearth 2015-10-12 18:33:30 -06:00
incremental.rs servo: Merge #7662 - Check for multiple import blocks separated by whitespace (from nerith:import); r=frewsxcv 2015-09-19 13:34:51 -06:00
inline.rs servo: Merge #8140 - Integrate Canvas into the DisplayList (from mrobinson:canvas); r=pcwalton 2015-10-23 17:17:12 -05:00
layout_debug.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
layout_task.rs servo: Merge #8187 - Introduce a Layoutnode::new function and use it (from Ms2ger:layoutnode-new); r=pcwalton 2015-10-30 13:14:17 +05:01
lib.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
list_item.rs servo: Merge #8145 - Show overflow for #8118 (from notriddle:master); r=pcwalton 2015-10-28 03:28:07 +05:01
model.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
multicol.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
opaque_node.rs servo: Merge #6454 - Make {ThreadSafe,}LayoutNode::get_jsmanaged private (from Ms2ger:opaque); r=metajack 2015-06-24 14:27:11 -06:00
parallel.rs servo: Merge #8212 - Remove SharedLayoutContext::reflow_root (from Ms2ger:reflow-root); r=pcwalton 2015-10-30 04:53:54 +05:01
query.rs servo: Merge #8205 - Return the result from query functions (from Ms2ger:query); r=jdm 2015-10-26 09:00:30 -05:00
sequential.rs servo: Merge #8212 - Remove SharedLayoutContext::reflow_root (from Ms2ger:reflow-root); r=pcwalton 2015-10-30 04:53:54 +05:01
table.rs servo: Merge #7976 - Cleanup code that was warned by rust-clippy (from frewsxcv:clippy); r=jdm 2015-10-12 04:37:42 -06:00
table_caption.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
table_cell.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
table_colgroup.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
table_row.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
table_rowgroup.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
table_wrapper.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
text.rs servo: Merge #7761 - display input caret for textarea. fixes #7758 (from fiji-flo:input_caret); r=pcwalton 2015-10-21 15:23:52 -06:00
traversal.rs servo: Merge #8212 - Remove SharedLayoutContext::reflow_root (from Ms2ger:reflow-root); r=pcwalton 2015-10-30 04:53:54 +05:01
wrapper.rs servo: Merge #8187 - Introduce a Layoutnode::new function and use it (from Ms2ger:layoutnode-new); r=pcwalton 2015-10-30 13:14:17 +05:01