Anthony Ramine
f87c2a8d76
Rename Root<T> to DomRoot<T>
...
In a later PR, DomRoot<T> will become a type alias of Root<Dom<T>>,
where Root<T> will be able to handle all the things that need to be
rooted that have a stable traceable address that doesn't move for the
whole lifetime of the root. Stay tuned.
2017-09-26 09:49:10 +02:00
Anthony Ramine
0e3c54c191
Rename dom::bindings::js to dom::bindings::root
2017-09-26 02:19:05 +02:00
Simon Sapin
7af5a7fd54
Untry script
2017-06-18 13:21:49 +02:00
Anthony Ramine
31e9d81c0f
Make #[dom_struct] a proc_macro attribute
2017-02-24 01:50:51 +01:00
bors-servo
5f813233c9
Auto merge of #15520 - frewsxcv:html-options-collection-selected-index, r=nox
...
Implement `selectedIndex` IDL attribute on `HTMLOptionsCollection`.
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15520 )
<!-- Reviewable:end -->
2017-02-19 03:08:12 -08:00
Simon Whitehead
7409031af2
Move HTMLSelectElement upcast call into HTMLOptionsCollection constructor. Fixes #15521
2017-02-14 00:49:31 +11:00
Corey Farwell
d4ad51bfde
Implement selectedIndex
IDL attribute on HTMLOptionsCollection
.
2017-02-12 23:48:52 -05:00
Simon Sapin
53b638c0e2
Update to string-cache 0.3
2016-11-03 16:23:05 +01:00
Anthony Ramine
0b3ab875f4
Remove intrinsic Root::r()
2016-10-11 19:44:32 +02:00
Anthony Ramine
fcb59d3057
Make reflect_dom_object take a &GlobalScope
2016-10-06 20:59:09 +02:00
Alexandrov Sergey
cf284cc035
implement HTMLOptionsCollection and add related items to HTMLSelectElement
2016-09-26 21:49:10 +03:00