aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/root.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code from script* cratesest312019-06-021-8/+0
* Simplify RootedReference and make it specifically about slicesIt's now called...Anthony Ramine2019-03-111-12/+17
* Don't use RootedReference for Option<T> in codegen anymoreAnthony Ramine2019-03-101-14/+0
* Remove most RootedReference usesAnthony Ramine2019-03-101-15/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-5/+5
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Format script componentchansuke2018-09-191-42/+32
* Add AudioParam connection supportManish Goregaokar2018-07-301-0/+7
* Replace NonZero<*{const,mut} _> with std::ptr::NonNullSimon Sapin2018-01-221-18/+17
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-16/+16
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Make usage of core_intrinsics optionalSimon Sapin2017-10-161-6/+4
* Move remaining uses of NonZero to our nonzero crateSimon Sapin2017-10-161-1/+1
* Make DomRoot<T> a type alias of a more general Root<T> typeAnthony Ramine2017-09-281-59/+107
* Kill RootCollectionPtrAnthony Ramine2017-09-271-15/+4
* Move STACK_ROOTS to dom::bindings::rootAnthony Ramine2017-09-271-3/+4
* Move script_runtime::StackRootTLS to root::ThreadLocalStackRootsAnthony Ramine2017-09-271-0/+18
* Reorder things in dom::bindings::rootAnthony Ramine2017-09-271-205/+205
* Store a Dom<T> in DomRoot<T>Anthony Ramine2017-09-261-5/+7
* Make DomRoot::new unsafeAnthony Ramine2017-09-261-3/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-29/+29
* Rename OnceCellJS<T> to DomOnceCell<T>Anthony Ramine2017-09-261-7/+7
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-24/+24
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-12/+12
* Rename MutJS<T> to MutDom<T>Anthony Ramine2017-09-261-10/+10
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-45/+45
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-0/+683