aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/root.rs
Commit message (Expand)AuthorAgeFilesLines
* dom: Stub out the `IntersectionObserver` interface (#33989)Martin Robinson2024-10-251-0/+16
* fix(clippy): add missing annotations for transmute usage in root.rs (#33728)chickenleaf2024-10-081-2/+2
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-1/+5
* Update to Rust 1.78 (#32217)Samson2024-06-011-2/+1
* clippy: Fix vtable_address_comparisons error (#32262)sergiitomusiak2024-05-091-1/+5
* Address issues uncovered by rust-1.78 beta (#32130)Martin Robinson2024-04-221-31/+1
* clippy: Fix several warnings in `components/script/dom/bindings` (#31945)Azhar Ismagulova2024-04-031-1/+2
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-1/+1
* clippy: Fix a variety of warnings in components/script/dom (#31894)Ekta Siwach2024-03-291-6/+11
* clippy: Fix needless_lifetimes warnings (#31933)Oluwatobi Sofela2024-03-291-2/+2
* clippy: Fix various clippy warnings in `components/scripts/dom/bindings` (#31...Rosemary Ajayi2024-03-281-1/+1
* clippy: Fix clippy problems in `components/script/dom` (#31891)Rosemary Ajayi2024-03-271-4/+4
* clippy: Fix clone-on-copy warnings (#31877)Oluwatobi Sofela2024-03-261-3/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-2/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-4/+5
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-20/+20
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-12/+12
* Use std::cell::OnceCell and remove mitochondria dependency (#30207)Martin Robinson2023-08-251-4/+3
* Move thread state checks out of generic methods to reduce generated code dupl...Josh Matthews2020-06-041-27/+35
* dom: Extract non-generic code from Root::new.Josh Matthews2020-06-021-6/+11
* Remove use of soon-to-be-deprecated unstable featureSimon Sapin2020-04-151-1/+1
* Introduce LayoutDom::isAnthony Ramine2020-03-311-0/+9
* Introduce LayoutDom::to_layout_sliceAnthony Ramine2020-03-311-0/+9
* Make LayoutDom<'dom, T> be a mere reference wrapperAnthony Ramine2020-03-301-28/+10
* Fix LayoutDom::unsafe_getAnthony Ramine2020-03-301-5/+4
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-17/+32
* Don't compare the vtable pointers anymore when unrooting stuffAnthony Ramine2020-03-061-1/+4
* Change how we reflect DOM objects in codegenAnthony Ramine2020-03-061-6/+16
* Introduce a new type MaybeUnreflectedDom<T> (fixes #25701)Anthony Ramine2020-02-171-1/+57
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-6/+6
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+1
* Remove `default-except-unstable`Simon Sapin2019-07-011-7/+7
* 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