aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlselectelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace if-else with match.Dongie Agnir2015-10-241-8/+7
* Implement pick_option.Dongie Agnir2015-10-231-9/+21
* Implement ask_for_reset for HTMLSelectElement.Dongie Agnir2015-10-231-0/+49
* Clean up the cast callsAnthony Ramine2015-10-211-4/+2
* Introduce trait CastableAnthony Ramine2015-10-211-8/+9
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1
* Move Event States to |Element|.Bobby Holley2015-10-161-14/+15
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-4/+4
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-12/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-5/+7
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-3/+3
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-2/+2
* Refactor FormControl traitPhilipp Hartwig2015-09-301-7/+3
* Add form getters for additional elements; update test expectationsPhilipp Hartwig2015-09-271-2/+14
* changing test_union.html to union.html fixes #7744Jayflux2015-09-271-1/+1