aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmloptionelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-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
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-8/+8
* Implement `value` property on `<select>`.Corey Farwell2016-10-161-0/+4
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* add HTMLOptionElement form attribute supportAlexandrov Sergey2016-08-301-0/+16
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Move util::str to styleAnthony Ramine2016-07-051-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+2
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* Ask for reset when option is removed.Dongie Agnir2015-12-271-0/+6
* Introduce UnbindContextAnthony Ramine2015-12-131-5/+3
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+3
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-1/+1
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-3/+3
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-4/+5
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-2/+2
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-1/+1
* merge from masterrohan.prinja2015-11-031-4/+3
|\
| * Auto merge of #8245 - eefriedman:misc-attribute-fixes, r=noxbors-servo2015-11-021-3/+1
| |\
| | * Use attribute getter/setter macros for misc DOM attributes.Eli Friedman2015-11-011-3/+1
| * | Move EventState to rust-selectors.Bobby Holley2015-10-301-1/+2
| |/
* / move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* Add fixes based on review.Dongie Agnir2015-10-271-15/+13
* Add fixes based on review.Dongie Agnir2015-10-271-10/+10
* Move cast into if block.Dongie Agnir2015-10-231-1/+1
* ask for reset and pick on option insert.Dongie Agnir2015-10-231-0/+9
* Implement pick_option.Dongie Agnir2015-10-231-0/+3
* Implement ask_for_reset for HTMLSelectElement.Dongie Agnir2015-10-231-2/+9
* Clean up the cast callsAnthony Ramine2015-10-211-11/+6
* Introduce trait CastableAnthony Ramine2015-10-211-19/+20
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1
* Move Event States to |Element|.Bobby Holley2015-10-161-13/+14
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-4/+5
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-13/+3
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-7/+8
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-4/+4
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-4/+4
* Remove a pointless level of indentation.Ms2ger2015-10-071-8/+8
* Pass an Element to collect_text.Ms2ger2015-10-071-11/+9
* Avoid panicking in the implementation of HTMLOptionElement#text for non-eleme...Ms2ger2015-10-071-1/+2
* Auto merge of #7776 - frewsxcv:str-join, r=mbrubeckbors-servo2015-09-291-3/+2
|\
| * Use util::str::str_join in more placesCorey Farwell2015-09-281-3/+2
* | Link to 'ask for a reset' tracking issueCorey Farwell2015-09-281-0/+1
|/
* Implement <option> 'defaultSelected' and 'selected' attributesCorey Farwell2015-09-261-2/+44