aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/namednodemap.rs
Commit message (Expand)AuthorAgeFilesLines
* Add spec linksBogdan Cuza2015-07-281-0/+2
* Remove string_cache dependency from util.Matt Brubeck2015-07-011-4/+3
* Refactoring, return an Atom from Element::parsed_name. #5774Maciej Skrzypkowski2015-06-231-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-13/+13
* Remove Temporary::new()Anthony Ramine2015-04-281-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-1/+1
* Refactoring, added conversion to lowercase for get_attribute_by_name method. ...Maciej Skrzypkowski2015-04-211-2/+1
* Implement NamedNodeMap::removeNamedItem*()Anthony Ramine2015-04-071-0/+20
* Rename name in NamedNodeMap::GetNamedItemNS()Anthony Ramine2015-04-071-2/+3
* Implement NamedNodeMap::getNamedItem*() (fixes #5454)Anthony Ramine2015-04-071-1/+31
* Stop using int/uint in script.Ms2ger2015-04-031-1/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+10
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-2/+2
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-2/+2
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Fixes #4123aakashjain2014-11-291-1/+1
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Privatize ElementTim Taubert2014-10-131-2/+2
* Simple privatizationsTim Taubert2014-10-131-0/+1
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-2/+2
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-3/+3
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-3/+3
* Add unrooted_must_root lint for enums and structs containing JS<T>, as well a...Manish Goregaokar2014-09-161-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+54