aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/sequential.rs
Commit message (Expand)AuthorAgeFilesLines
* Make BaseFlow::stacking_relative_position a vector.Nicolas Silva2017-06-141-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-6/+6
* Fix #6799: set stacking_context_position correctly onEloy Coto2017-05-301-10/+17
* FMTEloy Coto2017-05-251-21/+30
* Force reflow in the sequential fallback of block format contextPu Xingyu2017-04-231-5/+14
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-9/+6
* Rework the way scroll roots are collectedMartin Robinson2017-01-101-4/+2
* Introduce and use Scoped TLS.Bobby Holley2016-12-211-5/+3
* Make the DomTraversalContext own the SharedStyleContext and share it immutabl...Bobby Holley2016-12-161-6/+7
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-1/+1
* Fold some DisplayList methods into DisplayListBuildStateMartin Robinson2016-11-021-11/+9
* Use a new id type for tracking scrolling areasMartin Robinson2016-10-301-1/+2
* Simplify stacking context collectionMartin Robinson2016-09-271-4/+1
* layout: Add a `REPOSITION` restyle damage type.Patrick Walton2016-09-261-2/+1
* Reorder `use` statementsUK9922016-09-091-2/+2
* Pass a &mut Flow to build_display_list_for_subtree.Ms2ger2016-08-251-5/+3
* Pass a &mut Flow to traverse_flow_tree_preorder.Ms2ger2016-08-251-3/+1
* Pass a &mut Flow to resolve_generated_content.Ms2ger2016-08-251-2/+2
* Pass a &mut Flow to iterate_through_flow_tree_fragment_border_boxes.Ms2ger2016-08-251-2/+2
* Stop creating a LayoutContext in build_display_list_for_subtree.Ms2ger2016-08-241-3/+2
* Pass SharedLayoutContext to DisplayListBuildState::new.Ms2ger2016-08-231-1/+1
* layout: Make the stacking context take into account the children transform wh...Emilio Cobos Álvarez2016-08-161-1/+3
* Store SharedStyleContext in AssignISizes.Ms2ger2016-06-221-1/+2
* Introduce a script_layout_interface crate and move RestyleDamage to it.Ms2ger2016-06-201-1/+1
* Correct the signature of flow_ref::deref_mut.Ms2ger2016-06-061-1/+1
* Removed unused importsPer Lundberg2016-05-151-5/+1
* Merge DisplayListEntry into DisplayItemMartin Robinson2016-04-221-2/+2
* Do not propagate floats in or out of absolutely positioned flows.Michael Howell2016-04-151-4/+10
* Rename imm_child_iter() and child_iter(). Fixes #10286malayaleecoder2016-04-091-4/+4
* layout: Rewrite the block formatting context/float inline-sizePatrick Walton2016-03-251-3/+23
* layout: Move overflow calculation to be a separate, sequential,Patrick Walton2016-03-181-0/+16
* Removed overflow references on AssignBSizesAndStoreOverflow codeDavid Bonet2016-03-171-3/+3
* layout: Switch display list building from bottom-up to top-down.Patrick Walton2016-03-031-3/+10
* Flatten display list structureMartin Robinson2016-03-011-20/+7
* Bonus Fix - Rename traverse_dom_preorder to traverse_dom.Bobby Holley2016-01-061-1/+1
* Hoist the style parts of sequential.rs into style/.Bobby Holley2016-01-061-18/+1
* Make sequential traversal operate on TNode instead of LayoutNode.Bobby Holley2016-01-061-3/+3
* Hoist the style parts of traversal.rs into style/.Bobby Holley2016-01-061-3/+2
* Remove the dependency of parallel DOM traversal and style calculation on Layo...Bobby Holley2016-01-061-16/+11
* Refactor parallel dom traversal to be agnostic to the processing steps themse...Bobby Holley2016-01-041-19/+13
* Replaced ZERO_POINT with Point2D::zero()Alexander Mankuta2015-12-031-2/+1
* Generalize the rest of layout to operate on generic Layout*.Bobby Holley2015-11-281-6/+10
* Rename Layout*Trait to Layout*.Bobby Holley2015-11-181-1/+1
* Prefix concrete types with 'Servo'.Bobby Holley2015-11-181-3/+3
* Hoist exported wrapper functionality into a family of traits.Bobby Holley2015-11-181-1/+1
* Change overflow calculation to be calculated after compute_absolute_position.Glenn Watson2015-11-031-2/+0
* Use the passed-in reflow root rather than the one stored in the SharedLayoutC...Ms2ger2015-10-261-3/+9
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+3