aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlselectelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-29/+16
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-4/+4
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+0
* Remove helper traitsAnthony Ramine2015-08-271-2/+2
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-6/+6
* sort all usesJohann Tuffe2015-08-201-2/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-0/+2
* Upgrade to SM 39Michael Wu2015-06-191-15/+15
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-4/+11
* Implement HTMLSelectElement.{multiple, name, size} (fixes #6017)Jinwoo Song2015-05-121-6/+31
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1