aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/refcounted.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-1/+1
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-1/+2
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-7/+7
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-13/+13
* script: Downgrade noisy debug logs. (#34914)Josh Matthews2025-01-091-3/+3
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-081-1/+7
* clippy: Fix a variety of clippy warnings in `fonts`, `layout_2020` and the DO...chickenleaf2024-10-181-0/+1
* clippy: Fix clippy problems in `components/script/dom` (#31891)Rosemary Ajayi2024-03-271-2/+2
* clippy: Fix various warnings in `components/script/dom` (#31890)Rosemary Ajayi2024-03-271-8/+8
* Fix rustdoc errors in `components/script/dom` (#31617)Mucha Naibei2024-03-111-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-7/+7
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+12
* Extract some thread local use from generic code.Josh Matthews2020-06-041-21/+37
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-1/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
* Drop `TrustedPromise` before dropping JSRuntimeCYBAI2018-10-211-0/+6
* Format script componentchansuke2018-09-191-15/+21
* Use specific assertion for DOM binding refcountedCYBAI2018-01-261-1/+1
* Do not trace Rust values when thread is shutting down.Josh Matthews2017-10-201-3/+1
* Make DomRoot::new unsafeAnthony Ramine2017-09-261-2/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make Promise::reject_error soundAnthony Ramine2017-09-221-5/+1
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-4/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-3/+3
* Rename Task to TaskBoxAnthony Ramine2017-09-201-3/+3
* Make Task require SendAnthony Ramine2017-09-201-2/+2
* Use task! to resolve promisesAnthony Ramine2017-09-181-12/+8
* Use task! to reject promisesAnthony Ramine2017-09-181-12/+8
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Use normal tasks to reject and resolve promisesAnthony Ramine2017-09-171-5/+5
* Rename Runnable to TaskAnthony Ramine2017-09-161-11/+11
* Update Trusted<T> documentationFernando Jiménez Moreno2017-08-091-1/+1
* Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-1/+1
* Implemented paint worklet rendering context.Alan Jeffrey2017-06-301-0/+2
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-0/+39
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-7/+7
* Support an equivalent of Trusted<T> for Rc<Promise> objects named TrustedProm...Josh Matthews2016-09-221-8/+86
* Remove mutex from TrustedAlan Jeffrey2016-08-291-77/+52
* Make debug logging for tracing JS objects more informative.Josh Matthews2016-05-111-1/+2
* Update SpiderMonkeyAnthony Ramine2016-05-031-1/+2
* Remove extraneous script_chan parameter from Trusted::newKeith Yeung2016-04-281-1/+2
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-1/+1
* task -> threadrohan.prinja2016-01-101-10/+10
* Remove from Trusted::new an unnecessary argumentArthur Skobara2015-12-121-2/+2