Re: [dev-servo] Testing against regressions in RestyleDamage

2015-12-05 Thread Robert O'Callahan
On Sat, Dec 5, 2015 at 3:21 AM, Martin Robinson wrote: > Every node and flow tree element (Flows and Fragments) have a bitflag > which tracks the type of damage caused by restyling and DOM > manipulation. This flag is used during incremental layout to only repair > parts of the tree that actually

[dev-servo] Testing against regressions in RestyleDamage

2015-12-05 Thread Martin Robinson
Every node and flow tree element (Flows and Fragments) have a bitflag which tracks the type of damage caused by restyling and DOM manipulation. This flag is used during incremental layout to only repair parts of the tree that actually need it. There is a class of bugs where damage is applied too li