aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/namednodemap.rs
Commit message (Expand)AuthorAgeFilesLines
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
* Format script componentchansuke2018-09-191-11/+26
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-12/+12
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* 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-3/+3
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-8/+4
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Updated SupportedPropertyNames in NamedNodeMap to match specRavi Shankar2016-03-051-3/+14
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-2/+2
* Implement SetNamedItem, SetNamedItemNS, SetAttributeNode and SetAttributeNodeNSMathieu Hordesseaux2016-01-281-0/+11
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-2/+2
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-1/+1
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+1
* merge from masterrohan.prinja2015-11-031-3/+5
|\
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-2/+2
| * Implement DOMStringMap::SupportedPropertyNames and NamedNodeMap::SupportedPro...Nova Fallen2015-10-301-2/+4
* | more refactoringrohan.prinja2015-10-301-1/+2
|/
* Do not root NamedNodeMap::ownerAnthony Ramine2015-10-191-27/+8
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-10/+10
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-1/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Initial implementation of ownPropertyKeys proxy handlerCorey Farwell2015-08-201-1/+5
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* 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