aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmloptionelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-26/+16
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-6/+6
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-4/+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
* Fix deprecation warningsSimon Sapin2015-07-241-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-24/+22
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-4/+11
* Import string_cache::Atom into the attributes' macrosAnthony Ramine2015-05-141-1/+0
* Remove helpers that correspond to DOM methodsAnthony Ramine2015-05-041-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-3/+3
* Update some URLs.Ms2ger2015-04-141-4/+4
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-4/+4
* Rewrite NodeChildrenIterator to return Temporary.Ms2ger2015-04-021-3/+4
* Use new `if let` syntax wherever possible. Fixes #4153.Zack Slayton2015-03-101-13/+9
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Don't shadow lifetimes in script.Ms2ger2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-3/+3
* Add HTMLElementTypeId enum (fixes #3625)Megha Gupta2015-01-021-4/+5
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+0
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-5/+5
* Fixes #4123aakashjain2014-11-291-1/+1
* Fix #3933Guillaume Bort2014-11-121-1/+30
* Usage of JSRef<Attr> in before_remove_attr & after_set_attrBruno de Oliveira Abinader2014-10-221-12/+14
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-1/+1
* Privatize ElementTim Taubert2014-10-131-1/+1
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
* Privatize InheritTypesTim Taubert2014-10-131-1/+2
* Take the prefix from createElementNS into account for HTML elementsGilles Leblanc2014-10-061-4/+4
* Use string-cache's Namespace typeKeegan McAllister2014-09-291-2/+1
* Eliminate servo_util::atomKeegan McAllister2014-09-291-1/+1
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1