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
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
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
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
4 matches
Mail list logo