aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domtokenlist.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-4/+5
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-3/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-4/+2
* Move util::str to styleAnthony Ramine2016-07-051-1/+1
* Make DOMTokenList.contains not throw anymoreGuillaume Gomez2016-06-041-9/+8
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+2
* Implement and test DOMTokenList.replace (fixes #8511)Sankha Narayan Guria2016-03-241-0/+26
* Implement value for DOMTokenListDominik Menzi2016-02-291-0/+10
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-4/+4
* Fix DOMStringMap's stringifier behaviour according to the specAnthony Ramine2015-12-181-4/+3
* 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