[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

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] 15 concurrent Travis builders for the Servo GH organization

2015-12-05 Thread Lars Bergstrom
As of today, the Servo GitHub organization has been upgraded to support 15 concurrent jobs on Travis CI. Previously, it had the default for open source projects of 4, so hopefully this will help with our usage of services such as https://nightli.es, the early PR testing, and for all of the autoland

Re: [dev-servo] Planning to experiment with inline storage for DOMString / webidl binding codegen

2015-12-05 Thread Alan Jeffrey
Another shot at an improved DOMString representation. This one uses one of 3 representations: either a String, an inlined string (for < 16 bytes) or an interned string: https://github.com/asajeffrey/servo/tree/domstring-use-atom-or-inlined-string I did lots of hoop-jumping to get it to fit in the