aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/sequential.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+2
* layout: Allow the overflow area of the `<body>` to be scrolled.Patrick Walton2015-09-101-0/+2
* Don’t mark flow_ref::deref_mut as unsafe.Simon Sapin2015-08-211-8/+4
* Replace the unsound `impl DerefMut for FlowRef` with an unsafe function.Simon Sapin2015-08-201-5/+9
* sort all usesJohann Tuffe2015-08-201-3/+3
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Implement offsetParent/Top/Left/Width/Height.Glenn Watson2015-08-031-4/+6
* Move the traversal traits into the traversal module.Ms2ger2015-07-171-2/+2
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+4
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-091-2/+21
* Get rid of servo_utilDan Fox2015-03-051-2/+2
* self importManish Goregaokar2015-01-281-1/+1
* Stop calling deref() and deref_mut() explicitly.Ms2ger2015-01-221-3/+3
* layout: Explicitly thread border box dimensions and relative offsetsPatrick Walton2015-01-041-10/+23
* layout: Paint stacking contexts' overflow areas properly.Patrick Walton2015-01-041-4/+4
* Have ContentBox(es)Queries consult the flow treeMartin Robinson2014-11-031-0/+14
* layout: Make some formatting cleanups.Patrick Walton2014-10-281-2/+6
* Use opts as a global, to avoid cloning and passing the struct all over the code.Glenn Watson2014-10-201-1/+2
* Use the Deref traits for FlowRefs.Clark Gaebel2014-10-151-2/+2
* Removes duplicate CSS selector matching logic.Clark Gaebel2014-10-141-0/+89