aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlselectelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-2/+2
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-18/+18
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Implement `size_hint` for more iterators.Corey Farwell2017-09-131-0/+8
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+3
|/
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-14/+35
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Move HTMLSelectElement upcast call into HTMLOptionsCollection constructor. Fi...Simon Whitehead2017-02-141-1/+1
* Auto merge of #14085 - frewsxcv:list-of-options, r=asajeffreybors-servo2016-12-131-20/+45
|\
| * Implement "list of options" concept on `HTMLSelectElement`.Corey Farwell2016-12-011-20/+45
* | Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
|/
* Auto merge of #13969 - bbansalWolfPack:master, r=jdmbors-servo2016-11-251-2/+11
|\
| * html form validation initial steps with test html file, added stub methods, ...Bhavya Bansal2016-11-231-2/+11
* | Update to string-cache 0.3Simon Sapin2016-11-031-6/+6
|/
* Implement `selectedIndex` property on `<select>`.Corey Farwell2016-10-241-0/+30
* Implement "reset algorithm" for `<select>`.Corey Farwell2016-10-191-0/+10
* Implement `value` property on `<select>`.Corey Farwell2016-10-161-0/+31
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-6/+6
* implement HTMLOptionsCollection and add related items to HTMLSelectElementAlexandrov Sergey2016-09-261-34/+64
* Implement indexed access on select elementsMaciej Skrzypkowski2016-09-221-1/+46
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+2
* Support form submission of multipart/form-dataPrabhjyot Singh Sodhi2016-04-301-2/+2
* Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-04-101-2/+2
* Implement initial pieces of form validation.Sagar Muchhal2016-03-241-1/+4
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* form submission for <textarea> and <select>Nicolas2015-12-301-1/+18
* Introduce UnbindContextAnthony Ramine2015-12-131-5/+3
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+2
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-3/+3
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-1/+1
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-3/+2
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-4/+4
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-1/+1
* merge from masterrohan.prinja2015-11-031-3/+10
|\
| * Implement 'labels' attribute on 'labelable elements'Corey Farwell2015-11-011-0/+6
| * Move EventState to rust-selectors.Bobby Holley2015-10-301-1/+2
| * Fix some rust-clippy violationsCorey Farwell2015-10-301-2/+2
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* Add fixes based on review.Dongie Agnir2015-10-271-7/+6
* Add fixes based on review.Dongie Agnir2015-10-271-1/+2