servo/components
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
..
canvas Use euclid from crates.io 2015-06-19 00:04:24 +02:00
canvas_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
compositing Implement enough of 3d transforms spec to run the CSS FPS demo. 2015-06-23 14:10:44 +10:00
devtools Audit and reduce unstable usage in devtools 2015-06-10 00:14:39 +05:30
devtools_traits Move to latest hyper everywhere 2015-06-02 20:12:14 +05:30
gfx Implement enough of 3d transforms spec to run the CSS FPS demo. 2015-06-23 14:10:44 +10:00
gfx_traits Layerize canvas 2015-05-20 19:10:50 +02:00
layout Simplify ThreadSafeLayoutNodeChildrenIterator::next a bit. 2015-06-25 08:28:03 +02:00
layout_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
msg Implement enough of 3d transforms spec to run the CSS FPS demo. 2015-06-23 14:10:44 +10:00
net Remove is_some() from mime_classifier.rs and fix typo "uknown" -> "unknown" 2015-06-23 22:46:22 +02:00
net_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
plugins Upgrade to SM 39 2015-06-19 18:42:48 -04:00
profile Measure LocalLayoutContexts in LayoutTask and LayoutWorkers. 2015-06-10 21:06:59 -07:00
profile_traits Require documentation for the memory profiling module. 2015-06-18 16:27:32 +02:00
script Auto merge of #6110 - klusark:NamedConstructor, r=Ms2ger 2015-06-25 02:18:06 -06:00
script_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
servo Implement enough of 3d transforms spec to run the CSS FPS demo. 2015-06-23 14:10:44 +10:00
style Implement enough of 3d transforms spec to run the CSS FPS demo. 2015-06-23 14:10:44 +10:00
util Use euclid from crates.io 2015-06-19 00:04:24 +02:00
webdriver_server Implement timeout for url load from WebDriver. 2015-06-17 00:25:23 +01:00
webdriver_traits Add support for switching frames with the webdriver API. 2015-06-01 23:18:55 +01:00