aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_interface.rs
Commit message (Expand)AuthorAgeFilesLines
* Animate many more CSS propertiesJoseph Seaton2015-04-161-1/+1
* Move iframe and url fields from Reflow to LayoutTask and LayoutTaskFactoryaditya2015-04-021-4/+0
* auto merge of #5459 : jdm/servo/reflowquery, r=saneyukibors-servo2015-04-011-0/+1
|\
| * Make reflow queries always perform reflow. Fixes #5458.Josh Matthews2015-04-011-0/+1
* | layout: Implement CSS transitions per CSS-TRANSITIONS § 2.Patrick Walton2015-03-311-6/+42
|/
* Use u32 for reflow ids.Ms2ger2015-03-281-1/+1
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-6/+6
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-3/+3
* Add memory reporting infrastructure and use it to measure the display list.Nicholas Nethercote2015-03-161-0/+13
* Consider media attribute on link and style tagsMikko Perttunen2015-03-161-2/+3
* Reap layout data whenever a node is removed from the tree.Glenn Watson2015-03-031-2/+2
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-1/+1
* Correct the documentation comment syntax in layout_interface.rs.Ms2ger2015-02-031-3/+3
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-1/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-4/+4
* Stall PaintTask exit until it can release all buffersMartin Robinson2015-01-021-2/+2
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-14/+10
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-0/+4
* style: Implement quirks mode rules.Patrick Walton2014-12-151-0/+3
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
* Clip display list based on frame viewportMartin Robinson2014-11-111-0/+2
* Have ContentBox(es)Queries consult the flow treeMartin Robinson2014-11-031-3/+12
* Use html5ever for HTML parsingKeegan McAllister2014-10-161-19/+3
* Incremental Style RecalcClark Gaebel2014-10-091-57/+2
* Use JSTraceable everywhereManish Goregaokar2014-09-241-7/+8
* Added more complex profiling metadata.Clark Gaebel2014-09-171-0/+2
* Move link rel=stylesheet fetching to layout taskMatt Brubeck2014-09-161-0/+3
* Cargoify servoJack Moffitt2014-09-081-0/+204