aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/restyle_damage.rs
Commit message (Expand)AuthorAgeFilesLines
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-267/+0
* layout: Add a `REPOSITION` restyle damage type.Patrick Walton2016-09-261-28/+32
* calculate damage for opacity changeAlexandrov Sergey2016-08-231-1/+1
* Make RestyleDamage::compute take no optional argument, delegate the handling ...Emilio Cobos Álvarez2016-08-101-8/+2
* style: Force to stop computing children if we find the parent has display: none.Emilio Cobos Álvarez2016-08-101-0/+4
* style: Refactor TRestyleDamage and TNode to accept/provide a "style source"Emilio Cobos Álvarez2016-08-031-7/+14
* stylo: Allow computing change hints during the traversal.Emilio Cobos Álvarez2016-08-031-2/+3
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-2/+1
* Introduce a script_layout_interface crate and move RestyleDamage to it.Ms2ger2016-06-201-0/+258