aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/iterable.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-4/+4
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* 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
* Remove almost all uses of Heap::new.Josh Matthews2017-09-251-1/+4
* Store rootable dictionary members of dictionaries in RootedTraceableBox.Josh Matthews2017-09-251-3/+3
* Be more conservative about safety of dictionary and union values.Josh Matthews2017-09-251-3/+3
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-1/+1
* 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