aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/css/node_util.rs
Commit message (Expand)AuthorAgeFilesLines
* Split layout code into a separate crate.Josh Matthews2014-06-281-90/+0
* Use bitflags! for RestyleDamageBrendan Zabarauskas2014-06-051-3/+2
* Upgrade Rust.Jack Moffitt2014-06-051-19/+19
* Update Rust.Ms2ger2014-05-221-13/+13
* Move the computed style to a new SharedLayoutData struct.Cameron Zwarich2014-05-091-2/+2
* Rename ElementType to PseudoElementType, to avoid confusion with ElementTypeId.Simon Sapin2014-04-141-1/+1
* Upgrade rust.Ms2ger2014-04-041-10/+6
* layout: Address review feedback.Patrick Walton2014-04-031-21/+21
* layout: Implement pseudo-elements.Hyun June Kim2014-04-031-8/+30
* Rust upgradesLars Bergstrom2014-03-181-1/+1
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-6/+6
* layout: Enforce that flow construction is thread-safe.Patrick Walton2014-01-311-10/+13
* Upgrade to latest Rust.Jack Moffitt2014-01-121-15/+13
* layout: Move the `LayoutNode` wrapper from script into layout.Patrick Walton2013-12-171-1/+1
* layout: Add a lifetime to `LayoutNode` to prevent layout from stuffingPatrick Walton2013-12-171-1/+1
* script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-2/+2
* script: Make trees less genericPatrick Walton2013-12-171-2/+1
* layout: Reference count `ComputedValues` structures like Gecko does.Patrick Walton2013-12-121-15/+5
* Rewrite flow construction to be incrementalizable and parallelizable.Patrick Walton2013-11-181-10/+21
* Use `Any` for the layout data.Patrick Walton2013-11-081-16/+15
* Use the new style systemSeo Sanghyeon2013-10-231-5/+5
* Update to latest Rust.Jack Moffitt2013-10-211-2/+2
* Move AbastractNode::is_element to the TreeNodeRef trait.Simon Sapin2013-10-161-0/+2
* Remove a layer of Option on LayoutDataKeegan McAllister2013-09-031-18/+0
* Embed layout data directly in NodeKeegan McAllister2013-09-031-9/+19
* Library changesKeegan McAllister2013-08-151-1/+1
* First attempt at incremental layoutKeegan McAllister2013-08-011-0/+36
* Update for language changesBrian Anderson2013-06-261-1/+1
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-1/+1
* Introduce a phantom type to prevent script from accessing the layout data dir...Patrick Walton2013-05-281-3/+4
* Remove the `servo-` prefix from core components.Patrick Walton2013-05-281-0/+42