aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domtokenlist.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-9/+9
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-8/+4
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-2/+2
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-2/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-6/+7
* Create and utilize utility for joining strsCorey Farwell2015-07-081-6/+2
* Join tokens when stringifying DOMTokenListCorey Farwell2015-07-081-1/+6
* Remove some redundant let bindingsDavid Zbarsky2015-07-041-12/+7
* Upgrade to SM 39Michael Wu2015-06-191-12/+12
* Implement trivial stringifiersAnthony Ramine2015-04-291-0/+5
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-1/+1
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-4/+4
* Make Element::get_attribute() take its namespace by referenceAnthony Ramine2015-04-061-1/+1
* Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-4/+4
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-10/+19
* Replace uint/int by usize/isize in various places.Ms2ger2015-02-201-1/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Don't shadow lifetimes in script.Ms2ger2015-01-281-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+1
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+3
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-12/+13
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-7/+1
|\
| * Remove extra spacesManish Goregaokar2014-12-271-1/+0
| * Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1
* | Implement DOMTokenList.toggleBruno de Oliveira Abinader2014-12-261-0/+25
* | Implement DOMTokenList.removeBruno de Oliveira Abinader2014-12-261-0/+14
* | Implement DOMTokenList.addBruno de Oliveira Abinader2014-12-261-0/+14
* | DOMTokenList::check_token_exceptions now returns an AtomBruno de Oliveira Abinader2014-12-261-11/+11
|/
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-2/+2
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-1/+2
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Panic if DOMTokenList#contains is called for an unparsed attribute.Ms2ger2014-11-241-2/+5
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-12/+11
* Simple privatizationsTim Taubert2014-10-131-0/+1
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-1/+1
* 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
* Convert various helper traits from &JSRef to JSRefCameron Zwarich2014-09-201-4/+4
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-4/+4
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-2/+2
* Revert "script: Use atom comparison in more places, especially for attributes...Josh Matthews2014-09-181-11/+10
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-10/+11