servo/components
bors-servo e977a6e69a Auto merge of #8954 - nox:protochain, r=Ms2ger
Fix prototypes of interface objects (fixes #2665)

Callback interface objects' (i.e. NodeFilter's) prototype is now Object instead of
Function and non-callback interface objects' their proper ancestor, starting with
the Function prototype.

The function do_create_interface_objects is removed in favour of 4 functions:
create_callback_interface_object, create_interface_prototype_object,
create_noncallback_interface_object and create_named_constructors.

While this increases the amount of codegen'd code, this greatly improves the
readability of the code involved in this part of DOM, instead of having one function
doing 4 different things. We can always find a more adequate abstraction later.

NativeProperties and everything related to the interface objects have been removed
from the utils module.

Fixes #2665.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8954)
<!-- Reviewable:end -->
2016-01-12 22:00:47 +05:30
..
canvas modified to use map instead of match. 2016-01-11 23:36:03 -06:00
canvas_traits Issue #8738: bufferSubData and texImage2D argument sanity checks. 2015-12-26 18:56:48 +01:00
compositing Moving MouseEventType from msg to script_traits 2016-01-11 19:54:51 -05:00
devtools Final steps 2016-01-11 18:48:54 +05:30
devtools_traits Final steps 2016-01-11 18:48:54 +05:30
gfx Move Epoch to gfx_traits 2016-01-10 17:36:52 -05:00
gfx_traits Move Epoch to gfx_traits 2016-01-10 17:36:52 -05:00
layout Hoist ParseErrorReporter into style and remove the dependency on msg. 2016-01-11 18:01:48 -08:00
layout_traits task -> thread 2016-01-10 17:58:13 +09:00
msg Auto merge of #9261 - bholley:geckolib_nomsg, r=Manishearth 2016-01-12 09:23:31 +05:30
net task -> thread 2016-01-10 17:58:13 +09:00
net_traits Upgrade to latest stb_image 0.2.1 crates.io 2016-01-11 10:18:52 -08:00
plugins task -> thread 2016-01-10 17:58:13 +09:00
profile task -> thread 2016-01-10 17:58:13 +09:00
profile_traits task -> thread 2016-01-10 17:58:13 +09:00
script Auto merge of #8954 - nox:protochain, r=Ms2ger 2016-01-12 22:00:47 +05:30
script_traits Moving MouseEventType from msg to script_traits 2016-01-11 19:54:51 -05:00
servo Bump rust-mozjs to 4d384eb830d8d53c1268e8ce37135ace21e41721 2016-01-12 17:15:29 +01:00
style Hoist ParseErrorReporter into style and remove the dependency on msg. 2016-01-11 18:01:48 -08:00
style_traits Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00
util Use features to prevent the util component from entraining the world in GeckoLib builds. 2016-01-11 19:38:43 -08:00
webdriver_server task -> thread 2016-01-10 17:58:13 +09:00