Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -3/+3 |
| | | | | This changes those calls that were already sound. | ||||
* | Rename Root::root_ref() to Root::r(). | Ms2ger | 2015-01-01 | 1 | -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 Goregaokar | 2014-12-27 | 1 | -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 Abinader | 2014-12-23 | 1 | -16/+21 |
| | |||||
* | Revert PR #4038 for causing WPT failures. | Ms2ger | 2014-12-23 | 1 | -21/+16 |
| | |||||
* | Implement HTMLElement.dataset | Bruno de Oliveira Abinader | 2014-12-19 | 1 | -16/+21 |
| | | | | Make DOMStringMap use related Element's custom attributes values. | ||||
* | Updated reflect_dom_object to be passed by value | Michael Booth | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -2/+2 |
| | |||||
* | Remove warning from 'deleter' WebIDL codegen | Bruno de Oliveira Abinader | 2014-11-06 | 1 | -0/+4 |
| | |||||
* | Implement DOMStringMap | Bruno de Oliveira Abinader | 2014-11-06 | 1 | -0/+62 |