aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domstringmap.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-3/+3
| | | | This changes those calls that were already sound.
* Rename Root::root_ref() to Root::r().Ms2ger2015-01-011-1/+1
| | | | | As it will be used much more widely after the upcoming changes, this limits the effort reading and writing the method calls.
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
| | | | | | | | | Obtained via: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/\\nimpl Reflectable for[^{]*{[^}]*}[^}]*}\\n//"` `find . -maxdepth 1 -type f -print0 |xargs -0 grep -lZ dom_struct | xargs -0 grep -LZ "reflector()\\|Reflector::new" |xargs -0 sed -z -i "s/use dom::bindings::utils::{Reflectable, Reflector, reflect_dom_object};/use dom::bindings::utils::reflect_dom_object;/"` followed by semi-automated removal of leftover imports
* Implement HTMLElement.dataset (fixes #2974).Bruno de Oliveira Abinader2014-12-231-16/+21
|
* Revert PR #4038 for causing WPT failures.Ms2ger2014-12-231-21/+16
|
* Implement HTMLElement.datasetBruno de Oliveira Abinader2014-12-191-16/+21
| | | | Make DOMStringMap use related Element's custom attributes values.
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+2
|
* Remove warning from 'deleter' WebIDL codegenBruno de Oliveira Abinader2014-11-061-0/+4
|
* Implement DOMStringMapBruno de Oliveira Abinader2014-11-061-0/+62