Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Have ContentBox(es)Queries consult the flow tree | Martin Robinson | 2014-11-03 | 1 | -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 parsing | Keegan McAllister | 2014-10-16 | 1 | -19/+3 | |
| | ||||||
* | Incremental Style Recalc | Clark Gaebel | 2014-10-09 | 1 | -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 everywhere | Manish Goregaokar | 2014-09-24 | 1 | -7/+8 | |
| | ||||||
* | Added more complex profiling metadata. | Clark Gaebel | 2014-09-17 | 1 | -0/+2 | |
| | ||||||
* | Move link rel=stylesheet fetching to layout task | Matt Brubeck | 2014-09-16 | 1 | -0/+3 | |
| | | | | Fixes #3346. | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+204 | |