aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/layout_interface.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update Rust version againKeegan McAllister2013-08-151-1/+1
| | | | This gets us the new runtime.
* Library changesKeegan McAllister2013-08-151-1/+1
|
* structural changes to support IframesTim Kuehn2013-07-291-5/+1
|
* add pipeline.rs, modularized pipelines communicating with constellationTim Kuehn2013-07-011-16/+7
|
* Update for language changesBrian Anderson2013-06-261-2/+2
|
* decouple script from compositorTim Kuehn2013-06-141-3/+16
| | | | | | | communicate via layout refactor channel wrappers from *Task --> *Chan fix merge fallout
* Refactor document damage to distinguish it from layout/style damage.Patrick Walton2013-06-041-20/+26
| | | | Also, standardize on the name "reflow" instead of "relayout" or "build".
* Stop rendering when script queries layoutPatrick Walton2013-06-041-0/+11
|
* Basic hit testing functionalityPatrick Walton2013-05-301-1/+6
|
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-0/+103