aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/css/node_style.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace the StyledNode trait with inherent methods.Ms2ger2015-07-271-56/+0
* Remove unused StyledNode::has_style method.Ms2ger2015-07-271-7/+0
* Use Ref::map to make ThreadSafeLayoutNode::style safe.Ms2ger2015-07-171-10/+8
* layout: Support inline incremental reflow, and stop reconstructing allPatrick Walton2015-05-191-26/+14
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* Opt-in rather than opt-out to unsafe blocks in layout.Ms2ger2015-02-081-0/+1
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-1/+1
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-7/+7
* style: Parse the legacy `border` attribute per the legacy HTML specification.Patrick Walton2014-12-151-5/+53
* layout: Make incremental reflow more fine-grained by introducing "reflowPatrick Walton2014-10-311-14/+0
* try to reset flows which need reflow, since reflow isn't yet idempotentClark Gaebel2014-10-141-0/+5
* Incremental Style RecalcClark Gaebel2014-10-091-3/+10
* Cargoify servoJack Moffitt2014-09-081-0/+30