Re: [dev-servo] Representing mutation of children lists

2015-07-24 Thread Anthony Ramine
Le 23 juil. 2015 à 23:50, Anthony Ramine a écrit : > > > [1] https://github.com/servo/servo/pull/6660 For those interested, here is how I plan to use the children_changed() virtual method: https://github.com/nox/servo/commit/3d93cf02fc3df8a02b7fe352e316fa5bcd698b30#diff-2ec3646794cf

[dev-servo] Representing mutation of children lists

2015-07-23 Thread Anthony Ramine
Hello, I'm currently trying to optimise Node.childList and to do so I need to propagate changes in children of nodes to the corresponding NodeList. I took upon the task of cleaning the mess that are the various virtual methods called on insertion and removal of nodes and introduced a new childr