aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/context.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-1/+1
|
* Don't shadow lifetimes in layout.Ms2ger2015-01-281-3/+3
|
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+4
|
* Remove transmutes in LayoutContext.Ms2ger2015-01-091-6/+6
|
* Fix `non_upper_case_globals` warningsMatthew Rasmus2015-01-081-2/+2
|
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-12/+10
|
* Use opts as a global, to avoid cloning and passing the struct all over the code.Glenn Watson2014-10-201-4/+0
|
* Incremental Style RecalcClark Gaebel2014-10-091-1/+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
* Fixed #3386.Clark Gaebel2014-09-181-0/+4
|
* Cargoify servoJack Moffitt2014-09-081-0/+123