aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/iterable.rs
Commit message (Expand)AuthorAgeFilesLines
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Use Heap for dictionary and union members.Ms2ger2017-02-161-3/+3
* Use #[dom_struct] on IterableIterator<T> (fixes #12811)Anthony Ramine2017-02-151-27/+3
* Change #[privatize] into #[derive(DenyPublicFields)]Anthony Ramine2017-02-151-3/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-7/+7
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-1/+1
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-1/+1
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-2/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+3
* Extract mutability out of Reflectable trait.Josh Matthews2016-09-071-1/+4
* Compile WebIDL return type "object" to NonZero<*mut JSObject>Anthony Ramine2016-08-301-23/+27
* Implement pair iterators in WebIDL interfaces.Josh Matthews2016-08-241-0/+161