aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/util.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename util.rs -> layout_data.rsDan Fox2015-03-031-117/+0
* Move ToGfxColor to display_list_builder.rsDan Fox2015-03-031-15/+0
* Extract OpaqueNodeMethods to own fileDan Fox2015-03-031-57/+3
* Reap layout data whenever a node is removed from the tree.Glenn Watson2015-03-031-0/+6
* layout: Add an option to visualize parallel layoutPatrick Walton2015-02-201-1/+1
* Companion single Color patch.Adenilson Cavalcanti2015-02-131-2/+3
* Reduce duplicated code in from_thread_safe_layout_node.Ms2ger2015-02-081-3/+1
* Remove a transmute from to_untrusted_node_address.Ms2ger2015-02-081-6/+3
* Opt-in rather than opt-out to unsafe blocks in layout.Ms2ger2015-02-081-0/+2
* Add LayoutJS<T: Reflectable>.get_jsobject().Tetsuharu OHZEKI2015-02-011-3/+2
* Add LayoutJS<Node>::from_trusted_node_address()Tetsuharu OHZEKI2015-02-011-2/+2
* Use LayoutJS<T> in layout crate.Tetsuharu OHZEKI2015-02-011-4/+4
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+8
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+2
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-4/+4
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
* layout: Make incremental reflow more fine-grained by introducing "reflowPatrick Walton2014-10-311-0/+11
* Privatize NodeTim Taubert2014-10-131-3/+3
* Incremental Style RecalcClark Gaebel2014-10-091-4/+4
* Remove Traceable/Untraceable from node.rsManish Goregaokar2014-10-051-3/+3
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-1/+1
* Use Untraceable<T> to hold LayoutDataRef instead of manual Encodable implemen...Tetsuharu OHZEKI2014-09-201-3/+3
* Cargoify servoJack Moffitt2014-09-081-0/+164