aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/weakref.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-5/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-10/+10
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-4/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Format script componentchansuke2018-09-191-15/+21
* Upgraded to SM 60Alan Jeffrey2018-08-201-5/+8
* Introduce DOMTracker, cancel eventsource fetch when aborting document loadGregory Terzian2018-07-291-0/+32
* Replace NonZero<*{const,mut} _> with std::ptr::NonNullSimon Sapin2018-01-221-14/+16
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-6/+6
* Move remaining uses of NonZero to our nonzero crateSimon Sapin2017-10-161-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Make DomRoot::new unsafeAnthony Ramine2017-09-261-1/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-6/+6
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-2/+2
* Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07)Simon Sapin2017-05-081-8/+8
* squash: convert less interesting debug! logs to tracesDexter Haslem2017-01-181-2/+2
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-2/+2
* Remove generics from unsafe_no_jsmanaged_fieldsAnthony Ramine2016-12-061-1/+5
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-11/+9
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+1
* Properly propagate changes when range or trees are mutatedAnthony Ramine2015-12-251-0/+99
* Rustfmt some of script.Ms2ger2015-11-181-6/+15
* Introduce trait WeakReferenceableAnthony Ramine2015-11-121-0/+175