aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/attrlist.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename AttrList to NamedNodeMapAaron Hill2014-08-291-54/+0
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-6/+1
* Introduce abstractions for global scopes.Ms2ger2014-07-151-1/+2
* Remove the unused window member of AttrList.Ms2ger2014-07-141-4/+2
* Make some DOM members private.Ms2ger2014-06-281-3/+3
* auto merge of #2649 : ebalint/servo/2580_JS_T_unrooted_replace, r=jdmbors-servo2014-06-131-2/+2
|\
| * Replace uses of JS<T>.unrooted() with JS::from_rooted #2580Edit Balint2014-06-131-2/+2
* | Remove Reflectable::mut_reflector.Ms2ger2014-06-131-4/+0
|/
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
* Use Cell/RefCell for interior mutability of Attr, AttrList, Blob,Tetsuharu OHZEKI2014-05-301-2/+2
* Update Rust.Ms2ger2014-05-221-1/+1
* Address review comments.Josh Matthews2014-05-031-5/+5
* Remove all root collections.Josh Matthews2014-05-031-5/+3
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-7/+7
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-3/+11
* Remove JS::get/get_mut to enforce sound rooting practices.Josh Matthews2014-05-031-3/+5
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-5/+5
* Turn on GC all the time. Fix rooting errors during parsing and storing timers...Josh Matthews2014-05-031-3/+3
* Remove the 'pub use self::BindingDeclarations::*;' export.Tetsuharu OHZEKI2014-05-011-1/+1
* Make Element::attrs a Vec.Ms2ger2014-04-281-1/+1
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-3/+3
* Rust upgradesLars Bergstrom2014-03-181-1/+1
* Pass &JS<Window> to reflect_dom_object.Ms2ger2014-03-041-1/+1
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-13/+13
* Remove the hashmap for attributes.Ms2ger2014-01-031-13/+4
* script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-5/+4
* Implement Element.attributes.Josh Matthews2013-11-131-0/+66