aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domtokenlist.rs
Commit message (Expand)AuthorAgeFilesLines
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-2/+2
* Rustfmt some of script.Ms2ger2015-11-181-5/+3
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-3/+3
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-2/+2
* Auto merge of #8221 - wenderen:8130-reorganise, r=jdmbors-servo2015-11-041-1/+1
|\
| * more refactoringrohan.prinja2015-10-301-1/+1
* | Simplify DOMTokenList::Item.Ms2ger2015-11-021-4/+1
|/
* Do not root DOMTokenList::elementAnthony Ramine2015-10-191-13/+9
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-4/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* renaming tokens(), atom() and uint() and rewriting to return or panicPrabhjyot Singh Sodhi2015-09-021-5/+4
* Merge adjacent identical `impl` sectionsCorey Farwell2015-08-281-3/+0
* 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