servo/components
Anthony Ramine 7b40cc9fd7 Introduce VirtualMethods::children_changed()
This virtual method mimics the behaviour of mutation observers and make it more
viable than the older child_inserted(), which didn't cover removed nodes and
was called as many times as there were inserted nodes.

A few other shortcomings where remove_child() was called directly instead of
Node::remove() were also fixed while at it.
2015-07-25 19:09:40 +02:00
..
canvas Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
canvas_traits gfx: Use a pattern instead of tiling images manually. 2015-07-07 10:41:47 -07:00
compositing Auto merge of #6640 - mrobinson:memory-profiling-for-compositor, r=nnethercote 2015-07-22 11:44:30 -06:00
devtools Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
devtools_traits Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
gfx Fix #6680 2015-07-22 16:45:43 +03:00
gfx_traits Layerize canvas 2015-05-20 19:10:50 +02:00
layout Update rust-selectors 2015-07-23 18:53:57 +02:00
layout_traits Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
msg Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
net Uses the approach suggested by @SimonSapin for changing Url scheme 2015-07-22 11:49:10 +12:00
net_traits Moves HSTS includeSubdomains enum to net_traits 2015-07-22 11:49:09 +12:00
plugins Address review comments; add docs 2015-07-22 18:34:54 +05:30
profile Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
profile_traits compositing: Make the constellation messages serializable. 2015-07-18 12:43:08 -07:00
script Introduce VirtualMethods::children_changed() 2015-07-25 19:09:40 +02:00
script_traits Implement mouseevent.which (needed for enyojs sampler). 2015-07-22 08:20:06 +10:00
servo Update rust-selectors 2015-07-23 18:53:57 +02:00
style Update rust-selectors 2015-07-23 18:53:57 +02:00
util Make the global options more resilient to unit tests running in parallel. 2015-07-21 09:14:06 -04:00
webdriver_server Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
webdriver_traits Add support for switching frames with the webdriver API. 2015-06-01 23:18:55 +01:00