servo/components/script/dom/bindings
bors-servo 57cc84b293 Auto merge of #6110 - klusark:NamedConstructor, r=Ms2ger
Implement Named constructors and the Image constructor for HTMLImageElement

I'm not sure if I like how I mostly just duplicated the code in CodegenRust.py, so that might need to be refactored.

Instead of just calling it Image, we might want to call it ConstructorImage, to make it clear that it's a constructor. Anyone have an opinion on that?

There seems to be a bug in the HTMLImageElement getter/setter as the value is 0 regardless of what I do. This seems to be unrelated to my commits, so I'll investigate that separately.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6110)
<!-- Reviewable:end -->
2015-06-25 02:18:06 -06:00
..
codegen Add support for NamedConstructor in webidls 2015-06-24 10:42:53 -07:00
callback.rs Fix some warnings caused by the SM upgrade 2015-06-19 22:07:08 -04:00
cell.rs Fix some warnings caused by the SM upgrade 2015-06-19 22:07:08 -04:00
conversions.rs Merge generic funs to share them across all bindings (fixes #2684) 2015-06-24 11:34:30 +02:00
error.rs Auto merge of #6223 - nox:merge-generic-functions, r=Ms2ger 2015-06-24 03:54:56 -06:00
global.rs Upgrade to SM 39 2015-06-19 18:42:48 -04:00
js.rs Fix some warnings caused by the SM upgrade 2015-06-19 22:07:08 -04:00
mod.rs Generate code into OUT_DIR. 2015-06-17 16:18:22 -06:00
num.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
proxyhandler.rs Fix some warnings caused by the SM upgrade 2015-06-19 22:07:08 -04:00
refcounted.rs Fix some warnings caused by the SM upgrade 2015-06-19 22:07:08 -04:00
str.rs Use AsciiExt in ByteString implementations. 2015-05-01 21:20:16 +02:00
structuredclone.rs Upgrade to SM 39 2015-06-19 18:42:48 -04:00
trace.rs Upgrade to SM 39 2015-06-19 18:42:48 -04:00
utils.rs Auto merge of #6110 - klusark:NamedConstructor, r=Ms2ger 2015-06-25 02:18:06 -06:00