Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
* | Use Heap for dictionary and union members. | Ms2ger | 2017-02-16 | 1 | -3/+3 |
* | Use #[dom_struct] on IterableIterator<T> (fixes #12811) | Anthony Ramine | 2017-02-15 | 1 | -27/+3 |
* | Change #[privatize] into #[derive(DenyPublicFields)] | Anthony Ramine | 2017-02-15 | 1 | -3/+1 |
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -7/+7 |
* | script creates methods taking '*mut JSContext' unsafe | Abelardo E. Mendoza | 2016-11-14 | 1 | -1/+1 |
* | Rename Reflectable::global_scope to global | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
* | Introduce Reflectable::global_scope | Anthony Ramine | 2016-10-06 | 1 | -2/+1 |
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -3/+3 |
* | Extract mutability out of Reflectable trait. | Josh Matthews | 2016-09-07 | 1 | -1/+4 |
* | Compile WebIDL return type "object" to NonZero<*mut JSObject> | Anthony Ramine | 2016-08-30 | 1 | -23/+27 |
* | Implement pair iterators in WebIDL interfaces. | Josh Matthews | 2016-08-24 | 1 | -0/+161 |