aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/attr.rs
Commit message (Expand)AuthorAgeFilesLines
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-2/+3
* Move to to_owned rather than into_string.Ms2ger2015-01-201-5/+6
* Remove unsound Root::deref() call in Attr::set_value.Ms2ger2015-01-011-1/+2
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-2/+2
* 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-5/+5
* | Added AttrValue::from_atomic_tokens & Element::set_atomic_tokenlist_attributeBruno de Oliveira Abinader2014-12-261-0/+8
* | Avoid duplicated tokens in AttrValue::from_serialized_tokenlistBruno de Oliveira Abinader2014-12-261-2/+6
* | AttrValue's s/from_tokenlist/from_serialized_tokenlist/Bruno de Oliveira Abinader2014-12-261-1/+1
|/
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-2/+2
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-17/+18
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* implement Document#createAttributeRohan Prinja2014-11-231-12/+20
* Implement Attr#nodeValueMatthew Rasmus2014-11-201-0/+8
* Use RefCell in DOMRefCell to reduce duplicated code.Ms2ger2014-11-141-2/+5
* Implement the whole Attr interfaceTom Schuster2014-11-071-0/+16
* Usage of JSRef<Attr> in before_remove_attr & after_set_attrBruno de Oliveira Abinader2014-10-221-11/+3
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Use DOMRefCell<T> in Attr.Tetsuharu OHZEKI2014-10-151-9/+8
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-6/+9
* Privatize AttrTim Taubert2014-10-131-3/+19
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-1/+1
* Remove Traceable from attr.rsManish Goregaokar2014-10-051-7/+6
* Use string-cache's Namespace typeKeegan McAllister2014-09-291-6/+6
* Eliminate servo_util::atomKeegan McAllister2014-09-291-1/+1
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-2/+2
* Make the AttrHelpers trait use extended_derefCameron Zwarich2014-09-261-8/+8
* Use JSTraceable everywhereManish Goregaokar2014-09-241-2/+3
* Convert various helper traits from &JSRef to JSRefCameron Zwarich2014-09-201-4/+4
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-8/+7
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-7/+7
* Retrieve some basic layout properties for nodes to make the box model somewha...Josh Matthews2014-09-181-2/+3
* Enable real DOM inspector support.Josh Matthews2014-09-181-0/+10
* Revert "script: Use atom comparison in more places, especially for attributes...Josh Matthews2014-09-181-10/+6
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-6/+10
* Add unrooted_must_root lint for usages of JS<T> in let/for bindingsManish Goregaokar2014-09-161-2/+2
* Add unrooted_must_root lint for enums and structs containing JS<T>, as well a...Manish Goregaokar2014-09-161-0/+1
* Make use of the list of Atoms in ClassSelectorGilles Leblanc2014-09-111-0/+10
* Move Attr::local_name() to AttrHelpers/AttrHelpersForLayout.Tetsuharu OHZEKI2014-09-111-4/+10
* Move Attr helper methods to AttrHelpers trait to avoid to touch them from lay...Tetsuharu OHZEKI2014-09-111-29/+36
* Cargoify servoJack Moffitt2014-09-081-0/+200