aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_interface.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Have ContentBox(es)Queries consult the flow treeMartin Robinson2014-11-031-3/+12
| | | | | | | | | Instead of looking at the display tree, have ContentBox(es)Query consult the flow tree. This allow optimizing away parts of the display tree later. To do this we need to be more careful about how we send reflow requests, only querying the flow tree when possible. Fixes #3790.
* Use html5ever for HTML parsingKeegan McAllister2014-10-161-19/+3
|
* Incremental Style RecalcClark Gaebel2014-10-091-57/+2
| | | | | | | | | | | | | | | | | | | This patch puts in the initial framework for incremental reflow. Nodes' styles are no longer recalculated unless the node has changed. I've been hacking on the general problem of incremental reflow for the past couple weeks, and I've yet to get a full implementation that actually passes all the reftests + wikipedia + cnn. Therefore, I'm going to try to land the different parts of it one by one. This patch only does incremental style recalc, without incremental flow construction, inline-size bubbling, reflow, or display lists. Those will be coming in that order as I finish them. At least with this strategy, I can land a working version of incremental reflow, even if not yet complete. r? @pcwalton
* 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
| | | | Fixes #3346.
* Cargoify servoJack Moffitt2014-09-081-0/+204