aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmloptionelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix upstream merge falloutKeegan McAllister2014-09-201-4/+4
* Merge pull request #3433 from zwarich/jsref-self-helpersCameron Zwarich2014-09-201-2/+2
|\
| * More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-2/+2
* | Implement HTMLOptionElement.text#3023Jeongeun Kim2014-09-201-3/+41
|/
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-8/+8
* Use #[must_root] for HTMLElementsManish Goregaokar2014-09-171-0/+2
* Cargoify servoJack Moffitt2014-09-081-0/+124